body{
    font-family: "Inter", sans-serif !important;

}
.login-sec {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-left {
    width: 45%;
    background: url(../images/login.png);
    background-size: cover;
    background-position: bottom;
    flex-shrink: 0;
    flex-grow: 0;
}

.login-right {
    width: 55%;
    padding: 40px 30px;
    background: white;
}

.login-main {
    height: 600px;
    border-radius: 15px;
    overflow: hidden;
}

.input-icon {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 25px;
}

.input-icon-mail {
    position: absolute;
    top: 20px;
    right: 17px;
    width: 25px;
}

.text-small {
    font-size: 0.9rem;
}

.login-input {
  padding: 15px 48px 15px 15px;
    background: #f1f5f9;
    border-radius: 9px;
    border: 1px solid #c4c5c6 !important;
    color: rgb(29, 29, 29);
    font-size: 1.2rem;
}

@media (max-width:767px){

    .login-input {
        font-size: 1rem;
    }
}

.form-control:focus {
    /* border: 1px solid rgb(201, 201, 201); */
    background: white;
    color: rgb(0, 0, 0) !important;
    box-shadow: none !important;
}

::placeholder {
    color: #645a57 !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #816053 !important;
}

.btn-login {
    color: #ffffff;
    border: 0px solid;
    font-size: 1.3rem;
    font-weight: 500;
    padding: 10px;
    background: rgb(181 5 53);
    background: linear-gradient(180deg, rgb(248 64 59) 0%, rgb(181 5 53) 100% 100%);
    border-radius: 8px;
    
}
.btn-login:hover {
    background: linear-gradient(180deg, rgb(209, 55, 49) 0%, rgb(151, 4, 43) 100% 100%);
    color: #ffffff;
}

.bg-login {
    background: url("../images/bg-1.jpg");
    background-size: cover;
    background-position: top center;
}

@media (max-width:992px) {
    .login-left {
        width: 100% !important;
        display: none !important;
    }

    .login-right {
        width: 100% !important;
        padding: 20px;
    }
}

.rem-chk {
    position: relative;
    top: 2px;
    border-color: #a4a4a4;
    padding: 8px;
}

.fw-600 {
    font-weight: 600;
}

.login-heading {
   font-size: 25px;
    color: black !important;
    font-weight: 500;
    margin: 20px;
}

.login-subheading {
    font-size: 25px;
    color: #000000c9 !important;
    font-weight: 300;
    margin: 20px;
}
.login-heading-top{
    font-size: 22px;
    color: #fc620e !important;
    font-weight: 500;
    margin: 20px;
}
.login-main a {
    color: #6bb9ff;
    text-decoration: underline;
    font-weight: 500;
    font-size: 1.1rem;
}
.for-txt{
    color: #ede013;
}
label.fss-15 {
    color: #3f3f3f;
    font-size: 1.1rem;
}
.form-check-input:checked {
    background-color: #ca023a !important;
    border-color: #ca023a !important;
}
.form-check-input:focus {
    border-color: #ca023a !important;
    outline: 0;
    box-shadow: none !important;
}
@media (max-width:767px){
    .login-heading {
        font-size: 22px;
    }
    .login-heading-top{
        font-size: 20px;
    }
    .btn-login {
        font-size: 1.1rem !important;
    }
    label.fss-15 {
    font-size: 1rem;
}
.login-main a {
    font-size: 1rem;
}
.ffs{
    font-size: 1rem !important;
}
}
.logo-img{
    width: 300px;
    max-width: 100%;
}
.ffs{
    font-size: 1.1rem;
}
.form-label.text-danger {
    min-height: 18px; /* Adjust to fit your font size */
    display: block;
}

button.btn.btn-login:active,
button.btn.btn-login:focus {
    background: linear-gradient(180deg, rgb(209, 55, 49) 0%, rgb(151, 4, 43) 100% 100%) !important;
    color: #ffffff !important;
    box-shadow: none !important;
    outline: none !important;
}
/* Ensure .btn-theme keeps its color and appearance when disabled */
.btn-login:disabled {
    background: linear-gradient(180deg, rgb(209, 55, 49) 0%, rgb(151, 4, 43) 100% 100%) !important;
    color: #ffffff !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

    /* Ensure the spinner itself is white against the red background */
    .btn-login:disabled .spinner-border {
        color: #ffffff !important;
    }