/*! MainSpring | https://www.gomainspring.com | @oldcreative */
.spring-blue {
  background-color: #1094cd !important;
}

.spring-black {
  background-color: #1c1e1f !important;
}

.spring-moss {
  background-color: #48575c !important;
}

.spring-gray {
  background-color: #7e898c !important;
}

.spring-silver {
  background-color: #e5e6e7 !important;
}

.spring-silver hr {
  background-color: #d3d7dc !important;
  color: #d3d7dc !important;
}

.spring-white {
  background-color: #fff !important;
}

.spring-light {
  background-color: #f0f2f3 !important;
}

.spring-green {
  background-color: #6fbe44 !important;
}

.color-spring-blue {
  color: #1094cd !important;
}

.color-spring-black {
  color: #1c1e1f !important;
}

.color-spring-moss {
  color: #48575c !important;
}

.color-spring-gray {
  color: #7e898c !important;
}

.color-spring-silver {
  color: #e5e6e7 !important;
}

.color-spring-white {
  color: #fff !important;
}

.color-spring-green {
  color: #6fbe44 !important;
}

/* App Styles */
body {
  font-size: 1.25rem;
}

input.error,
select.error,
textarea.error {
  outline: none;
  border-color: rgb(255, 0, 68);
  border-width: 2px;
  border-style: solid;
}

input.error:valid,
select.error:valid,
textarea.error:valid {
  border: 1px solid #ced4da;
}

.navbar-brand img {
  max-width: 200px;
  height: auto;
}

#content {
  max-width: 45rem;
  margin: 0 auto;
}

.card-body {
  background-color: #f8f9fa;
}

.card-footer {
  background-color: #e9ecef;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #dee2e6;
}
