@charset "utf-8";
/* CSS Document */

/*

padrao : #14a586

*/

body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	background: url(../images/bglogin.jpg);
	background-size: cover;
}
/*Formata CLEAR */
	.clearfix {
		clear:both;
	}

.box {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:300px;
	padding:6px 30px 30px 30px;
	background: rgba(255,255,255,.8);
	box-sizing: border-box;
	box-shadow: 0 15px 25px rgba(0,0,0,.5);
	border-radius: 10px;
}
.avatar {
	width:100px;
	height:100px;
	margin:auto;
	
}
.box h2 {
	margin: 0 0 25px;
	padding:0;
	color: #F00;
	text-align:center;
}
.box .inputBox {
	position:relative;
}
.box .inputBox input {
	width: 100%;
	padding: 10px 0;
	font-size:16px;
	color:#1e88e5;
	letter-spacing:1px;
	margin-bottom: 30px;
	border: none;
	border-bottom: 1px solid #1e88e5;
	outline: none;
	background: transparent;
}
.box .inputBox label {
	position:absolute;
	top:0;
	left:0;
	padding: 10px 0;
	font-size:16px;
	color:#1e88e5;
	pointer-events: none;

	transition:  .5s;
}
.box .inputBox input:focus ~ label, 
.box .inputBox input:valid ~ label {
	top: -18px;
	left:0;
	font-size:12px;
}
.box input[type="submit"] {
	background: transparent;
	border: none;
	outline: none;
	color:#FFF;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 5px;
	background-color: #1e88e5;
	width:100%;
	text-align:center;
}
.wrong {
	color:#F00;
	background-color: #FFC;
	text-align: center;
	margin: 2px;
	padding: 2px;
	border: 1px solid #FC6;
	font-size:11px;
}

#footer {
	width: 99.9%;
	clear: both;
	margin-top: 5em;
	text-indent:15px;
	bottom:1px;
	position:absolute;
	font-size:9px;
	color:#1F2947;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #281A19;
}
#footer a{
	color:#B3D7F7;
}
