@media screen and (min-width: 768px) {
    .landing__register-wrap .contact-form-v2__form {
        width: 419px;
        height:428px;
        max-width: 90vw;
    }
    .landing__register-wrap{
        align-items:flex-start;
    }
}
.landing__register-wrap .contact-form-v2__form{
    background:#6f1d46;
}
@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: 100%;
    }
}
.contactSection .formMod.customertype, .contactSection .formMod.helptype, .contactSection .formMod.formMod100, .contactSection .formmod.formMod100 {
    display: block;
    width: 100%;
}
select.landing__register-dropdown {
    margin: 8px 0 8px 0;
}
div.landing__register-textbox{
    margin:0;
}
.landing__register-submit{
    background:#cac8c7;
    color:#000;
    border:none;
}
.landing__register-submit:hover, .landing__register-submit:focus{
    background:#4f0409;
    color:#fff;
    border:none;
}
.caps{
    text-transform:uppercase;
}
.landing-footer .landing-section-block{
background-color:#3d3945;
border-top:none;
}