/* /Components/Pages/Login.razor.rz.scp.css */
.login-container[b-q96nbeb1wk] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;  
    background-color: #f0f2f5;
}

.login-box[b-q96nbeb1wk] {
    width: 100vh;
    max-width: 400px;
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

    .login-box h3[b-q96nbeb1wk] {
        text-align: center;
        margin-bottom: 25px;
        color: #007bff;
        font-weight: bold;
    }

/* Tùy chỉnh nút con mắt cho đẹp hơn */
.input-group .btn[b-q96nbeb1wk] {
    z-index: 0;
    border-color: #ced4da;
}

    .input-group .btn:hover[b-q96nbeb1wk] {
        background-color: #e9ecef;
        border-color: #ced4da;
    }
