/*$green: 				#56ae45;
$darkgreen: 			#5c8b53;
$red: 					#DF4B46;
$darkblue: 				#252733;
$brown:					#483b31;
$lightbrown:			#B6BDBD;*/
.btn {
  font-weight: 600;
  border-radius: 5px;
}
.btn.btn-primary, .btn.btn-primary:active {
  background-color: #03305e;
  border-color: #03305e;
}
.btn.btn-primary:hover {
  background-color: #03305e;
  border-color: #000000;
}
.btn.btn-success, .btn.btn-success:active {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #03305e;
}
.btn.btn-success:hover {
  background-color: #ffc107;
  border-color: #000000;
}
.btn.btn-warning, .btn.btn-warning:active {
  background-color: #f56b0a;
  border-color: #f56b0a;
  color: #fff;
}
.btn.btn-warning:hover {
  background-color: #c4570a;
  border-color: #000000;
}
.btn.btn-default, .btn.btn-default:active {
  border: 1px solid #3c3c3c;
}
.btn.btn-default:hover {
  background-color: #3c3c3c;
  color: #fff;
}
.btn.btn-header, .btn.btn-header:active {
  background-color: #fff;
  color: #f56b0a;
  border: 1px solid #3c3c3c;
  padding: 0.375rem 2rem;
}
.btn.btn-header:hover {
  background-color: #3c3c3c;
  color: #fff;
}

.alert {
  border-radius: 0;
}
.alert.alert-info {
  background-color: #e3ebf3;
  border-color: #e3ebf3;
  color: #000000;
}
.alert.alert-success {
  background-color: #a8d5a2;
  border-color: #a8d5a2;
  color: #000000;
}
.alert.alert-warning {
  background-color: #f9b37d;
  border-color: #f9b37d;
  color: #000000;
}

.form-label {
  font-size: 18px;
  margin-bottom: 0;
}

.form-text {
  font-size: 0.8rem;
}
.form-text.text-muted a {
  color: #000000;
  text-decoration: none;
}
.form-text.text-muted a:hover {
  text-decoration: underline;
}

.form-floating .form-control + label {
  color: #888;
}
.form-floating textarea {
  height: auto !important;
}

html {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  height: 100%;
}

body {
  font-size: 21px;
  line-height: 1.6;
  background-image: url("/img/location-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

header .logo {
  height: 40px;
}

.card .card-title {
  padding: 20px 0 0;
}
.card .card-title h1 {
  font-size: 40px;
}
.card .card-body {
  padding: 1rem 3rem;
  width: 100%;
}

#login-form .oath2-login-title {
  text-align: center;
  margin: 20px 0;
  font-size: 0.8rem;
}
#login-form .oath2-login-title:before, #login-form .oath2-login-title:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 1px;
  margin: -2px 10px 0;
  background-color: #000000;
  vertical-align: middle;
}
#login-form .g-signin2 {
  display: flex;
  justify-content: center;
}
#login-form .g-signin2 .abcRioButton {
  box-shadow: none;
  border: 1px solid #aaaaaa;
  border-radius: 8px;
  color: #000000;
}
#login-form .g-signin2 .abcRioButton .abcRioButtonContents {
  margin-left: 0;
}
#login-form .register-link {
  text-align: center;
  margin-top: 20px;
  font-size: 0.8rem;
}
#login-form .register-link a {
  color: #000000;
  text-decoration: underline;
  text-decoration-color: #f56b0a;
  font-size: 0.8rem;
  font-weight: 700;
}
#login-form .register-link a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=guest.css.map */
