body {
  height: 100vh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}


/* login-card */
.login-card {
  background-color: rgba(255, 255, 255, 0.8);
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 1rem;
}

.login-img {
  width: 100%;
  height: 730px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 0 1rem 1rem 0;
}

.btn-primary {
  border-radius: 2rem;
  background-color: #3F3F3F;
  border: none;
}

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

.btn-primary:focus {
  border: none;
  background-color: #3F3F3F;
  box-shadow: 0 0 0 .25rem #2b2b2b;
}

.form-control-lg {
  border-radius: 2rem !important;
}

.form-control:focus {
  border-color: #239B85;
  box-shadow: 0px 0px 4px rgba(35, 155, 133, 0.63);
}

.login-card,
.btn-link {
  color: #101010;
}
