@import
	url('https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css')
	;

html, body {
	margin: 0;
	height: 100%;
}

body.login {
	font-family: 'titillium_webregular', 'Trebuchet MS', sans-serif;
	margin: 0;
	padding: 0;
}

#corpo {
	background-image: url(../resources/imagens/login-bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: left top;
	height: 100%; /* para falta de suporte */
	height: -webkit-calc(100% - 162px); /* para Chrome */
	height: -moz-calc(100% - 162px); /* para Firefox */
	height: calc(100% - 162px); /* para suporte nativo */
	position: relative;
}

#footer {
	color: white;
	background-color: white;
	bottom: 0;
	display: block;
}

/*
body.login footer {
	width: 100%;
	position: fixed;
	bottom: 0;
}


body.login footer div {
	color: white;
	margin: 12px;
	display: block;
	font-size: 14px;
	font-weight: 300;
} */
body.login div#login {
	width: 350px;
	padding: 8% 0 120px;
	margin: auto;
}

body.login a#linkHome {
	background: #1578c9;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	display: block;
}

body.login img#iconSistema {
	width: 50px;
	margin-left: 20px;
	border: none;
}

body.login span#lblHeader {
	color: white;
	font-size: 22px;
	font-weight: bold;
}

body.login form#loginForm {
	border-radius: 1px;
	-webkit-border-radius: 0px;
	box-shadow: 0 4px 10px -1px #C8C8C8;
	-moz-box-shadow: 0 4px 10px -1px #C8C8C8;
	-webkit-box-shadow: 0 4px 10px -1px #C8C8C8;
	box-shadow: 0 4px 10px -1px #C8C8C8;
	background: rgba(255, 255, 255, 0.8);
	padding: 30px 31px;
	margin: 0;
	text-align: right;
}

body.login form#loginForm table {
	width: 100%;
}

body.login form#loginForm i {
	font-size: 24px;
	color: #1578c9;
	margin-right: -2px;
}

body.login input#idLogin, body.login input#idPassword {
	color: #1578c9;
	font-size: 18px;
	border: 1px solid #1578c9;
	background-color: #ffffff;
	padding: 3px 6px;
	height: 28px;
	width: 220px;
}

body.login input#loginButton {
	margin: 10px;
	display: inline-block;
	padding: 8px 20px;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	color: #fff;
	background-color: #1578c9;
}

body.login input#loginButton:hover {
	background-color: #085698;
}

body.login div#header {
	height: 65px;
	width: 100%;
	background: #1578c9;
}

body.login div#header img {
	height: 45px;
	margin: 10px 12px;
}

body.login #messages_container .ui-growl-item-container {
	-moz-box-shadow: 0 4px 6px -1px #707070;
	-webkit-box-shadow: 0 4px 6px -1px #707070;
	box-shadow: 0 4px 6px -1px #707070;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border-color: #1578C9;
	background-color: #3A6E99;
	font-family: 'titillium_webregular', 'Trebuchet MS', sans-serif;
	padding: 15px 0 0;
}

.swPassword {
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 10;
	border: none;
	background: transparent;
	outline:none;
}

.input-password-line {
	position: relative;
	/*width: 600px;*/
}

.input-password-line input {
	width: 100%;
}

.field-icon {
 margin-left: -25px;
 margin-top: -25px;
 position: relative;
 z-index: 2;
}

@media ( max-width : 480px) {
	body.login footer div {
		margin: 6px;
		font-size: 11px;
	}
	body.login span#lblHeader {
		font-size: 22px;
	}
	body.login div#login {
		width: 320px;
	}
	body.login form#loginForm {
		padding: 20px 16px;
	}
	body.login div#header img {
		height: 35px;
		margin: 15px 10px;
	}
}