﻿html, body {
    margin: 0;
    min-height: 100vh;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

.login-page {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f8fafc;
}

.login-card-white {
    width: 360px;
    padding: 35px 30px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.login-brand {
    text-align: center;
}

.login-avatar {
    background: #0f766e !important;
    color: white;
}

.login-button {
    height: 48px;
    font-weight: 600;
}

.login-footer {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #64748b;
}

    .login-footer a {
        margin-left: 4px;
        color: #1976d2;
        font-weight: 700;
        text-decoration: none;
    }

        .login-footer a:hover {
            text-decoration: underline;
        }

.fw-bold {
    font-weight: 700;
}
