<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wl_ehrm .form-control {
    min-height: 41px;
    background: #fff;
    box-shadow: none !important;
    border-color: #e3e3e3;
}
.wl_ehrm .form-control:focus {
    border-color: #70c5c0;
}
.wl_ehrm .form-control, .btn {        
    border-radius: 2px;
}
.wl_ehrm .login-form {
    width: 350px;
    margin: 0 auto;
    padding: 100px 0 30px;		
}
.wl_ehrm .login-form form {
    color: #7a7a7a;
    border-radius: 2px;
    margin-bottom: 15px;
    font-size: 13px;
    background: #ececec;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;	
    position: relative;	
}
.wl_ehrm .login-form h2 {
    font-size: 22px;
    margin: 0px 0 15px;
}
.wl_ehrm .login-form .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 6;
    background: #70c5c0;
    padding: 4px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.wl_ehrm .login-form .avatar img {
    width: 100%;
    border-radius: 50%;
}	
.wl_ehrm .login-form .btn {        
    font-size: 16px;
    font-weight: bold;
    background: #70c5c0;
    border: none;
    margin-bottom: 20px;
}
.wl_ehrm .login-form .btn:hover, .login-form .btn:focus {
    background: #50b8b3;
    outline: none !important;
}    
.wl_ehrm .login-form a {
    color: #fff;
    text-decoration: underline;
}
.wl_ehrm .login-form a:hover {
    text-decoration: none;
}
.wl_ehrm .login-form form a {
    color: #7a7a7a;
    text-decoration: none;
}
.wl_ehrm .login-form form a:hover {
    text-decoration: underline;
}
.wl_ehrm .d-flex.flex-wrap.justify-content-center.mt-2 {
    margin-top: 7px!important;
    font-size: 25px;
}
.wl_ehrm .current_time_clock {
    margin-bottom: 16px;
}
.wl_ehrm h3.text-center {
    font-size: 16px;
    text-transform: capitalize;
    padding: 0px;
    margin-bottom: 7%;
}
.wl_ehrm .modal-content {
    margin-top: 19%;
}
.wl_ehrm #ehrm-login-portal h3 {
    font-size: 13px;
    padding: 2px;
}
.wl_ehrm #ehrm-login-portal {
    background-color: #343a3f9c;
    color: #fff;
    padding: 10px;
    border-radius: 4px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 5%;
}</pre></body></html>