.mod-page-wrap.mod-page-wrap--landing,
 .mod-page-wrap--landing .htmlModuleWrap,
  .mod-page-wrap--landing .landing__block{
    background: #5eb2d0;
}
.landing__nav-logo-wrap{
    height:auto;
}
.landing__nav-logo{
    height:8em;
}
.landing__nav-wrap{
    background:#1a2028;
    height:190px;
}
.landing__register-textbox .defaultInput, select.landing__register-dropdown{
    border:1px solid #000;
}
.landing-footer-copyright .landing-footer-copyright-c a {
    color: #fff;
}
.landing-footer-copyright .landing-footer-copyright-c {
    color: #fff;
    padding: 0;
}
.caps{
    text-transform:uppercase;
}
.contentMessage{
        color: #5e5e5e;
    line-height: 1.5em;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.landing__register-enter-info{
    color:#000;
    font-size:26px;
    padding:0;
}
.landing__register-disclaimer{
    color: #5e5e5e;
    font-size: 15px;
    font-weight: 400;
    line-height: 19px;
    text-align:center;
    font-style:normal;
    padding:0;
}
.landing__register-wrap .contact-form-v2__form{
    background:#fff;
}
.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:#1a2028;
}
.landing__register-submit{
            font-weight: 500;
        font-size: 20px;
        white-space: normal;
        border-radius: 0;
        color: #fff;
        background-color: #1a2028;
        background:#1a2028;
        border:none;
}
.landing__register-submit:hover, .landing__register-submit:focus{
        background-color: #272932;
    color: #fff;
}

@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: 768px) {
    .landing__register-wrap .contact-form-v2__form {
        width: 350px;
        max-width: 90vw;
        height: 700px;
    }
    .landing__register-wrap{
        align-items:center;
    }
        .landing__nav {
        width: auto;
        }
}
@media screen and (max-width:767px){
        .landing__nav {
        width: auto;
        margin: 0 auto;
    }
    .landing__nav-logo{
        height:0;
    }
    .landing__nav-logo-wrap{
        height:96px;
    }
}
@media screen and (max-width:480px){
        .landing-ehl {
        left: calc(50% - 135px / 2);
        margin-top:1em;
    }
    .landing-footer-copyright{
        width:330px;
            left: calc(50% - 330px / 2);
            padding:0 1em;
    }
}

@media screen and (max-width:370px){
    .landing__register-wrap .contact-form-v2__form{
            width: 90vw;
    }
    .landing__register-wrap .contact-form-v2__layout{
        padding: 1em 0;
    }
    .landing-contents{
        padding:0 1em;
    }
}