/* THEME CHANGE : START */
.login-cover .overlay_black {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    z-index: 0;
}

.login_box {
    background:#020705;;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    padding: 10px 20px;
    box-shadow: 2px 2px 17px 0px rgb(0 0 0 / 79%);
    -webkit-box-shadow: 2px 2px 17px 0px rgb(0 0 0 / 79%);
    -moz-box-shadow: 2px 2px 17px 0px rgba(0, 0, 0, 0.79);
}

.login_box .form-control {
    /* border-radius: 51px; */
    padding: 26px 21px;
    background-color: #ffffff !important;
    color: #d74141;
    border: none;
    font-size: 18px !important;
}

.login_box h5 {
    font-size: 20px;
    color: #d74141;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.sp-des {
    font-size: 20px;
    margin-top: 20px;
text-transform: uppercase;
}

button.btn.btn-primary.btn-block.session-btn {
    background: #d74141;
    border-color: #d74141;
}

.login_box .alert-danger {
    color: #7c2b2a;
    background-color: #fce3e3;
    border-color: #e11010;
}

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #565656 inset !important;
} */

@media (min-width: 576px) {
    .login-form {
        width: 30rem !important;
    }
}

.mt-45 {
    margin-top: 45px;
}
/* THEME CHANGE : END */
