.banner{
  display:none;

}

.central{
  width: 100%;
  border: 0px dashed #ccc;
  height: 200px;
  border-radius: 5px;
  float: left;
  //background: #ddd;
  text-align: center;
  font-size: 2.5em;
  padding-top: 30px;
  margin-top: 60px;
}
hr {
    margin-top: 20px;
    width: 140px;
    margin: auto;
    background: #FCE300;
    color: #FCE300;
    height: 6px;
}
.button{

  width: 60%;
  border: 0px solid #ccc;
  height: 30px;
  margin-left: 10%;
  box-shadow:0px 1px 4px #787D77;
  border-bottom: 4px solid #FCE300;
  text-align: center;
  background: #FFF;
  margin: auto;
  margin-top:0px;
  margin-bottom: 35px;
  padding: 10px;
  color: #000;
  font-weight: 400;

}
.support{

  width: 100%;
  border: 0px dashed #ccc;
  height: 100%;
  float: left;
  padding-top: 20px;
  overflow: auto;

}

.titleContact {
  font-size: 1.5em;
  color: #666;
  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;
  border-radius: 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;
}
#ip{
  position: absolute;top:auto;
  z-index: -1;
  border: 0px solid #ccc;
  padding: 10px;
  font-size: 0.45em;
  font-family: Courier New;
  border-left: 5px solid #FCE300;
  position: fixed;
}
@media (min-width:320px) and (max-width: 1220px){
  .showContact{
    font-size: 1.0em;
    font-weight: normal;
  }
  .form{
    width: 80%;
    padding: 4%;
  }
  textarea{
    width: 95%;
  }
  .central{
      font-size: 2.0em;
      
  }
  .button{

    width: 80%;

  }
  #ip{
    position: absolute;top:auto;
    z-index: -1;
    border: 0px solid #ccc;
    padding: 5px;
    font-size: 0.25em;
    border-left: 5px solid #FCE300;
    position: fixed;
  }
}
