#form_message {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-top: 12px;
  min-height: 360px;
  color: #000000;
}
#form_message .r-ak {
  color: red;
}
#form_message .r-ga {
  color: green;
}
#form_message #validation {
  height: 20px;
  color: red;
  margin-top: -15px;
  margin-bottom: 10px;
}
#form_message label {
  display: block;
  margin: 1em 0em;
}
#form_message .form-control {
  border: 1px solid #666;
  border-radius: 3px;
  padding: 0.5rem 1rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#form_message #name,
#form_message #email,
#form_message #recaptcha {
  width: 60%;
}
#form_message #recaptcha {
  margin-bottom: 20px;
}
#form_message #message {
  height: 160px;
  width: 94%;
}
#form_message #clear {
  clear: both;
  font-size: 12px;
  float: left;
}
#form_message #send {
  font-size: 12px;
  float: left;
  margin-left: 10px;
}
#form_message #spinner {
  background-image: url(images/ajax-loader.gif);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  float: left;
  width: 40px;
  height: 40px;
}
#form_message .btn {
  background-color: #1e73be;
  font-size: 13px;
  line-height: 18px;
  padding: 12px 20px;
  color: #fff;
  display: inline-block;
  position: relative;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, opacity 0.25s ease, -webkit-box-shadow 0.25s ease;
}

/*# sourceMappingURL=contact.css.map */
