/* New CSS */
.gform-light ::-webkit-input-placeholder {color: #fff;}
.gform-light ::-moz-placeholder {color: #fff;}
.gform-light :-ms-input-placeholder {color: #fff;}
.gform-light :-moz-placeholder {color: #fff;}

#gform-rounded .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=button]):not([type=image]):not([type=file]) {
  border-radius: 30px;
  padding: 5% 15px;
  border-width: 2px;
}

#gform-rounded .gform_wrapper form.gf_simple_horizontal div.gf_name_has_1 input[type=text],
#gform-rounded .gform_wrapper form.gf_simple_horizontal div.ginput_container_email input[type=text] {
  background-size: auto 80%;
  background-position: 2%;
  background-repeat: no-repeat;
  padding-left: 18%!important;
}

#gform-rounded .gform_wrapper form.gf_simple_horizontal div.gf_name_has_1 input[type=text] {
  background-image: url(../images/icon-field-name.png);
}

#gform-rounded .gform_wrapper form.gf_simple_horizontal div.ginput_container_email input[type=text] {
  background-image: url(../images/icon-field-email.png);
}

#gform-rounded.gform-light .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=button]):not([type=image]):not([type=file]) {
  color: #fff;
  border-color: #fff;
}

#gform-rounded.gform-light .gform_wrapper input:not([type=radio]):not([type=submit]):not([type=checkbox]):not([type=button]):not([type=image]):not([type=file]) {
  background-color: transparent
}

#gform-rounded.gform-light .gform_wrapper .gform_footer input.button,
#gform-rounded.gform-light .gform_wrapper .gform_footer input[type=submit] {
  background: #A2A2A2;
}

#gform-rounded.gform-light .gform_wrapper .gform_footer input.button:hover,
#gform-rounded.gform-light .gform_wrapper .gform_footer input[type=submit]:hover {
  color: #A2A2A2!important;
  background: #fff!important
}

#gform_confirmation_wrapper_18 {
    background: #1b842c;
    color: #fff;
    text-align: center;
    padding: 5% 5px;
    width: 90%;
    margin: auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
}
