.custom_form {
  margin-bottom: 30px;
  position: relative;
}
.custom_form .theme_01 {
  box-shadow: 0 0 12px 2px rgba(51, 59, 64, 0.2);
  padding: 30px;
}
.custom_form .theme_01 label {
  font-weight: 700;
  color: rgba(51, 59, 64, 0.9);
}
.custom_form .theme_01 input {
  width: 100%;
  padding: 0 5px 0 10px;
  font-size: 14px;
  height: 32px;
  background: #f3f3f3;
  border: 0;
  outline: 0;
}
.custom_form .theme_01 .image img {
  width: 100%;
}
.custom_form .theme_01 button {
  background: #665DF9;
  color: #fff;
  display: block;
  width: 110px;
  height: 35px;
  line-height: 33px;
  border: 0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin: 15px auto 0;
}

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