.forgot-password-container {
    max-width: 500px;
    margin-top: 50px;
}

.forgot-password-card {
    border: none;
    border-radius: 15px;
}

.forgot-password-icon {
    font-size: 3rem;
    color: #667eea;
}

.forgot-password-submit {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 10px;
    padding: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.forgot-password-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.forgot-password-input-group .input-group-text {
    background: #f7fafc;
    border-right: none;
}

.forgot-password-input-group .form-control {
    border-left: none;
    padding: 12px;
}

.forgot-password-input-group .form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.2rem rgba(102, 126, 234, 0.25);
}

.forgot-password-input-group:focus-within .input-group-text {
    border-color: #667eea;
}
