.text-white {
  color: #ffffff !important;
}

.btn-sa {
  background-color: #E31E24;
  border-color: #E31E24;
  border-radius: 0;
  color: #fff !important;
  position: relative;
}
.btn-sa.inline {
  float: right;
  bottom: 25px;
  left: 11px;
}
.btn-sa.no-date.inline {
  bottom: 10px;
}
.btn-sa.inline2 {
  float: right;
  bottom: 40px;
  right: 0;
}
.btn-sa .glyphicon {
  position: absolute;
  top: 12px;
  left: 5px;
  font-size: 27px;
}
.btn-sa.no-date {
  padding-top: 9px;
  padding-bottom: 9px;
}
.btn-sa.no-date .glyphicon {
  top: 8px;
  font-size: 19px;
}
.btn-sa .text {
  margin-left: 25px;
}
.btn-sa .text .name {
  font-weight: bold;
}
.btn-sa .text .date {
  font-size: 11px;
  float: right;
}

.application-form label.error {
  background-color: #E31E24;
  color: #fff;
  padding: 1px 10px;
  margin-top: 2px;
}
.application-form .form-control.error {
  border-color: #E31E24;
}

.mb-10 {
  margin-bottom: 10px;
}

#page_content img {
  max-width: 100% !important;
  height: auto !important;
}

@media only screen and (device-width: 428px) and (-webkit-device-pixel-ratio: 3) {
  #page_content img {
    max-width: 100% !important;
    height: auto !important;
  }
}

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