/* ===== AUTH SWITCH (login / register) ===== */
.auth-switch {
  margin-top: 18px;
  text-align: center;
  font-size: 13px;
  color: #7a8aa0; /* как .muted */
}

.auth-switch a {
  color: #229ED9;
  font-weight: 600;
  text-decoration: none;
}

.auth-switch a:hover {
  text-decoration: underline;
}

/* ===== AUTH FORM ===== */

.form-group {
    margin-bottom: 10px !important;
}

.form-group.has-error label {
    color: #c9302c;
}

.form-group.has-error input,
.form-group.has-error textarea,
.form-group.has-error select {
    border-color: #d9534f !important;
    box-shadow: 0 0 0 0.15rem rgba(217, 83, 79, 0.25) !important;
}

.auth-hint {
    font-size: 12px;
    color: #d9534f;
    margin-top: 4px;
    line-height: 1.3;
}

.auth-error {
    font-size: 12px;
    color: #c9302c;
    margin-top: 4px;
}
