/* FORMULARIO */
form{
  text-align: center;
  width: 100%;
  height: auto;
}
input[type="text"]{
  font-family: "Roboto";
  width: 350px;
  font-size: 15px;
  background-color: transparent;
  border: 1px solid black;
  margin-bottom: 10px;
  padding: 5px 10px;
}
::placeholder{
    font-family: "Roboto";
	font-size: 15px;
	text-align: center;
	color: #333333;
}
.submit{
  font-family: "Roboto";
  color: #fff !important;
  background-color: #09AFDF;
  width: 250px;
  text-decoration-line: none !important;
  border-style: none;
  font-size: 20px;
}
.submit:hover{
  color: #09AFDF !important;
  background-color: white;
  border-color: 1px solid #09AFDF !important;
  width: 250px;
  border-style: none;
  font-size: 20px;
}
