html, body {
  height: 100%;
}

body {
 background: linear-gradient(to right, #f7ac39,#de7d40);
}

a {
  color: #005d94 !important;
}

a:hover {
  color: #005d94 !important;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
  background-color: #005d94 !important;
  border-color: grey !important;
  color: white !important;
}

.alert:empty {
  display: none;
}

.welcome {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 0;
}

.spinner-border {
  color: #005d94;
}

p {
  margin-bottom: 0.3rem;
}

.full-height {
  height: 100%;
  padding: 0;
}

.full-height > .card {
  height: 100%;
  border-radius: 0;
  margin: 0 !important;
}
