
/*--------------------------------------------------------------
# phpemailformsp
--------------------------------------------------------------*/
.contact .phpemailformsp {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .phpemailformsp .form-group {
  padding-bottom: 8px;
}

/*.contact .phpemailformsp .validate {
  display: none;
  color: #090909; 
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}*/
/*color: red*/


/*
.contact .phpemailformsp .success-message {
  display: none;
  color: #fff;
  background: #15a15b;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .phpemailformsp .success-message br + br {
  margin-top: 25px;
}

.contact .phpemailformsp .success-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}


.contact .phpemailformsp .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .phpemailformsp .error-message br + br {
  margin-top: 25px;
}

.contact .phpemailformsp .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .phpemailformsp .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .phpemailformsp .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}*/

.contact .phpemailformsp .form-group {
  margin-bottom: 20px;
}

.contact .phpemailformsp label {
  padding-bottom: 8px;
}

.contact .phpemailformsp input, .contact .phpemailformsp textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .phpemailformsp input:focus, .contact .phpemailformsp textarea:focus {
  border-color: #47b2e4;
}

.contact .phpemailformsp input {
  height: 44px;
}

.contact .phpemailformsp textarea {
  padding: 10px 12px;
}

.contact .phpemailformsp button[type="submit"] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .phpemailformsp button[type="submit"]:hover {
  background: #209dd8;
}
