.cursor-disabled {
    cursor: url("../images/icons/prohibition_24x24.png"), not-allowed !important;
}

.loginContainer {
    height: 100vh;
}

.form-control::placeholder {
    color: #55718D;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

#login_username,
#login_password {
    position: relative;
}

.userIcon,
.userPass {
    position: absolute;
    bottom: 20px;
    right: 23px;
    font-size: 1.5rem;
    top: 13px;
    z-index: 1;
}



.form-control.admin_input:focus {
    background-color: white !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    outline: 0 !important;
    box-shadow: none !important;
    color: #15003E !important;
    font-weight: 500;
}




.form-control.admin_input {
    height: 50px;
    transition: none;
    border-radius: 8px;
    background: #F3F5F9;
    padding-left: 26px;
    padding-right: 42px;
    font-size: var(--h5);
    color: #15003E;
}

.form-control.admin_input::placeholder {
    letter-spacing: normal;
}

.gradientBtn {
    background: linear-gradient(to left, rgba(254, 125, 5, 1), rgba(118, 30, 226, 1)) padding-box;
    border: none;
    height: 50px;
    border-radius: 8px;
    box-shadow: none;
    color: white;
}

.gradientBtn:hover {
    color: white;
    background: linear-gradient(to left, rgba(118, 30, 226, 1), rgba(254, 125, 5, 1)) padding-box;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 600000s 0s, color 600000s 0s;
    background-color: rgba(243, 245, 249, 1) !important;
}

input[data-autocompleted] {
    background-color: transparent !important;
}

.login-img {
    object-fit: cover;
}

.sendmailbtn {
    width: max-content;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    margin-right: auto;
}

.generateOtp {
    position: absolute;
    top: 50%;
    right: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    padding: 8px 22px;
    border-radius: 8px;
    color: var(--orange);
    font-weight: 700;
    z-index: 1;
    transform: translateY(-50%);
}


a.generateOtp.active,
a.generateOtp:hover {
    color: var(--orange);
    background: linear-gradient(283deg, #FE7D05 0%, #761EE2 100%);
    color: white;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    background-image: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
}

.invalid-feedback {
    color: #FF004D;
    margin-left: 5px;
    font-weight: 500;
    color: #FF004D;
}

.valid-feedback {
    color: #2CA900;
    margin-left: 5px;
    font-weight: 500;
}


.login {
    background: url("../images/login/loginBg.jpg");
    min-width: 100vw;
    min-height: 100vh;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer-lg {
    text-align: center;
    width: 100%;
}

.text-white {
    color: white;
}

a {
    font-size: var(--h5);
    font-weight: 600;
    text-decoration: none;
}

.loginBox {
    border-radius: 12px;
    background: rgba(217, 217, 217, 0.04);
    box-shadow: -44.20000076293945px 44.20000076293945px 44.20000076293945px 0px rgba(255, 255, 255, 0.04) inset, 44.20000076293945px -44.20000076293945px 44.20000076293945px 0px rgba(165, 165, 165, 0.04) inset;
    backdrop-filter: blur(22.54199981689453px);
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    transition: 0.5s ease-in-out;
}

a.text-orange:hover {
    color: white !important;
    text-decoration: underline;
    transition: 0.5s ease-in-out;
}

.text-orange {
    color: var(--orange);
}

.rounded-button {
    position: relative;
    font-size: var(--h5);
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 40px;
    overflow: hidden;
}

.solid-gradient {
    background: linear-gradient(283deg, #FE7D05 0%, #761EE2 100%);
    color: white;
}

.solid-gradient:hover {
    color: #ffffff;
}

.modal-close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 12px;
    font-weight: 900;
    color: #000;
    z-index: 999;
    box-shadow: none !important;
}

.modal-title {
    font-weight: 700;
    color: #15003E;
}

.modal .form-control::placeholder {
    color: #59657B;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background-color: rgb(0, 0, 0, 0.80);
}

.modal-content-bg {
    position: relative;
    border-radius: 20px;
}