/* LOGIN FORM */


.um.um-register{
    /* max-height:70vh; */
    /* margin-top:15vh; */
    width:100%;
    max-width:unset!important;
    display:flex;
    justify-content: center;
}

.um.um-register .um-form{
    width:100%;
    padding:5rem 5rem 8rem 5rem;
    display: flex;
    justify-content: flex-start;
    /* background-color:#FF72662B; */
    
}
.um.um-register .um-form form{
    width:40%;
    max-width:100vw;
}
.register_form label{
    color:#707070!important;
    font-size:16px!important;
    font-weight:500!important;
}
.register_form input , .register_form input::placeholder{
    font-size:16px;
}
.um-form input[type=text] , .um-form input[type=password] , .um-form input[type=tel]{
    height:unset!important;
    padding:0.5rem!important;
    font-size:16px!important;
    outline:none!important;
    border:none!important;
}
.um-toggle-password{
    display:flex;
    justify-content: center;
    align-items: center;
}
.register_form .um-field{
    padding-bottom:0.5rem;
}
.register_form .um-icon-eye:before{
    color:#707070;
}


.um-center{
    text-align:left;
}

.um input[type=submit]#um-submit-btn{
    background:#0A2740!important;
    border:1px solid #0A2740!important;
    /* width:100%!important; */
    margin-top:1rem;
    padding:1rem 5.5rem!important;
    color:white;
    font-weight:600!important;
    font-size:16px;
    transition:all 0.4s ease;
}
.um input[type=submit]#um-submit-btn:hover{
    background:white!important;
    color:#0A2740;
    transition:all 0.4s ease;
}

.um-register .um-field-type_terms_conditions a.um-toggle-gdpr{
    color:#707070;
    margin-bottom:1rem;
    text-decoration:underline;
}
.um-register .um-field-type_terms_conditions a.um-toggle-gdpr:hover{
    color:black;
}



.um-icon-android-checkbox-outline-blank:before{
    color:#707070!important
}
.um-field-checkbox span.um-field-checkbox-option{
    /* color:black!important; */
    color:#707070!important;
}

.um-field-checkbox:hover .um-icon-android-checkbox-outline-blank:before{
    /* color:#888!important; */
    color:black!important;
}
.um-field-checkbox:hover span.um-field-checkbox-option{
    /* color:#888888!important; */
    color:black!important; 
}
.um-icon-android-checkbox-outline:before{
    color:black;
}


/* END OF LOGIN FORM */