.headtitle {
  margin: 0px;
  padding: 0px;
}

.page-link {
  color: #dc3545;
}

.page-item.active .page-link {
  background-color: #dc3545;
  border-color: #dc3545;
}

.radioFalse:checked ~ .radioFalse::before {
  background-color: #dc3545 !important;
  border-color: #dc3545 !important;
}

.radioTrue:checked ~ .radioTrue::before {
  background-color: #28a745 !important;
  border-color: #28a745 !important;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  background-image: url("../img/bkgd.jpg");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  body {
    background-attachment: scroll;
  }
}

.maincardbg {
  background-color: rgba(250, 250, 250, 0.5);
}

.btn-outline-success {
  background-color: rgba(250, 250, 250, 0.2);
}

.entra-signin-nav-link {
  display: block;
  line-height: 0;
  padding: 0.35rem 0;
}

.entra-signin-nav-img {
  height: 41px;
  width: auto;
}
/*# sourceMappingURL=main.css.map */