﻿.reset-page {
    background: linear-gradient( rgba(0,0,0,0.25), rgba(0,0,0,0.25) ), url('/images/reset-password-bg.jpg');
    min-height: 95vh;
    background-size: cover;
    background-position: center;
}
.reset-layout {
    padding-top: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-vh: 100vh; /* Takes full window height */
}

/* Custom Card Styling */
.reset-password-card {
    width: 100%;
    max-width: 450px;
    background: #ffffff;
    border: none;
    align-items: center;
    border-radius: 12px; /* Smooth rounded corners */
    padding: 2rem !important; /* Elegant breathing space */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}

/* Clean up headings */
.reset-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212529;
    letter-spacing: -0.5px;
}

/* Modern Input Fields */
.custom-label {
    font-size: 0.875rem;
    font-weight: 600;
    color: #495057;
}

.custom-input {
    border-radius: 8px;
    padding: 0.65rem 0.75rem;
    border: 1px solid #ced4da;
    transition: all 0.2s ease-in-out;
}

    /* Smooth active highlight for inputs */
    .custom-input:focus {
        border-color: #0d6efd;
        box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.15);
    }

/* Helper Text Styling */
.password-hint {
    font-size: 0.8rem;
    line-height: 1.4;
    color: #6c757d;
    padding: 10px 12px;
    border-radius: 6px;
    margin-bottom: 1.5rem;
}

/* Full Width Primary Submit Button */
.reset-submit-btn {
    padding: 0.65rem;
    font-weight: 600;
    border-radius: 8px;
    transition: background-color 0.2s ease;
}

.custom-alert {
    border-radius: 8px;
    font-size: 0.9rem;
}

.settings-content {
    align-items: center;
}
