@charset "UTF-8";
/* CSS Document */

        body { background: linear-gradient(120deg, #e3f0ff 0%, #fefefe 100%); min-height: 100vh; }
.login-card {
    max-width: 380px;
    margin: 48px auto;
    border-radius: 18px;
    box-shadow: 0 3px 18px 0 #dbe8f7;
    background: linear-gradient(135deg, #e3f0ff 0%, #fafdff 60%, #daf1ff 100%);

    padding: 32px 26px 26px 26px;
    /* Optional: border nhẹ cho nét tinh tế hơn */
    border: 1.2px solid #e7eefa;
}

        .login-logo {
            text-align:center;
            margin-bottom: 12px;
        }
        .login-logo img {
            max-width: 75px;
            max-height: 75px;
            border-radius: 12px;
            margin-bottom: 5px;
        }
        .system-name {
            text-align:center;
            font-weight:600;
            font-size: 1.18em;
            color: #1976d2;
            margin-bottom: 10px;
        }

