/* 
  versao: fmo-inscricoes
*/

* {	margin: 0px; padding: 0px; box-sizing: border-box; }

html, body {	height: 100%;	width: 100%; }

body {
	font-family: 'Open Sans';
	font-weight: normal;
	font-size: 1em;
	color: #555;
	text-align: left;
	background-color: #fff;
}

textarea, input, select {
	padding: 1em;
	font-family: 'Open Sans', FontAwesome;
	font-size: 1em;
	font-weight: normal;
	text-decoration: inherit;
	color: #555;
	display: block;
	margin: 0 auto 15px;
	width: 250px;
	height: 60px;
}

div.container {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	display: table;
}

div.content {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

div.login {
	width: 300px;
	margin: 0 auto;
	background: #eee;
	padding: 25px;
}

p.alerta {
	text-decoration: none;
	color: #f00;
	margin-bottom: 1.6em;
}

p.forgot a {
	text-decoration: none;
	color: #555;
	margin-bottom: 1.6em;
}

p.forgot a:hover {
	text-decoration: none;
	color: #ED3237;
	margin-bottom: 1.6em;
}

a {
	text-decoration: none;
	color: #777;
	font-size: 0.8em;
}

a:hover {
	text-decoration: underline;
}

input[type="button"], input[type="submit"] {
	background-color: #1f9c82;
	border: 1px solid #ddd;
	color: #fff;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	font-weight: bold;
	font-size: 1em;
}

input[type="button"]:hover, input[type="submit"]:hover {
	background-color: #ED3237;
	transition: 0.5s;
}

.apptitle {
	font-size: 1.6em;
	color: #fff;
	padding-left: 0.4em;
}

.imglogo {
	width: 75px;
	margin-top: -5px;
	margin-left: 10px;
	margin-right: 12px;
	float: left;
}

.appTitleLeft {
	font-size: 1.5em;
	color: #fff;
	padding-left: 0em;
}

.icotitle {
	font-size: 1.6em;
	color: #fff;
	padding-left: 0.4em;
	margin-top: 7px;
}

#header {
	background-color: #25b89a;
	width: 300px;
	margin: 0 auto;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 0.4em;
	text-align: center;
}

#footer {
	width: 300px;
	margin: 0 auto;
	font-size: 0.9em;
}

#footer, #footer a {
	background-color: #25b89a;
	clear: both;
	text-align: center;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 0.9em;
}

#footer a:HOVER {
	background: #ED3237;
	transition: 2s;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/google-opensans-wght.ttf");
}