@charset "UTF-8";

/*  form parts
-------------------------------------------- */
input[type="password"]{
  width: 100%;
  font-family: inherit;
  border-radius: none;
  border: none;
  letter-spacing: 0.1em;
  height: 60px;
  vertical-align: middle;
  padding: 12px 12px 12px 25px;
  border: 2px solid #000;
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type="password"] {
  width: 100%;
}

.contact_form_submit{
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {

  input[type="password"]{
    padding: 10px 15px;
  }

}
