.form-status { margin-top: 1rem; padding: 0.75rem; border-radius: 6px; font-weight: 500; text-align: center; } .form-status.success { background-color: #e6ffed; color: #1e7e34; border: 1px solid #28a745; } .form-status.error { background-color: #ffe6e6; color: #a80000; border: 1px solid #dc3545; }