.card-bef-log {
  margin-top: 1rem;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9) !important;
  width: 100%;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

@media screen and (min-width: 768px) {
  .card-bef-log {
    width: 70%;
  }
}

@media screen and (max-width: 575.98px) {
  .card-bef-log .card-body {
    font-size: 0.9rem !important;
  }
}

@media screen and (max-width: 575.98px) {
  .card-bef-log .card-footer a,
  .card-bef-log .card-footer button {
    font-size: 0.8rem !important;
  }
}

@media screen and (max-width: 300px) {
  .card-bef-log .card-footer a,
  .card-bef-log .card-footer button {
    font-size: 0.7rem !important;
  }
}

.show-password {
  color: #0a93d0 !important;
}

#frm-contactformForm > div > div.card-body > div.form-group.form-check > label {
  color: black !important;
  margin-bottom: 0.5rem;
}
/*# sourceMappingURL=log-reg-contact.css.map */