body{
	font-family:Helvetica;
}


div#container{
	width:900px;
	margin:25px auto;
	
}
div.signup{
	
	float:left;
	width:380px;
	height:100%;
}
div.whysign{
	float:left;
	width:380px;
}
input.input
{
	border:0;
	border-bottom:1px solid rgba(0,0,0,0.2);
	width:80%;
	height: 45px;
	display:block;
	outline:none;
	font-size:18px;
	margin-bottom:10px; 
}
input.input:focus{
	border-color: #53CACE;
}
input[type=submit]
{
	width:80%;
	color:white;
	height:50px;
	display:block;
	background-color: #53CACE;
	border:none;
	  font-weight:400;
	border-radius:5px;
	font-size:18px;
	
}
h1{
	font-weight: 900;
	color:rgba(0,0,0,0.4);
	font-size:45px;
}
p{
	color:rgba(0,0,0,0.6);
	margin: 50px 0 50px 0;
	
}
span{
	box-shadow:1px 1px 1px gray;
	  padding: 2px 5px;
	  background-color:white;

}

span:hover {
  color: #53CACE;
}
text#text{
	text-shadow:2px 2px 7px #111;
}
svg.svg_err{
	transform:translate(-460px,-40px);
	visibility:hidden;
}