.page_header {
  text-align: right; }
  .page_header h3 {
    font-weight: bold;
    color: #de8b5e; }

.button_container {
  text-align: right; }

.hollow_button {
  border: 1px solid #bb657e;
  background-color: #ffffff;
  color: #bb657e;
  font-weight: bold;
  padding: 10px 25px; }
  .hollow_button:hover {
    background-color: #ffffff;
    color: #bb657e;
    text-decoration: none !important; }

.form-control {
  background-color: #ffffff !important;
  border-radius: 3px;
  border: 1px solid #bb657e !important; }
  .form-control::placeholder {
    color: rgba(0, 0, 0, 0.3); }

.main_color_tag {
  color: #bb657e;
  font-weight: bold; }

.second_color_tag {
  color: #de8b5e;
  font-weight: bold; }

.form-group.row {
  margin-left: 0px !important;
  margin-right: 0px !important; }
  .form-group.row div {
    padding-left: 5px !important;
    padding-right: 5px !important; }

.adjustment_margin {
  margin-left: 5px;
  margin-right: 5px; }

.submit_button {
  background-color: #bb657e;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  border: none;
  padding: 10px 80px; }

.section_start {
  margin-top: 30px !important; }

@media only screen and (max-width: 768px) {
  .title_container,
  .button_container {
    text-align: center;
    margin: 15px 0px; }
    .title_container h4,
    .button_container h4 {
      font-size: 1.2em;
      font-weight: bold; }

  .form-group {
    margin-top: 5px;
    margin-bottom: 5px; }
    .form-group.row div {
      margin-top: 5px;
      margin-bottom: 5px; }

  .submit_button_container {
    margin: 30px !important; } }

/*# sourceMappingURL=enrollment_form.css.map */
