.subscribe-newsletter-container {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.subscribe-newsletter-header {
    text-align: center;
    margin-bottom: 40px;
}
.subscribe-newsletter-header h3 {
    color: #FFFFFF;
    font-size: 31px;
    font-weight: 700;
    text-transform: capitalize;
}
.subscribe-newsletter-form form {
    position: relative;
    background-color: transparent;
    border: 0;
}
.subscribe-newsletter-form form input[type=email] {
    font-size: 14px;
    height: 65px;
    padding: 5px 25px;
    position: relative;
    width: 100%;
    background: #F6F6FC;
    border: 0;
    border-radius: 0;
    margin-bottom: 14px;
    margin: auto;
    border: 0;
    border-radius: 15px;
}
.subscribe-newsletter-form form .hs-form-field {
    margin: 0;
}
.subscribe-newsletter-form form .hs-form-field > label {
    display: none;
}
.subscribe-newsletter-form form .hs_submit {
    position: absolute;
    right: 7px;
    top: 50%;
    height: 80%;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.subscribe-newsletter-form form .hs_submit .actions {
    height: 100%;
}
.subscribe-newsletter-form form input[type=submit] {
    background-image: linear-gradient(to right, rgba(221, 52, 65, 1), rgba(70, 63, 146, 1)) !important;
    border: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    border: medium none;
    border-radius: 15px;
    display: block;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
    text-align: center;
    margin: auto;
    padding: 6px 43px;
    height: 100%;
}
.subscribe-newsletter-form form input[type=submit]:hover {
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 15%);
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 15%);
}