* {
	margin:0px;
	padding:0px;
}

body{
	width:100%;
	font-family: 'Quicksand', sans-serif;
}

#topo {
	position:relative;
	margin:auto;
	width:100%;
}

#logo_topo{
	width:550px;
	margin:auto;
	clear:both;
	height:150px;
}

#logo_topo img{
	width:80%;
	float:left;
}

#contato_topo{
	height:210px;
	padding-top:10px;
	margin-bottom:20px;
	text-align:center;
	margin:auto;
	clear:both;
}

.telefone_topo{
	font-size:50px;
}

.whatsapp_topo{
	font-size:45px;
}

.email_topo{
	font-size:40px;
}

.email_topo a{
	text-decoration:none;
}

.email_topo a:hover{
	text-decoration:underline;
	color:red;
	font-weight:bold;
}

#login{
	position:relative;
	margin:auto;
	padding-top:10px;
	background-color:#F1F1F2;
	clear:both;
	width:100%;
	height:80%;
	border-color:#373435;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom-style:solid;
	border-bottom-width:2px;
}

#login a:visited{
	text-decoration:underline;
	color:blue;
	font-weight:bold;
}

#login a:hover{
	text-decoration:underline;
	color:red;
	font-weight:bold;
}

#corpo_login{
	position:relative;
	margin:auto;
	width: 450px;
	font-size:20px;
}


.titulo_login{
	clear: both;
}

.titulo_login h3{
	font-size: 60px;
	margin:20px 0 50px 0;
}

.titulo_login p{
	font-size: 20px;
	padding-bottom:15px;
}

.formulario_login input[type=text],
.formulario_login input[type=password]{
	width:440px;
	height:60px;
	margin:10px 0 10px 0;
	padding:0 5px 0 10px;
	border:2px solid #3E4095;
	border-radius:10px 10px 10px 10px;
	font-family: sans-serif;
	font-size:24px;
	float:left;
	clear:both;
}


.formulario_login input[type=submit]{
	width:450px;
	height:60px;
	margin:10px 0 12px 0;
	background-color:#00AFEF;
	border-radius:10px;
	font-family: sans-serif;
	font-size:28px;
	color:white;
	cursor:pointer;
}