.pointer {
    cursor: pointer;
}

.auth-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.auth-card {
    width: 100%;
    max-width: 420px;
    border-radius: 10px;
}
