.landing__register-wrap .contact-form-v2__row:nth-child(1) .contact-form-v2__column:nth-child(1) {
    justify-content: flex-start;
    gap: 30px;
    text-align:center;
}

.landing__register-form .contact-form-v2__row:last-child .contact-form-v2__column{
    justify-content:center;
}
.landing__register-textbox .defaultInput, select.landing__register-dropdown{
    border:1px solid #000;
}
.landing__register-wrap .contact-form-v2__form{
    background:#fff;
}

.landing__register-enter-info{
    color:#000;
    line-height:1.2em;
    padding-top:2em;
}
.landing__register-submit{
    background:#610b32;
    border:1px solid #000;
}

.landing__register-submit:hover, .landing__register-submit:focus{
    background:#a20d50;
    border:1px solid #000;
}

.getStarted{
    font-size:25px;
    font-weight:bold;
}

.landing__register-disclaimer{
    color:#000;
    font-size:15px;
    line-height:1.2em;
}

select.landing__register-dropdown{
margin: 8px 0 8px 0;
}

div.landing__register-textbox{
    margin:0;
}

.disclaimer2{
    line-height:1.2em;
    text-align: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: 50%;
    }
}

@media screen and (min-width: 768px) {
    .landing__register-wrap .contact-form-v2__form {
        width: 700px;
    }
}

@media screen and (max-width:767px){
    .landing__register-submit{
        margin-bottom:1em;
    }
}
@media screen and (max-width:360px){
    .landing__register-wrap .contact-form-v2__form{
        width:auto;
    }
    .landing__register-wrap .contact-form-v2__layout {
        padding: 0;
    }
}