@charset "UTF-8";
/* CSS Document */

body {
	background-color:#EDEDED;
	font-family: 'Source Sans Pro', sans-serif;
	margin:0 auto;
	width:100%;
}

#logo {
	margin: 0 auto;
	width:40%;
	margin-top:5%;
	text-align:center;
}


div#form_login {
	margin: 0 auto;
	width:20%;
	background-color:#eae2dc;
	border-radius: 11px;
	padding:15px;
	margin-top: -3%;
	text-align:center;
}
	
#samu {
	text-align:center;
	margin-top:10%;
}
	
form input {
	background-color:#FFFFFF;
	border-radius:8px;
	margin-top:20px;
	width:100%;
	height:30px;
	border:0;
	color:#000;
	font-size: 18px;
	text-align:center;
}
	
.bt_entrar {
	width:130px;
	background-image:url(../img/bt_entrar.png);
	height:33px;
	cursor:hand;
	cursor:pointer;
}
	
#ajuda {
	margin:0 auto;
	margin-top: 2%;
	text-align:center;
	color: #969696;
	font-size: 11px;
}
	
#ajuda a {
	color: #969696;
	text-decoration:underline;
	font-size: 11px;
}

.input {
	display: block;
}

.error {
	color: #b94a48;
	margin-top: 10px;
	display: inherit;
}

.btn-option {
	width: 50px;
	background: #FF7613;
	border: 1px solid;
	border-radius: 4px;
	padding: 10px;
	cursor: pointer;
	color: #FFF;
}

#option {
	display: none;
	margin-top: 20px;
}