
/* LOGIN FORM */


/* #main_header{
    border-bottom:1px solid #FF7266!important;
} */
.um.um-login{
    /* max-height:70vh;
    margin-top:15vh; */
    /* background-color:#0A2740; */
    width:100%;
    max-width:unset!important;
    display:flex;
    justify-content: center;
}

.um.um-login .um-form{
    width:100%;
    padding:5rem 5rem 8rem 5rem;
    display: flex;
    justify-content: flex-start;
    
}
.um.um-login .um-form form{
    width:40%;
    max-width:100vw;
}
.login_form label{
    color:#707070!important;
    font-size:16px!important;
    font-weight:500!important;
}
.login_form input{
    font-size:16px!important;
}
.um-form input[type=text] , .um-form input[type=password]{
    height:unset!important;
    padding:0.8rem!important;
    font-size:16px!important;
}
.um-toggle-password{
    display:flex;
    justify-content: center;
    align-items: center;
}
.login_form .um-field{
    padding-bottom:0.5rem;
}
.login_form .um-icon-eye:before{
    color:#707070;
}



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

.um input[type=submit]#um-submit-btn{
    background:#0A2740;
    border:1px solid #0A2740!important;
    margin-top:1rem;
    /* padding:1rem!important; */
    padding:1rem 5.5rem;
    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;
}


/* END OF LOGIN FORM */