/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 30 2019 | 15:03:00 */
.nf-form-fields-required {
  display: none;
}

.nf-field-label label {
  font-weight: 500 !important;
	font-size: 14px;
}

input[type=text], input[type=password], input[type=email], input[type=tel], input[type=date], input[type=month], input[type=week], input[type=time], input[type=number], input[type=search], input[type=url], textarea { 
  border-bottom: 1px solid #3066DF;
  border-top: 0;
  border-left: 0; 
  border-right: 0; 
  background: #fafafa;
}

.nf-error-msg, .ninja-forms-req-symbol {
  color: #3066DF!important;
}

.nf-response-msg {
  background: #fafafa;
    padding: 30px;
}
.nf-response-msg > p { 
  color: #4BB543;
  margin: 0;
}

input[type=button] {
      box-shadow: -2px 2px 5px 0px rgba(34, 48, 58, 0.4);
    background: linear-gradient(45deg, #3067df 5%, #369ccf 100%);
    background-color: #3067df;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    padding: 15px 30px;
    text-decoration: none;
}