/* Custom Login Styles to bypass CSS isolation cache issues and style overrides */

.login-sec {
    min-height: 100vh !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.login-left {
    width: 45% !important;
}

.login-right {
    width: 53% !important;
    padding: 20px !important;
}

.login-main {
    border-radius: 25px !important;
    overflow: hidden !important;
    background-position: top center !important;
    background-size: cover !important;
    background: linear-gradient(132deg, rgb(123, 4, 171) 0%, rgb(61, 3, 150) 100%) !important;
    position: relative !important;
    z-index: 999 !important;
}

.input-icon {
    position: absolute !important;
    top: 16px !important;
    right: 17px !important;
    width: 20px !important; /* Width is 20px in HTML */
    height: 20px !important;
}

.text-small {
    font-size: 0.9rem !important;
}

.login-input {
    padding: 15px 48px 15px 15px !important;
    background: #25015b !important;
    border-radius: 10px !important;
    border: 1px solid #25015b !important;
    font-size: 18px !important;
    color: white !important;
    height: 50px !important; /* Force correct height */
}

.form-control.login-input:focus {
    border: 1px solid rgb(201, 201, 201) !important;
    background: #25015b !important; /* Keep the same background color on focus */
    color: white !important;
}

.login-input::placeholder {
    color: rgb(184, 184, 184) !important;
    opacity: 1 !important;
}

.login-input::-ms-input-placeholder {
    color: rgb(184, 184, 184) !important;
}

.btn-login {
    color: #ffffff !important;
    border: 0px solid !important;
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    padding: 10px !important;
    background: rgb(120, 7, 254) !important;
    background: linear-gradient(180deg, rgb(120, 7, 254) 0%, rgb(203, 35, 253) 100%) !important;
    border-radius: 10px !important;
}

.btn-login:hover {
    background: linear-gradient(180deg, rgb(102, 7, 219) 0%, rgb(175, 29, 219) 100%) !important;
    color: #ffffff !important;
}

.bg-login {
    background: url("../loginImages/bg-1.jpg") !important;
    background-size: cover !important;
    background-position: top center !important;
}

@media (max-width:992px) {
    .login-left {
        width: 100% !important;
        display: none !important;
    }

    .login-right {
        width: 100% !important;
        padding: 20px !important;
    }
}

.login-mid {
    width: 3px !important;
}

.divider-login {
    width: 2px !important;
    background: rgb(9, 79, 110) !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255, 0.5) 40%, rgb(255, 255, 255, 0.44) 66%, rgba(32, 17, 47, 0) 100%) !important;
    height: 100% !important;
}

.rem-chk {
    position: relative !important;
    top: 2px !important;
    width: 20px !important;
    height: 20px !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.login-heading {
    font-size: 17px !important;
}

#canvas {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    display: block !important;
    z-index: 2 !important;
    width: 100% !important;
    height: 100% !important;
}

.login-right a {
    color: #ffffff !important;
    text-decoration: underline !important;
}

.spinner-border.text-light {
    width: 17px !important;
    height: 17px !important;
}

.login-right h2 {
    font-size: 2rem !important;
    color: #47a5e6 !important;
}
.admin-page-loader-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}