.landing__register-enter-info{
    color:#000;
}
.landing__register-disclaimer{
    color:#000;
}
.landing__register-submit{
    color: #ffff8e;
    background: #2e4b2e;
    border: 2px solid #2e4b2e;
}

.landing__register-submit:hover, .landing__register-submit:focus{
        color: #2e4b2e;
    background: #ffff8e;
    border: 2px solid #2e4b2e;
}
.landing__register-wrap .contact-form-v2__form{
    background:#fff;
}
.landing__register-textbox .defaultInput{
    border:1px solid #000;
}
select.landing__register-dropdown{
    border:1px solid #000;
}
.landing__register-textbox .defaultInput{
    margin:0;
}
div.landing__register-textbox{
    margin:0;
}
.landing__register-wrap .contact-form-v2__form{
    padding:1em;
}
@media screen and (min-width: 768px) {
    .landing__register-wrap {
        align-items: center;
    }
}
@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: 490px;
        max-width: 90vw;
    }
}

@media screen and (max-width:360px){
    .landing__register-wrap .contact-form-v2__form {
        max-width: 260px;
    }
    .landing__register-wrap .contact-form-v2__layout {
    padding: 4px 0;
}
}