.page-template-contact .wpcf7-form-control-wrap {
  display: block;
}
.page-template-contact .file-upload {
  cursor: pointer;
  flex: 0 0 100%;
}
.page-template-contact .form-group {
  line-height: 5.6rem;
  display: block;
  width: 17rem;
  padding: 0 3rem;
  background-color: #ff5eff;
  color: #fff;
  font-family: "IBM Plex Serif", serif;
  font-size: 1.6rem;
  font-style: italic;
  margin-top: 2rem;
  text-decoration: none;
  letter-spacing: 0;
  transition: 0.3s all;
  display: flex;
  align-items: center;
  border: none;
}
.page-template-contact .form-label, .page-template-contact .form-label-2 {
  position: absolute;
  right: 0;
  top: 0.5rem;
  color: #999;
  z-index: 10;
  font-size: 1.8rem;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
  pointer-events: none;
}
.page-template-contact .form-holder .file .form-group .form-label-2 {
  display: none;
  top: -2rem;
}
.page-template-contact .form-group p {
  display: flex;
}
.page-template-contact .form-group .file-upload input[type=file] {
  display: none;
}

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