.entry-form-page input.error,
.entry-form-page select.error,
.entry-form-page textarea.error {
  border-color: #F95B45 !important;
  outline-color: #F95B45 !important;
}
.entry-form-page .error-text {
  color: #F95B45;
  font-size: 16px;
  line-height: 32px;
  margin-top: 8px;
}
.entry-form-page #submit-button.active {
  width: 208px;
  height: 57px;
  font-size: 16px;
  line-height: 24.5px;
  color: #fff;
  background: linear-gradient(82.06deg, #009BE8 0.7%, #5ECAFF 93.88%);
  border: none;
}
.entry-form-page #submit-button {
  border: 2px solid #7a7a7a;
  width: 258px;
  border-radius: 50px;
  height: 64px;
  box-sizing: border-box;
  margin: auto;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  background-color: #E9E9E9;
  color: #7a7a7a;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.entry-form-page #submit-button:hover {
  box-shadow: 0px 3px 16px 0px rgba(144, 164, 174, 0.3019607843);
}

/*# sourceMappingURL=entry-form.css.map */
