/** register.css **/

.page-template-template-register main#AppMain,
.page-template-template-setup-profile main#AppMain {
    height: 120vh !important;
}
.form-register input[type="submit"]:focus {
    background: #292284 !important;
}
/* .auth-form-wrapper.form-register {
    padding-top: 50px;
} */
.register-user-type-selection > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-user-type-selection input[type="radio"] {
    width: 30px;
    height: 30px;
    /* border: 1px solid #d7d7d7 !important;
    border-radius: 50%;
    background: #fff;
    -webkit-appearance: none; */
}
.register-user-type-selection label {
    margin-bottom: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.register-user-type-selection label:hover {
    cursor: pointer;
}
.abta-field {
    display: none;
}
