@charset "utf-8";
body {
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	background: url(../images/bgloginTSI.jpg);
	background-size: cover;
}

.box {
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width:340px;
	padding:6px 30px 30px 30px;
	background: #eee;
	box-sizing: border-box;
	box-shadow: 0 15px 25px rgba(0,0,0,.5);
	border-radius: 10px;
}
.boxpainel {
	font-size:9px;
	color:#999;
	text-align:right;
	margin-top:5px;
}
.avatar {
	width:91px;
	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: 20px 0 0;
	font-size:16px;
	color:#ED1B23;
	letter-spacing:1px;
	margin-bottom: 30px;
	border: none;
	border-radius: 0px !important;
	border-bottom: 1px solid #3C070A;
	outline: none;
	background: transparent;
}
.box .inputBox input:disabled {
	border-bottom: 1px solid #aaa;
	color: #aaa;
}
.box .inputBox input:disabled+label {
	color: #aaa;
	opacity: .65;
	cursor: not-allowed;
}
.box .inputBox label {
	position:absolute;
	top:-15px;
	left:0;
	padding: 10px 0;
	font-size:16px;
	color:#3C070A;
	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: #EE1B24;
	width:100%;
	text-align:center;
}
.box input[type="submit"]:disabled {
	opacity: .65;
	cursor: not-allowed;
}
#footer {
	width: 99.9%;
	clear: both;
	margin-top: 5em;
	text-indent:15px;
	bottom:1px;
	position:absolute;
	font-size:9px;
	color:#600;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #281A19;
}
#footer a{
	color:#600;
}
.termos {color:#666;margin-top:15px}
.termos a {color:#666; text-decoration:none;}
#loader {
	position: absolute;
    top: 140px;
    width: 280px;
}
.box .alert {
	font-size: 12px;
	position: absolute;
    z-index: 10;
    top: 130px;
    left: 15px;
    right: 15px;
    padding: 5px 0;
}