/**
 * Theme Name: Bulan Plastic Surgery
 * Author: Ceatus Media Group
 * Version: 99.0
**/
/* Form Power Styling */
#sidebar_form{
  max-width: 351px;
  margin: 0 auto;
  width: 100%;
  padding: 1rem 2rem 4.375rem 3.4375rem;
}
.form-disclaimer{
  max-width: 351px;
  width: 100%;
  margin: 0pc;
  padding: 1rem 2rem 0rem 3.475rem;
}
.pc-form-widget .form-loaded .form-content .form-field input::placeholder,
.pc-form-widget .form-loaded .form-content .form-field textarea::placeholder,
.pc-form-widget .form-loaded .form-content .form-field input::-webkit-input-placeholder,
.pc-form-widget .form-loaded .form-content .form-field input:-ms-input-placeholder,
.pc-form-widget .form-loaded .form-content .form-field textarea::-webkit-input-placeholder,
.pc-form-widget .form-loaded .form-content .form-field textarea:-ms-input-placeholder{
  color: #000 !important;
  opacity: .7;
}
.pc-form-widget .form-loaded .form-content .form-field{
  margin-bottom: 0px !important; 
}
.pc-form-widget .form-loaded .form-content .form-field input[type="text"],
.pc-form-widget .form-loaded .form-content .form-field input[type="email"],
.pc-form-widget .form-loaded .form-content .form-field textarea{
  background-color: #f4f4f4;
  border: 1px solid #b2b2b2;
  color: #8e8e8e;
  font: normal 14px "Roboto";
  display: block;
  height: 49px;
  margin: 7px 0;
  padding: 5px 8px;
  position: relative;
  width: 100%;
  text-decoration: none;
}
.pc-form-widget .form-loaded .form-content .form-field textarea{
  height: 70px !important;
}
.pc-form-widget .form-loaded .form-content .form-button {
  background-position: 0 0;
  background-image: url(/wp-content/uploads/2024/03/btn_send-1.jpg);
  text-indent: -9999px;
  width: 230px;
  height: 55px;
  display: block;
  border: none;
  margin-left: 5px;
  margin-top: 20px;
  transition: unset;
}

/* END Form Power Styling */
