html, body {
  height: 100%;
}

body {
 background-color: #03aee5 !important;;
}

a {
  color: #f26e31 !important;
}

a:hover {
  color: #f26e31 !important;
}

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

.btn-outline-primary, .btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:visited {
  background-color: #f26e31 !important;
  border-color: #f26e31 !important;
  color: white !important;
}

.btn-outline-primary:hover {
  background-color: #f5f5f5 !important;
}

.alert:empty {
  display: none;
}

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

.spinner-border {
  color: #03aee5;
}

p {
  margin-bottom: 0.3rem;
}

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

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