.notifyme-title {
  background: #065985;
  background: linear-gradient(90deg, #065985 25%, #579ec4 100%);
  color: #ffffff;
  padding: 5px 15px;
}

.notifyme-title h1,
.notifyme-title h3 {
  font-family: "Roboto Condensed";
  font-weight: bold;
  text-align: center;
}

.notifyme-title h1 {
  margin-bottom: 0;
  line-height: 1;
  margin-top: 20px;
}

.notifyme-title h3 {
  margin-bottom: 15px;
}

.notifyme-title p {
  font-family: "Roboto Condensed";
  color: #ffffff;
}

.deca-form {
  background: #edeff1;
  padding: 40px 0px;
}

.notifyme-body {
  background: #ffffff;
  padding: 40px;
  font-family: "Roboto Condensed" !important;
}

.notifyme-body label {
  margin-bottom: 0.25rem;
}

.notifyme-body input,
.notifyme-body select {
  border-radius: 0px;
  font-size: 14px;
  padding: 15px;
  border: 1px solid #ccc;
  height: auto !important;
}

.notifyme-body select:after {
  display: none;
}

.notifyme-body button {
  width: 100%;
  background: #0077b3;
  color: #ffffff;
  padding: 15px;
  border-radius: 0px;
  border: none;
  text-transform: uppercase;
  margin-top: 30px;
}

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