@import url('plugins/jquery.alerts.css');

body {
	background: url("../img/login/background.jpg") top center no-repeat
		#17B9ED;
	margin: 0;
	background-size: cover;
}

h1, h2, h3, p, label, p {
	text-align: right;
}

@font-face {
	font-family: 'fs_trumanregular';
	src: url('../fonts/regular/fs_truman-regular.eot');
	src: url('../fonts/regular/fs_truman-regular.eot?#iefix')
		format('embedded-opentype'),
		url('../fonts/regular/fs_truman-regular.woff') format('woff'),
		url('../fonts/regular/fs_truman-regular.ttf') format('truetype'),
		url('../fonts/regular/fs_truman-regular.svg#fs_trumanregular')
		format('svg');
	font-weight: normal;
	font-style: normal;
}

div#content {
	margin-right: 50%;
	width: 500px;
	margin-top: 2%;
	height: 500px !important;
	float: right;
}

section img {
	position: relative;
	margin-left: 25%;
	float: right;
}

div#saudacao {
	margin-top: 50px;
}

div#saudacao h1 {
	color: #EB6408;
	font-family: 'fs_trumanregular', Arial, sans-serif;
	font-weight: normal;
	font-size: 18pt;
}

div#saudacao h2 {
	color: #FFFFFF;
	font-family: 'fs_trumanregular', Arial, sans-serif;
	font-weight: normal;
	font-size: 12pt;
	margin-top: -10px;
	text-transform: uppercase;
}

div#saudacao p {
	color: #FFFFFF;
	font-family: 'fs_trumanregular', Arial, sans-serif;
	font-weight: normal;
	font-size: 9pt;
}

#statusUpdate {
	color: #21BAED;
	font-family: 'fs_trumanregular', Arial, sans-serif;
	font-weight: normal;
	font-size: 9pt;
}

div#campos {
	color: #EB6408;
	font-family: 'fs_trumanregular', Arial, sans-serif;
	text-align: right;
	float: right;
	font-size: 12px;
	background: rgba(255, 255, 255, 0.9);
	padding: 25px;
	border-radius: 3px;
}

div#campos label {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}

div#campos div.errorMessage label.error, div#campos span {
	font-family: Arial, sans-serif !important;
	font-size: 9pt;
}

div#campos input[type=text], div#campos input[type=password] {
	border: 1px solid #d3d4d4 !important;
	width: 250px;
	height: 14px;
	color: #EB6408 !important;
	padding: 10px;
	text-shadow: #EB6408 !important;
	font-size: 14px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	border-color: #EB6408;
}

div#campos a {
	color: #EB6408 !important;
	font-family: Arial, sans-serif;
	font-size: 9.75pt;
	font-weight: bold;
}

div#campos input[type=submit] {
	color: #ffffff !important;
	background-color: #EB6408;
	font-size: 9pt;
	display: inline-block;
	min-width: 82px;
	height: 35px;
	width: 200px;
	border: 0;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	padding: 0px 40px;
	font-size: 16px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}

div#footer {
	font-family: 'fs_trumanregular', Arial, sans-serif;
	background-color: #EB6408;
	color: #FFFFFF;
	font-size: 9pt;
	height: 80px !important;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	position: fixed;
	bottom: 0;
	clear: both;
}

div#footer p {
	margin-top: 30px;
	width: 49.5%;
}

@media screen and (max-height: 768px) {
	div#saudacao {
		margin-top: 10px;
	}
	div#footer {
		margin-top: 10% !important;
	}
	div#footer p {
		margin-top: 10px;
	}
}

@media screen and (max-height: 900px) {
	div#saudacao {
		margin-top: 10px;
	}
	div#footer {
		margin-top: 2% !important;
	}
	div#footer p {
		margin-top: 10px;
	}
}