/* ============================================================
   RIDER ALERTS
   ============================================================ */

.alert {
    padding: 12px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-weight: 500;
}

.alert-success { background: #E8F5E9; color: #2E7D32; }
.alert-error   { background: #FFEBEE; color: #C62828; }
.alert-info    { background: #E3F2FD; color: #1565C0; }
.alert-warning { background: #FFF8E1; color: #F57C00; }
