.login-container{
    /* width: 400px; */
}
.login-logo{
    width: 300px !important;
    height: auto;
    display: block;
    margin: 0 auto;
}
.banner-image{
    
}
.login-card {
    width: 100%;
    max-width: 420px;
    border-radius: 16px;
    background-color: #FFFFFF;
    border: 2px solid #5AB2FF;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 4px 12px rgba(0, 0, 0, 0.04);
    
}
.welcome-hr{
    font-family: Inter, system-ui, -apple-system, sans-serif;
    font-size: 25px;
    font-weight: 650;
    line-height: 32px;
    letter-spacing: -0.2px;
    color: #1F2937;
}
.login-page-sub-heading{
    font-size: 15px;  
    font-weight: 400;
    color:gray;
    line-height: 20px;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    background: #FDE6C8; 
    opacity: 0.7;
    cursor: not-allowed;
    box-shadow: none;
}
button:hover {
    background: #EA8C06 !important;
    box-shadow: 0 8px 20px rgba(245, 158, 11, 0.4) !important;
}
.form-control:focus {
    border-color: #2563EB !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.18) !important;
}