@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body {
	padding: 0;
	margin: 2px 0;
  background: #ffffff;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-size: 15px;
}
input, input:focus {
  border: 1px solid #dddddd;
	border-radius: 4px;
  padding: 9px 8px;
  margin-bottom: 4px;
}
input[type="text"] {
  width: 154px;
}
input[type="email"] {
  width: 225px;
}
input[type="submit"] {
  width: 100px;
  background: #0080CE;
	border: 1px solid #0080CE;
	color: #ffffff;
}
input[type="submit"]:hover {
  background: #2694d7;
	border: 1px solid #2694d7;
  cursor: pointer;
	
}
input:focus::placeholder {
  color: transparent;
}
#newsletter {
  width: 360px;
}
.response {
	color: #0767a2;
	font-size: 17px;
	text-align: center;
}