﻿.auth-card-password {
    position: relative;
}

.auth-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
    text-decoration: none;
    transition: all 0.2s ease;
}

    .auth-close:hover {
        background: #f3f4f6;
        color: #111827;
    }

.auth-header {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 999px;
    background: #eef2ff;
    color: #4f46e5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.auth-subtitle {
    margin-top: 0.5rem;
    color: #6b7280;
    font-size: 0.95rem;
}

.btn-full {
    width: 100%;
    margin-top: 1rem;
}
