
.landing__register-submit{
    background: rgb(127,208,217);
    background: linear-gradient(320deg, rgba(127,208,217,1) 10%, rgba(172,255,78,1) 100%);
    border:2px solid #000;
    width: 10em;
    display: inline-block;
    border-radius: 32px;
    padding: .5em;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    text-transform:capitalize;
    color: black;
    
}
.landing__register-submit:hover, .landing__register-submit:focus{
    background:#fff;
    border:2px solid #000;
}

.landing__register-wrap .contact-form-v2__form, .landing-footer .landing-section-holder-border, .landing__nav-wrap{
    background: black;
}

.mod-page-wrap.mod-page-wrap--landing, .mod-page-wrap--landing .htmlModuleWrap, .mod-page-wrap--landing .landing__block{
    background: rgb(127,208,217);
    background: linear-gradient(320deg, rgba(127,208,217,1) 10%, rgba(172,255,78,1) 100%);
}

.landing__register-wrap .contact-form-v2__form{
    border-radius: 32px;
    padding: 2em 2em !important;
}

.landing__register-heading, .landing__register-subheading{
    text-align: center;
    width: 100%;
    line-height: 2em;
    color: black;
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .landing__register-wrap {
        width: 960px;
        max-width: 90vw;
        margin: 0 auto;
        align-items: center;
    }
}