body {
  background-color: rgb(210, 210, 210);
  color: #fff;
}

.login-card {
  background-color: #fff;
  color: #212529;
  width: 500px;
  max-width: 500px;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.15);
}

.form-control {
  border-radius: 0.5rem;
}

.btn-primary {
  background-color: #d00000;
  border: none;
}

.btn-primary:hover {
  background-color: #a30000;
}

.form-label {
  font-weight: 600;
}

.form-check-label {
  font-size: 0.9rem;
}

.forgot-password {
  font-size: 0.9rem;
}

.register-card {
  background: #ffffff;
  color: #212529;
  max-width: 600px;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(255, 0, 0, 0.1);
}

.form-label {
  font-weight: 600;
}

.form-control {
  border-radius: 0.5rem;
}

.btn-primary {
  background-color: #d00000;
  border: none;
}

.btn-primary:hover {
  background-color: #a30000;
}

.btn-outline-danger,
.btn-outline-primary {
  border-radius: 0.5rem;
}

.divider-text {
  text-align: center;
  margin: 2rem 0;
  position: relative;
  font-size: 0.9rem;
  color: #6c757d;
}

.divider-text::before,
.divider-text::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 40%;
  height: 1px;
  background: #dee2e6;
}

.divider-text::before {
  left: 0;
}

.divider-text::after {
  right: 0;
}

a {
  color: #d00000;
  text-decoration: none;
}

a:hover {
  color: #a30000;
  text-decoration: underline;
}

.alert {
  position: absolute;
  top: 20px !important; /* increased from 30px to 60px */
  right: 15px !important;
  z-index: 3000;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 60px;
}

.alert-error {
  background-color: rgb(197, 22, 22) !important;
  color: rgb(36, 36, 36) !important;
  text-align: center !important;
}
