div.landing__register-textbox, div.landing__register-product {
    margin:0;
}
.landing__register-textbox .defaultInput, select.landing__register-dropdown{
    margin:8px 0;
}
.landing__register-wrap .contact-form-v2__layout {
    padding: 15px 0;
}
.landing__register-wrap .contact-form-v2__form {
    background: #d7d7d7;
}
.landing__register-enter-info, .landing__register-disclaimer{
    color:#000;
}
.landing__register-submit{
    background: #800000;
    color: white;
    border:none;
}
.landing__register-submit:hover, .landing__register-submit:focus{
        background: #b60000;
        border:none;
}

@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%;
    }
}

@media screen and (min-width: 768px) {
    .landing__register-wrap .contact-form-v2__form {
        width: 360px;
    }
}