html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  text-align: center;
}

img {
  height: auto;
  width: 40%;
  margin-top: 100px;
}

#blank {
  height: 80px;
}

#txt1 {
  font-size: 28px;
  color: #666;
  /*margin-top: 70px;*/
}

#txt2 {
  font-size: 20px;
  color: gray;
  /*margin-top: 40px;*/
  /*margin-bottom: 90px;*/
}

input[type=text] {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 50px;
  width: 50%;
  padding-left: 20px;
  margin-bottom: 30px;
  font-size: 25px;
}

input[type=email] {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 50px;
  width: 50%;
  /*padding-left: 20px;*/
  margin-bottom: 30px;
  font-size: 18px;
}

input[type=password] {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 50px;
  width: 50%;
  padding-left: 20px;
  margin-bottom: 60px;
  font-size: 18px;
}

input[type=submit] {
  padding: 5px 15px;
  background: #ccc;
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  height: 50px;
  width: 20%;
  font-size: 25px;
  margin-bottom: 100px;
}

