/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
.gradient-text {
  background-image: linear-gradient(45deg, #d04c8c, #fb6860);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: #fff0;
  color: #fff0;
  background-color: #d04c8c;
  display: inline-block;
  margin: auto
}
.form-field {
  margin-bottom: 1.5rem
}
.frm_checkbox {
  padding: 5px 0 !important;
  font-size: 14px !important
}
.frm_error, .frm_error_style {
  padding: .5rem;
  font-size: 14px
}
.frm_error_style {
  background: #fdf2b9;
  border-radius: .3rem;
  color: #846a40;
  margin-bottom: 1rem
}
.frm_error {
  background: #f9dad9;
  border-radius: .3rem;
  color: #964745;
  margin-top: 1rem
}
.frm_message {
  padding: .5rem;
  font-size: 14px;
  background: #d2f6b8;
  border-radius: .3rem;
  color: #5f754e;
  text-align: center;
  margin-bottom: 1rem
}
.frm_dropzone {
  width: 200px !important
}
.dz-message svg {
  width: 40% !important;
  display: block;
  margin: auto
}
.frm_button_submit {
  width: 100% !important
}