@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body{
    background-color: #F4F4F5;
}

.card {
    box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
    border-width: 0;
    border-radius: 0.75rem;
    transition: all .2s;
    padding: 20px 5px;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
 background-image: none !important;
}
.login-form-holder {
     border: 1px solid #e8ebed !important;
    border-radius: 9px !important;
    margin: 0;
    width: 380px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(118, 119, 118, 0.05) 0px 8px 32px;
    border-radius: 0;
}
.logo-inner {
    text-align: center;
    width: 80px;
    margin: 0 auto;
}
/* .form-check-input{
  accent-color: #ff5722;  
} */

.logo-inner img {
    width: 100%;
    /* border-radius: 50%; */
    height: 75px;
    
}
.form-control {
   border-radius: 4px !important;
   padding: 8px;
}
.form-heading {
    text-align: center;
    color: #27272a;
    font-weight: 600;
    font-size: 18px;
    padding: 1.25rem;
    padding-bottom: 0;
    font-family: Inter;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
/* .login-form-holder .form-group {
    position: relative;
} */
.form-group {
    margin-bottom: 1rem;
}

.user_pass_error{
    font-size: 14px !important;

}
/* .login-form-holder .form-group {
    position: relative;
} */

.form-group {
    margin-bottom: 2rem;
}

.shape_right {
    position: absolute;
    right: 155px;
    width: 380px;
    /* top: -47px; */
    bottom: 147px;
}

.shape_left {
    position: absolute;
    width: 140px;
    height: 140px;
    bottom: 150px;
    left: 20%;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn-login {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    text-align: center;
    color: #fff !important;
    text-decoration: none !important;
    background: #323232;
    outline: none;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 8px 5px;
    border-radius: 4px;
    margin-top: 20px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.forgot_password {
    color:#27272a;
    text-decoration: none !important;
    padding: 0px !important;
    font-size: 14px;
    font-weight: 600;
    transition: 0.6s;
}
.card {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px -1px rgba(0, 0, 0, .1);
}
label{
    display: none;
}
.error {
    font-size: 13px !important;
}
