img.bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

body {
	background-image: url(../img/TELA_LOGIN_CHRONUS.jpg);
	background-repeat: repeat;
	font-family: sans-serif;
}

form.login {
	background-image: url(../img/formulario.png);
	background-repeat: no-repeat;
	width: 340px;
	height: 551px;
}

.formulario {
	float: right;
	position: absolute;
	right: 14.3%;
	top: 6%;
	color: white;
}

a {
	
}

.botao {
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 44px;
}

.nome {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #FFFFFF;
	height: 100%;
	margin: 0 0px 0 0;
	padding: 0 0 0px 47px;
}

.logo {
	padding-top: 70px;
	width: 600px;
	height: 542px;
}

input[type="text"] {
	height: 56px;
	width: 203px;
	display: block;
	margin-bottom: 5px;
	background-image: url(../img/login.png);
	background-repeat: no-repeat;
	/*background-size:100% 100%;*/
}

input[type="password"] {
	height: 56px;
	width: 202px;
	display: block;
	margin-bottom: 5px;
	/*background-size:100% 91%;*/
	background-image: url(../img/senha.png);
	background-repeat: no-repeat;
}

.usuario {
	padding-top: 220px;
	padding-left: 44px;
}

.senha {
	padding-top: 10px;
	padding-left: 44px;
}

.esqueceu {
	color: white;
	text-decoration: none;
	font-size: 17px;
	margin: 57px;
}

#rodape {
	background: #000;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.navegador {
	border: medium none;
}

.via {
	border: medium none;
	float: right;
	top: 10%;
	position: absolute;
}


.styleCombobox {
	background: url(../img/but_dropdown.png) no-repeat right;
	float: left;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 7px 0;
	margin-bottom: 5px
}

.styleCombobox span {
	position: absolute;
	margin: 3px 0 0 10px
}

.styleCombobox select {
	width: 100%;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.ie8 .styleCombobox { margin-bottom: 0px }

.ie9 .styleCombobox { margin-bottom: 10px }

/* Mobile Landscape Size to Tablet Landscape (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.logo {
		width: 20%;
		height: 20%;
	}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 479px) {
	.logo {
		width: 10%;
		height: 10%;
	}
	.formulario {
		float: right;
		position: absolute;
		right: 0;
		top: 0;
		color: white;
	}
}

.labelLoginAmei {
	font-size: 17px !important;
	font-weight: bold;
}

.btnLoginAmei {
	position: absolute;
    top: 15px;
    left: 15px;
    color: white;
    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
	background-color: #00683a;
	font-family: sans-serif;
}

.lblLogin {
	font-size: 14px;
	line-height: 23px;
}

.lblBold {
	font-weight: bold;
}

.lblLogout {
	font-size: 14px !important;
	color: white;
	border-bottom: 1px solid;
	cursor: pointer;
}