.contact {
  text-align: left;
  margin-left: 20px;
  width:100%;
  height:auto;
}

input[type="email"]{
  text-align:center;
  width:40%;
  height: 55px;
  padding: 10px;
  margin: 5px 0px 5px 0px;
  border: 0px;
  font-size: 9pt;
  letter-spacing: 2px;
  background: rgba(0, 0, 0, 0);
  padding: 13px 10px 15px 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  border-bottom: 1px solid #c3c3c3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}


input[type="text"], textarea {
  text-align: left;
  width: 95%;
  height: 55px;
  padding: 10px;
  margin: 5px 0px 5px 0px;
  border: 0px;
  font-size: 9pt;
  letter-spacing: 2px;
  background: white;
  padding: 13px 10px 15px 10px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  border-bottom: 1px solid #c3c3c3;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.2s ease;
}

textarea {
  height: 100px;
}

input[type="text"]:focus, input[type="text"].focus, textarea:focus, textarea.focus, input[type="email"]:focus, input[type="email"].focus, email:focus, email.focus {
  border-bottom: 1px solid #ee0202;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

::-moz-placeholder {
  opacity: 1;
  color: #00;
} /* firefox 19+ */
:-ms-input-placeholder {
  opacity: 1;
  color: #00;
} /* ie */
input:-moz-placeholder {
  opacity: 1;
  color: #fff;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-textarea-placeholder {
  color: transparent;
}

textarea:focus:-moz-placeholder {
  color: transparent;
}

textarea:focus::-moz-placeholder {
  color: transparent;
}

textarea:focus:-ms-input-placeholder {
  color: transparent;
}

.error {
  width: 100%;
  color:#fdc726;
  display: none;
  padding: 2px 10px 2px 10px;
  display: none;
  font-size: 11px;
  margin-bottom: 10px;
}

.success {
  width: 100%;
  display: none;
  padding: 2px 0px 2px 0px;
  margin-left: 10px;
  font-size: 11px;
  margin-bottom: 10px;
}

/* modern button */
a.modernbutton {
  font-family: 'Oswald', sans-serif;
  font-size: 15pt;
  font-weight: 400;
  text-decoration: none;
  background: #188b7e !important;
  border: none;
}

.modernbutton{
  display: inline-block;
  line-height: 10px;
  padding: 15px 17px 15px 17px;
  cursor: pointer;
  width: auto;
  height: auto;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  text-shadow:none;
  margin: 5px;
}

.modernbutton.button{
  color: #fff;	
  background: #188b7e !important;
  -webkit-transition: all 0.5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all 0.5s cubic-bezier(.165, .84, .44, 1);
  -ms-transition: all 0.5s cubic-bezier(.165, .84, .44, 1);
  -o-transition: all 0.5s cubic-bezier(.165, .84, .44, 1);
  transition: all 0.5s cubic-bezier(.165, .84, .44, 1);
}

.modernbutton.button:hover {
  color: #188b7e;	
  background: #EAE40C !important;
  -webkit-transition: all 0.5s cubic-bezier(.165, .84, .44, 1);
  -moz-transition: all 0.5s cubic-bezier(.165, .84, .44, 1);
  -ms-transition: all 0.5s cubic-bezier(.165, .84, .44, 1);
  -o-transition: all 0.5s cubic-bezier(.165, .84, .44, 1);
  transition: all 0.5s cubic-bezier(.165, .84, .44, 1);
}