﻿.auth-wrapper {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-card {
    width: 100%;
    max-width: 420px;
    padding: 2rem;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
}

.auth-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.auth-input {
    height: 48px;
}

.auth-button {
    width: 100%;
    height: 48px;
    font-size: 1rem;
}

.auth-links {
    text-align: center;
}

    .auth-links a {
        display: block;
        margin-top: .5rem;
        text-decoration: none;
    }
