
@media screen and (min-width: 768px) {
    .landing__register-wrap .contact-form-v2__form {
        width: 402px;
        height:500px;
        max-width: 90vw;
    }
    .landing__register-wrap{
        align-items:center;
    }
}

.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:#fff;
    font-size:15.5px;
}

.landing__register-wrap .contact-form-v2__form{
    background:#000a67;
    border:none;
    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;
    border-top: 1px solid #000;
}
.landing__register-submit{
            background-color: #013396;
    color: #fff;
    background-image: linear-gradient(to bottom, #0d59ef 0%, #013396 100%);
    background-image: -o- linear-gradient(to bottom, #0d59ef 0%, #013396 100%);
    background-image: -moz-linear-gradient(to bottom, #0d59ef 0%, #013396 100%);
    background-image: -webkit-linear-gradient(to bottom, #0d59ef 0%, #013396 100%);
    background-image: -ms-linear-graident(to bottom, #0d59ef 0%, #013396 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0d59ef), color-stop(1, #013396));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 0px 0px 4px #fff;
    -webkit-box-shadow: 0px 6px 0px #013396, 0px 3px 15px rgb(0 0 0 / 40%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 0px 3px rgb(255 255 255 / 50%);
    -moz-box-shadow: 0px 6px 0px #013396, 0px 3px 15px rgba(0, 0, 0, .4), inset 0px 1px 0px rgba(255, 255, 255, .3), inset 0px 0px 3px rgba(255, 255, 255, .5);
    box-shadow: 0px 6px 0px #013396, 0px 3px 15px rgb(0 0 0 / 40%), inset 0px 1px 0px rgb(255 255 255 / 30%), inset 0px 0px 3px rgb(255 255 255 / 50%);
    font-weight: bold;
    font-style: italic;
    border: none;
}
.landing__register-submit:hover, .landing__register-submit:focus{
            color: #fff;
    background-image: linear-gradient(to bottom, #013396 0%, #0d59ef 100%);
    background-image: -o-linear-gradient(to bottom, #013396 0 0%, #0d59ef 100%);
    background-image: -moz-linear-gradient(to bottom, #013396 0%, #0d59ef 100%);
    background-image: -webkit-linear-gradient(to bottom, #013396 0%, #0d59ef 100%);
    background-image: -ms-linear-gradient(to bottom, #013396 0%, #0d59ef 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #013396), color-stop(1, #0d59ef));
    border: none;
    cursor: pointer;


}
.landing__register-disclaimer{
    color:#fff;
    padding:0;
    font-style:normal;
    text-align:center;
    font-size:13px;
    line-height:18px;
}

.disclaimer2{
    color:#fff;
    text-align:center;
    font-size:15px;
    line-height:1em;
}

.mod-page-wrap--landing .defaultCTA{
    border: 2px solid #000000;
        background: #000A67;
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 400;
        height: 60px;
        width: 172px;
        border-radius: 3px;
            padding: .8em 1em;
}
.mod-page-wrap--landing .defaultCTA:hover, .mod-page-wrap--landing .defaultCTA:focus{
    background: #FFFFFF;
        color: #000A67;
        border: 2px solid #000000;
}

.width{
    width: 900px;
    margin: auto;
    padding: 0 20px;
}

@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 (min-width:903px){
    .width:auto;
}
