.banner{
  display:none;

}

.central{
  width: 100%;
  border: 0px dashed #ccc;
  height: 100px;
  border-radius: 5px;
  float: left;
  //background: #ddd;
  text-align: center;
  font-size: 1.5em;
  padding-top: 30px;
  font-style: italic;
  margin-top: 60px;
}
hr {
    margin-top: 20px;
    width: 140px;
    margin: auto;
    background: #FCE300;
    color: #FCE300;
    height: 6px;
}
.contact{
  width: 100%;
  border: 0px solid #ccc;
  height: 750px;
  float: left;
  padding-top: 20px;

}
.form{
  background: #FFF;
  width: 50%;
  border: 1px solid #ccc;
  height:70%;
  margin: 0 auto;
  text-align: left;
  padding: 2%;
  box-shadow:0px 1px 4px #787D77;
  border-bottom: 4px solid #FCE300;

}
.titleContact {
  font-size: 1.0em;
  color: #000;

  text-align: left;
  font-weight: 400;

}
input[type="text"], input[type="password"],input[type="textarea"], select  {
  font-family:arial;
  border: 1px solid #ccc;
  height: 28px;
  font-size:17px;
  color:#000;
  padding-left: 5px;
  width: 100%;
  height: 50px;
  text-transform: uppercase;

}
textarea{
  font-size:17px;
  font-family:arial;
  border: 1px solid #ccc;
  text-transform: uppercase;
  height: 100px;
  width: 70%;
  padding: 5px;
  border-radius: 5px;
}
input[type="text"]:focus, input[type="password"]:focus, select:focus{
    padding-left: 5px;
    color:#000;
    border-radius: 2px;
    text-transform: uppercase;
}
@media (min-width:320px) and (max-width: 1220px){
  .showContact{
    font-size: 1.0em;
    font-weight: normal;
  }
  .form{
    width: 80%;
    padding: 4%;
  }
  textarea{
    width: 95%;
  }
}
