
body{
	background: #ECE9E6;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	
	background-image: url('../images/page_sg.jpg');
}

.logo-egm{
	width:170px;
	height:auto;
	display:block;
	margin: 60px auto 0;
}

.login-container{
	width:300px;
	height:auto;
	overflow:auto;
	background:white;
	padding:10px 15px;
	box-shadow:0px 0px 10px #ccc;
	margin:0 auto;
}

.input{ border-radius:0 !important; }

.info-sistema{
	width:300px;
	margin:10px auto 0;
	text-align:center;
	padding:5px 10px;
	background:#fff;
	font-size:13px;
	font-weight:bold;
	border:1px solid #ccc;
	box-shadow:0px 0px 10px #ccc;
	font-family:"Arial";
}

label { color: #777; text-transform:uppercase; }

.btn-login{
	display:inline-block;
	outline:none;
	background:#2980b9;
	color:white;
	font-weight:bold;
	height:30px;
	float:right;
	border:none;
	border-radius:0 !important;
	transition:all 0.3s;
}

.btn-login:hover{
	background:#3498db;
}