@media all and (max-width: 580px), only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
  body div.content {
    max-width: auto;
  }
  
  body div.logo {
    margin-top: 30px;
  }
  
  body div.content > div.text {
    float: none;
    width: auto;
    margin: 0 20px 20px;
  }

  body div.content > form {
    float: none;
  }
}

html, body {
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

html {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #333;
}

form {
  /*text-align: center;
  float: right;
  margin: 10px;*/
  position: relative;
  top :30px;
}

form p {
  margin: 9px 0;
}

form button {
  font-size: 17px;
	position: relative;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	float: right;
	width: 120px;
	height: 50px;
	font-weight: bold;
	color: #a4a4a4;
	border: 2px solid #e6e6e6;
	background: #F2F2F2;
        display: inline-block;
	margin-left: 10px;
}

form label {
  /*display: block;*/
  display: inline-block; 
}

form img {
  width: 206px;
	height: 50px;
}

form input[type="text"] {
  width: 230px;
	font-size: 24px;
	padding: 3px 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #333;
	position: relative;
	height: 40px;
	margin-left: 14px;
	border: 2px solid #e6e6e6;
        display: inline-block;
	top: -17px;
}

div.logo {
  margin: 50px auto 15px;
  text-align: center;
}

div.heading {
  color: #EF6330;
  font-weight: bold;
  text-align: center;
}

div.text {
  line-height: 20px;
  float: left;
  text-align: justify;
  padding: 15px 20px;
  background: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 7px;
  font-size: 16px;
}

div.content {
  margin: 30px auto;
  max-width: 615px;
}

p1 {
	color: #9f1d21;
}

