@media screen and (min-width: 768px) {
    .landing__register-wrap {
        align-items: center;
    }
        .landing__register-wrap .contact-form-v2__form {
        width: 100%;
        }
}
.btnFormFlex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-evenly;
    gap:10px;
}
.landing__register-submit{
    border:none;
    height:50px;
}
.landing__register-submit:hover, .landing__register-submit:focus{
    border:none;
}
.contact-form-v2__row{
    gap:3em;
}
.third{
    width:200px;
}
.landing__register-enter-info{
    text-align:left;
    font-weight: 700;
    color: var(--maxwell-pink);
    font-size: 24px;
    line-height:1em;
    padding:0;
}
.landing__register-wrap .contact-form-v2__form{
    background:#C4DCDF;
    padding:1em;
    border-radius: var(--card-radius);
}
.landing__register-form .contact-form-v2__row:last-child .contact-form-v2__column{
    align-items:flex-start;
}
.landing__register-disclaimer {
    color: #24374a;
    font-size: 17px;
    font-style: normal;
    line-height: 1em;
    padding:1em 0;
}
.html__button{
    width:100%;
}
div.landing__register-textbox {
    margin: 0;
}
select.landing__register-dropdown{
    margin: 8px 0 8px 0;
    border-radius: var(--card-radius);
    height:50px;
}
.landing__register-textbox .defaultInput{
    border-radius: var(--card-radius);
    height:50px;
}

.disclaim__txt{
    max-width:900px;
    width:100%;
    margin:auto;
}
@media screen and (max-width:768px){
    .landing__register-enter-info{
        text-align:center;
    }
}