.page-reset-account .primary-card .card-header {
    background: #417439;
}

.page-reset-account .verification-step {
    min-height: 300px;
}

.page-reset-account .contact-option {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s;
}

.page-reset-account .contact-option:hover {
    border-color: #667eea;
    background-color: #f8f9fa;
}

.page-reset-account .contact-option .form-check-input:checked ~ .form-check-label {
    color: #667eea;
}

.page-reset-account .input-group .btn {
    border-left: 0;
}

.page-reset-account .contact-info-display {
    background-color: #f8f9fa;
    border-left: 4px solid #667eea;
    padding: 1rem;
    border-radius: 0.375rem;
}

.page-reset-account .contact-info-display strong {
    color: #667eea;
}