.auth-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 20px;
    background: #f1f8f5;
}

.auth-card {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.auth-card h1 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #222;
}

.auth-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.5;
    margin-bottom: 16px;
}

.auth-card .btn {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    margin-top: 4px;
}

.auth-link {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #666;
}
