#registrationModal h1, #registrationModal h4, #registrationModal h5 {
  color: white !important;
}
#registrationModal h1 a, #registrationModal h4 a, #registrationModal h5 a {
  color: #e75115;
}
#registrationModal .focus-text {
  font-size: 50px;
}
#registrationModal .modal-header {
  border-bottom: 0px;
}
#registrationModal .modal-content {
  background-image: url("/assets/img/modals/DSC_1670.JPG");
  background-size: cover;
  background-position: center;
  box-shadow: inset 2000px 0 0 0 rgba(0, 125, 255, 0.5);
}
#registrationModal .modal-body {
  text-align: center;
}
#registrationModal .modal-footer {
  border-top: 0px;
  justify-content: center;
}

.white_border_btn {
  background: white;
  border: 2px solid #e75115;
  color: #e75115;
  padding: 15px 38px;
  border-radius: 40px;
  font-weight: bold;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.white_border_btn:hover, .white_border_btn.active {
  background: #e75115;
  color: #ffffff;
  box-shadow: 5px 15px 60px rgba(255, 114, 58, 0.3);
  border-color: #e75115;
}

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