@media screen and (min-width: 768px) {
    .landing__register-wrap {
        align-items:flex-start;
    }
}
select.landing__register-dropdown{
    margin: 8px 0 8px 0;
}
div.landing__register-textbox{
    margin:0;
}
.landing__register-disclaimer{
    padding:1em 0;
}
.provePolicy a{
    color:#fff;
}
.landing__register-wrap .contact-form-v2__form{
    background: #2f3292;
}
.landing__register-submit{
    background:#000;
    border:1px solid #000;
}

@media screen and (max-width:768px){
    .landing__register-wrap{
        padding:10px 0;
    }
}

@media screen and (max-width:400px){
            .landing__register-wrap .contact-form-v2__layout {
        padding: 0;
}
}