body {
  background-image: url("../img/doctor_office_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Madimi One", sans-serif !important;
  color: #fff;
}

.transition {
  transition: all 0.3s ease-in-out;
}

.alert:hover {
    transform: scale(1.02);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.card-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.custom-container {
  margin: 1rem;
}

.custom-container .card {
  margin-bottom: 1rem;
}

.custom-container .card .card-title {
  margin-top: 0.5rem;
  font-size: 1.25rem;
}

.custom-container .card .card-text {
  font-size: 0.82rem;
  font-weight: 500;
}