@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comfortaa&display=swap");
#client-form .bottom-text, .style-form .bottom-text {
  text-align: center;
}
#client-form form, #client-form .form, .style-form form, .style-form .form {
  max-width: 300px;
  margin: 10px auto;
  padding: 10px 20px;
  background: #f4f7f8;
  border-radius: 8px;
}
#client-form h1, .style-form h1 {
  margin: 0 0 30px 0;
  text-align: center;
}
#client-form input[type=text],
#client-form input[type=password],
#client-form input[type=date],
#client-form input[type=datetime],
#client-form input[type=email],
#client-form input[type=number],
#client-form input[type=search],
#client-form input[type=tel],
#client-form input[type=time],
#client-form input[type=url],
#client-form textarea,
#client-form select, .style-form input[type=text],
.style-form input[type=password],
.style-form input[type=date],
.style-form input[type=datetime],
.style-form input[type=email],
.style-form input[type=number],
.style-form input[type=search],
.style-form input[type=tel],
.style-form input[type=time],
.style-form input[type=url],
.style-form textarea,
.style-form select {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  font-size: 16px;
  height: auto;
  margin: 0;
  outline: 0;
  padding: 15px;
  width: 100%;
  background-color: #e8eeef;
  color: #8a97a0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
  margin-bottom: 30px;
}
#client-form input[type=radio],
#client-form input[type=checkbox], .style-form input[type=radio],
.style-form input[type=checkbox] {
  margin: 0 4px 8px 0;
}
#client-form select, .style-form select {
  padding: 6px;
  height: 32px;
  border-radius: 2px;
}
#client-form button, .style-form button {
  padding: 19px 39px 18px 39px;
  color: #FFF;
  background-color: #135cfd;
  font-size: 18px;
  text-align: center;
  font-style: normal;
  border-radius: 5px;
  width: 100%;
  border: 1px solid #135cfd;
  border-width: 1px 1px 3px;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.1) inset;
  margin-bottom: 10px;
}
#client-form fieldset, .style-form fieldset {
  margin-bottom: 30px;
  border: none;
}
#client-form legend, .style-form legend {
  font-size: 1.4em;
  margin-bottom: 10px;
}
#client-form label, .style-form label {
  display: block;
  margin-bottom: 8px;
}
#client-form label.light, .style-form label.light {
  font-weight: 300;
  display: inline;
}
#client-form .number, .style-form .number {
  background-color: #135cfd;
  color: #fff;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 0.8em;
  margin-right: 4px;
  line-height: 30px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  border-radius: 100%;
}
@media screen and (min-width: 480px) {
  #client-form form, .style-form form {
    max-width: 480px;
  }
}

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