body {
  min-height: 100vh;
  font-family:
    Inter,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  background-image: linear-gradient(
    135deg,
    rgba(13, 110, 253, 0.08),
    rgba(13, 110, 253, 0.02)
  );
}

.card {
  border: none;
}

.card-body {
  background: #ffffff;
}

.form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.18);
}

.btn-primary {
  border-radius: 0.85rem;
}

.text-decoration-none:hover {
  text-decoration: underline;
}
.validation-msg {
  display: block;
  font-size: 0.85rem;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: bold;
}
