body{font-family:Raleway,sans-serif;font-size:12px}.form-alert{padding:16px 20px;margin:20px auto;border-radius:8px;font-size:16px;font-weight:600;line-height:1.5;max-width:600px;width:90%;box-shadow:0 4px 10px rgba(0,0,0,.05);transition:.3s;position:relative;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}.form-alert.success{background-color:#e6ffed;color:#276749;border:1px solid #b5f5cc}.form-alert.error{background-color:#ffe6e6;color:#b71c1c;border:1px solid #f5c6cb}.form-alert::before{content:'ℹ️';margin-right:10px;display:inline-block}.form-alert.success::before{content:'✅'}.form-alert.error::before{content:'❌'}