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

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

#topo {
	position:relative;
	margin:auto;
	width:800px;
}

#logo_topo{
	width:300px;
	float:left;
	clear: none;
}

#logo_topo img{
	width:300px;
	float:left;
}

#contato_topo{
	width:500px;
	height:100px;
	padding-top:46px;
	margin-bottom:20px;
	float:left;
	text-align:right;
	clear: none;
}

.telefone_topo{
	font-size:25px;
}

.whatsapp_topo{
	font-size:22px;
}

.email_topo{
	font-size:18px;
}

.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:400px;
	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: 320px;
	font-size:13px;
}


.titulo_login{
	clear: both;
}

.titulo_login h3{
	font-size: 26px;
	margin:13px 0 21px 0;
}

.titulo_login p{
	font-size: 13px;
}

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


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