.auth-social-block {
  display: none !important;
}

.auth-modal-layer .auth-toast {
  display: none !important;
}

.auth-local-message {
  width: 100%;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.auth-local-message.is-error {
  background: rgba(255, 69, 69, 0.1);
  color: var(--red, #ff4545);
}

.auth-local-message.is-success {
  background: rgba(25, 168, 79, 0.12);
  color: #158846;
}

.auth-primary:disabled {
  cursor: wait;
  opacity: 0.68;
}
