body{
  background:#fffffff;
  font-family:Helvetica;

}

h1 {
  letter-spacing:-12px;
  color:#000000;
  font-size:128px;
  text-align:center;
  position:relative;
  margin-bottom:0;
}


p {
  text-align:center;

  font-weight: lighter;
  font-size:18px;
  color:#000000;
}

b {
  text-align:center;
  font-size:12px;
  color:#0C6EFD;
  font-weight: 100;
}

form {

  width:20%;
  margin:0 auto;
  padding:0px 0;
  border-radius:5px;
}

  form input {
    display:block;
    color:red;
	font-weight: 700;
    width:60%;
    padding:6px;
    margin:10px auto;
    border-radius:8px;
    border:1px solid #d7d7d7;
  }

    form input[type=submit] {
    background:#539859;
    border:none;
    width:65%;
    color:#fff;
    }