img.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	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: 341px;
	height: 441px;
}

.formulario {
	float: right;
	position: absolute;
	right: 14.3%;
	top: 13%;
	color: white;
}

a {
	
}

.botao {
	margin-left: 30px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.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: 5%;
	padding-left: 5%;
	width: 531px;
	height: 533px;
}

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: 129px;
	padding-left: 44px;
}

.senha {
	padding-top: 7px;
	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;
	}
}

.btnTeste {
  background: #344566;
  background-image: -webkit-linear-gradient(top, #344566, #1c2a43);
  background-image: -moz-linear-gradient(top, #344566, #1c2a43);
  background-image: -ms-linear-gradient(top, #344566, #1c2a43);
  background-image: -o-linear-gradient(top, #344566, #1c2a43);
  background-image: linear-gradient(to bottom, #344566,#1c2a43);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 16px 99px 16px 99px;
  border: solid #576171 1px;
  text-decoration: none;
  -moz-box-shadow: inset 0 0 2px #FFF;
  -webkit-box-shadow: inset 0 0 2px #FFF;
  box-shadow: inset 0 0 2px #FFF;
  cursor: pointer;
}

.btnTeste:hover {
  text-decoration: none;
}

.btnLoginAmei:hover {
	cursor: pointer;
}

.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: #2c6294;
	font-family: sans-serif;
}

.styleCombobox select {
	-webkit-appearance: none;
	border: none;
	color: white;
	background: none;
	opacity: 1;
	outline: none;
	padding-left:10px;
	font-size: 14px;
}

.styleCombobox select option {
	color: black;
}

.lblLogin {
	font-size: 14px;
	line-height: 23px;
}

.lblBold {
	font-weight: bold;
}

.lblLogout {
	font-size: 14px !important;
	color: white;
	border-bottom: 1px solid;
	cursor: pointer;
}