body.enroll {
  background-color: #f6f6f6;
}
body.enroll > .enroll-form {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
  padding: 15px;
  width: 30%;
}
body.enroll > .enroll-form input[type=submit] {
  color: #e3000f;
  font-size: 15px;
  font-weight: 100;
  border: 1px solid #e3000f !important;
}
body.enroll > .enroll-form input[type=submit]:hover {
  color: #ffffff;
  background-color: #e3000f !important;
}
body.enroll > .enroll-form > .enroll-form-icon {
  text-align: center !important;
  padding-top: 15px;
}
body.enroll > .enroll-form > .enroll-form-content h5 {
  font-size: 20px;
  /* text-transform: uppercase; */
  text-align: center !important;
  color: #778899;
  padding-top: 20px;
}
@media (min-width: 320px) and (max-width: 480px) {
  body.enroll > .enroll-form {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr;
    padding: 10px;
    width: 100%;
  }
  body.enroll > .enroll-form-content {
    width: 100%;
  }
}

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