.landing__register-wrap .contact-form-v2__form{
    background:#f2f9ff;
    border-radius:30px;
    height:320px;
    max-height:320px;
    width:670px;
    max-width:670px;
}
.landing__nav-wrap{
    height:150px;
}

.landing__nav-logo-wrap{
    height:150px;
    max-height:100%;
    margin:auto;
}
.landing__register-submit{
    border:1px solid #e05882;
    border-radius:12px;
    background:transparent;
    color:#000;
    width:auto;
    padding:1em;
}
.landing__register-submit:hover, .landing__register-submit:focus{
    text-decoration:underline;
    border:1px solid #e05882;
    color:#000;
}
.landing__register-enter-info{
    color:#000;
}
.landing__register-disclaimer{
    color:#000;
    font-size:16px;
    font-weight:600;
    line-height:18px;
}
.contact-form-v2__wrapper{
    margin:auto;
}
.landing-footer .landing-section-block{
background:#004080;
}
@media screen and (min-width: 768px) {
    .landing__register-wrap {
        align-items: center;
    }
}
@media screen and (max-width: 767px) {
    .landing__register-wrap .contact-form-v2__form {
        height:auto;
        max-height:100%;
        width:auto;
    }
    .landing__nav{
        margin:auto;
    }
    .landing-footer-copyright .landing-footer-copyright-b {
    text-align: center;
    }
        .landing-ehl {
        left: calc(50% - 135px / 2) !important;
    }
}