/* ======================================== */
/* LOGIN PAGE                              */
/* css/login.css                           */
/* ======================================== */

body.login-page {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.login-wrapper {
    width: 100%;
    padding: 1.5rem;
}

.login-wrapper .form-group {
    margin-bottom: 1.5rem;
}

.login-footer {
    text-align: center;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--stroke);
}

.login-footer p {
    color: var(--muted);
    margin-bottom: 0.5rem;
}

.login-footer .copyright {
    font-size: 12px;
}

.login-footer .tagline {
    font-size: 11px;
    margin-bottom: 0;
}

.login-title {
    color: var(--accent);
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 12px rgba(41,210,255,0.25);
}

.login-subtitle {
    color: var(--muted);
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
}

.login-remember-label {
    color: var(--muted);
    font-size: 14px;
}
