.btn-primary {
  background-color: #fbe751;
  border-color: #fbe751;
  color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled):hover,
.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled):active {
  background-color: #fbe751;
  color: black;
  border-color: black;
  box-shadow: none;
  -webkit-box-shadow: none;
}

html body a {
  color: #428efa;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: underline !important;
}

html body a:hover {
  color: #428efa;
  text-decoration: underline !important;
}

.text-secondary {
  color: #727280 !important;
}

.bg-logo {
  background: url(bg1.jpg) no-repeat center bottom fixed;
  background-size: cover;
}
