.auth-message {
  margin-bottom: 20px;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.45;
}

.auth-message[hidden] {
  display: none !important;
}

.auth-message--error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.auth-message--success {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}

.submit-btn:disabled,
.btn-google:disabled {
  opacity: 0.65;
  cursor: not-allowed;
  transform: none !important;
}
