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;
}
.login-form-holder {
    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;
}
.logo-inner {
    text-align: center;
    width: 80px;
    margin: 0 auto;
}

.logo-inner img {
    width: 100%;
    border-radius: 50%;
    height: 75px;
    
}
.form-control {
    border-radius: .5rem;
    border-top-right-radius: .5rem !important;
    border-bottom-right-radius: .5rem !important;
    border-left-width: 1px;
}
.form-heading {
    text-align: left;
    color: #27272a;
    font-weight: 600;
    font-size: 14px;
    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;
}

.login-form-holder .form-group {
    position: relative;
}

.form-group {
    margin-bottom: 1rem;
}

.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: linear-gradient(310deg,#27272a,#18181b);
    outline: none;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 8px 5px; 
    border-radius: 0.5rem;
    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;
}