/* Forgot Password Page Specific Styles */

.auth-container.forgot-password-container {
    max-width: 400px;
}

.forgot-password-icon {
    text-align: center;
    margin-bottom: 20px;
}

.forgot-password-icon svg {
    width: 80px;
    height: 80px;
    color: #dc3545;
}

.forgot-password-container .auth-header p {
    font-size: 15px;
    line-height: 1.6;
}

.forgot-password-container .info-message {
    margin-top: 20px;
}