﻿.login-body {
    min-height: 100vh;
    background: #f4f6f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrapper {
    width: 100%;
    max-width: 420px;
    padding: 20px;
}

.login-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 32px;
}

.login-header h1 {
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.login-header h2 {
    margin-top: 4px;
    font-size: 1.35rem;
    font-weight: 500;
    color: #555;
}

.login-header p {
    margin-top: 14px;
    margin-bottom: 28px;
    color: #777;
}

.login-footer {
    margin-top: 28px;
    color: #888;
}
