/* ------ z-index ------*/
/* ------ Color ------*/
/* ------ Percentual Dimensions ------*/
/* ------ Fixed Dimensions ------*/
/* --------- Default Form --------- */
.default_form {
  margin: 50px auto 0;
  width: 300px; }
  .default_form select,
  .default_form input,
  .default_form textarea {
    display: block;
    margin: 8px 0 20px; }
  .default_form input[type=text],
  .default_form input[type=password],
  .default_form textarea {
    box-sizing: border-box;
    padding: 12px; }
  .default_form textarea,
  .default_form input[type=text],
  .default_form input[type=password] {
    width: 100%; }
  .default_form input[type=submit] {
    margin: 30px auto 0; }
  .default_form label {
    color: #007eb2;
    font-weight: bold; }

#contact_form {
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 2px;
  padding: 30px 50px;
  box-sizing: border-box;
  margin-top: 30px;
}
  #contact_form textarea {
    height: 150px; }
  #contact_form img {
    border: 1px solid #ddd;
    margin: 9px 0 0 20px;
    position: absolute; }

#contact_form .verification_field_container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#contact_form .verification_field_container input {
  margin: 0 10px 0 0;
}

#contact_form .verification_field_container label {
  cursor: default;
}
  
.captcha_reload {
  margin: 45px 0 0 166px;
  position: absolute; }

#lopd p {
  font-size: 0.9em;
  line-height: 150%;
  margin-bottom: 10px;
  color: #424242;
  text-align: justify; }

#contact_captcha {
  text-align: center;
  width: 60px; }

#submit_contact_form_button {
  margin-top: 25px; }

/* ---------------- Responsive Design ---------------- */
@media (max-width: 1050px) {
  #contact_form {
    margin-top: 30px;
    width: 100%; } }
