
@media screen and (min-width: 768px) {
    .landing__register-wrap .contact-form-v2__form {
        width: 470px;
        height:470px;
        max-width: 90vw;
    }
    .landing__register-wrap{
        align-items:center;
    }
}
.landing__register-textbox .defaultInput, select.landing__register-dropdown{
    max-width:350px;
    margin:8px auto;
    border:1px solid #000;
    
}
.landing-footer-copyright .landing-footer-copyright-c a {
    color: #000;
}
.landing-footer-copyright .landing-footer-copyright-c {
    color: #000;
    padding: 0;
}
.caps{
    text-transform:uppercase;
}

.landing__register-enter-info{
    color:#000;
    font-size:18px;
}

.landing__register-wrap .contact-form-v2__form{
    background:#fff;
    border:1px solid #000;
    border-radius:10px;
}
.contactSection .formMod.customertype, .contactSection .formMod.helptype, .contactSection .formMod.formMod100, .contactSection .formmod.formMod100 {
    display: block;
    width: 100%;
}
div.landing__register-textbox {
    margin: 0;
}
select.landing__register-dropdown{
    margin: 8px 0 8px 0;
}
.landing-footer .landing-section-block{
    background-color:#fff;
}
.landing__register-submit{
        font-size: 18px;
        border-radius: 0;
        color: #fff;
        background-color: #00549e;
        border:none;
        font-size:16px;
        text-transform:capitalize;
}
.landing__register-submit:hover, .landing__register-submit:focus{
        background-color: #fff;
    color: #00549e;
    border:none;


}
.landing__register-disclaimer{
    color:#000;
    padding:0;
    font-style:normal;
    text-align:center;
    font-size:13px;
    line-height:18px;
}

@media screen and (min-width: 968px) {
    .landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
        max-width: none;
    }
}

@media screen and (max-width: 767px) {
    .landing-ehl {
        left: calc(50% - 135px / 2) !important;
    }
    .landing-footer-copyright .landing-footer-copyright-b {
    text-align: center;
    }
}

@media screen and (max-width:375px){
    .landing__register-wrap .contact-form-v2__form{
        max-width:260px;
        width:auto;
    }
    .landing__register-wrap .contact-form-v2__layout {
    padding: 4px 0;
}
}
