body {
  background-color: #0080FF;
  font: 1em Helvetica;
}

#container {
	  text-align: center;
	    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  margin-top: 10px;
}
.whysign {
    background-color: #0080FF;
  width: 480px;
  height: 528px;
  border-radius: 0 1px 1px 0;
  padding-top: 20px;
  padding-right: 20px;
}
.whysignLogin
{
  background-color: #8000ff;
  width: 480px;
  height: 347px;
  border-radius: 0 5px 5px 0;
  padding-top: 20px;
  padding-right: 20px;
}
.whyforgotPassword
{
  background-color: white;
  width: 480px;
  height: 470px;
  border-radius: 0 5px 5px 0;
  padding-top: 20px;
  padding-right: 20px;
}
.signup {
  padding-top: 20px;
  padding-right: 5px;
   padding-bottom: 50px;
  padding-left: 5px;
  text-align: center;
  
}


[type=text],[type=email],[type=number],[type=password],select,option {
  display: block;
  margin: 0 auto;
  width: 80%;
  border: 0;
  border-bottom: 1px solid rgba(0,0,0,.2);
  height: 45px;
  line-height: 45px;  
  margin-bottom: 10px;
  font-size: 1em;
  color: black;
  background-color: rgb(255, 255, 255);
}

[type=submit] {
  margin-top: 25px;
  width: 80%;
  border: 0;
  background-color: #0080FF;
  border-radius: 5px;
  height: 50px;
  color: white;
  font-weight: 400;
  font-size: 1em;
}

[type='text']:focus {
  outline: none;
  border-color: rgb(0, 0, 0);
}

[type='email']:focus {
  outline: none;
  border-color: rgb(0, 0, 0);
}

h1 {
  color: rgba(0,0,0,.6);
  font-weight: 900;
  font-size: 1.5em;
}
hh1 {
	  font-weight: 500;
  color: rgba(0,0,0,.6);
  font-size: 1em;
    text-align: left;
}

p {
  color: rgba(0,0,0,.6);
  font-size: 0.2em;
  margin: 50px 0 50px 0;
}

span {
  font-size: .75em;
  background-color: rgb(0, 0, 192);
  padding: 2px 5px;
  color: rgba(0,0,0,.6);
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0,0,0,.3);
  margin: 5px;
}

span:hover {
  color: #53CACE;
}

p:nth-of-type(2) {
  font-size: 1em;
}