﻿.reset-confirm-wrapper {
    min-height: 100vh;
    background-color: #F4F5F8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.reset-confirm-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    padding: 2.5rem 2rem;
    max-width: 460px;
    width: 100%;
    text-align: center;
}

.reset-confirm-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background-color: #e8edf5;
    border-radius: 50%;
    margin-bottom: 1.5rem;
}

.reset-confirm-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1A428A;
    margin: 0 0 1rem 0;
}

.reset-confirm-message {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0 0 2rem 0;
}

.reset-confirm-btn {
    display: inline-block;
    width: 100%;
    padding: 0.75rem 1.5rem;
    background-color: #1A428A;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
}

.reset-confirm-btn:hover {
    background-color: #153472;
}
