body {
	margin: 0px;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow: hidden;
}
.sendNotyA {
	color: red;
	font-size: 14px;
	font-weight: bold;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.Botao {
	cursor: pointer;
	background: -webkit-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: -moz-linear-gradient(bottom, #E0E0E0, #F9F9F9 70%);
	background: linear-gradient(to top, #E0E0E0, #F9F9F9 70%);
	border: 1px solid #CCCCCE;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(0, 0, 0, .3), 0 2px 7px rgba(0, 0, 0, 0.2);
	color: #369;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #FFF;
	padding: 5px 15px;
	position: relative;
	width: 140px;
	height: 50px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.Botao:hover {
	top: 4px;
	cursor: pointer;
	filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.7));
}
.box {
	background-color: #FFF;
	outline: none;
	border-sizing: border-box;
	width: 300px;
	font: 18px "Trebuchet", tahoma, arial;
	color: #369;
	opacity: 0.7;
	filter: alpha(opacity=70);
	padding-left: 45px;
	margin-left: -15px;
	height: 80px;
	border: none;
}
.box:hover {
	filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.7));
}
#Logo {
	position: absolute;
	top: 5%;
	width: 100%;
}
#Logo img {
	filter: drop-shadow(0 0 30px rgba(51, 102, 153, 1));
}
.definicaoSenhaB {
	cursor: pointer;
	color: #FFFFFF;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	height: 50px;
	font-size: 14px;
	padding-top: 20px;
}
.definicaoSenhaB:hover {
	text-decoration: underline;
}
.Quadro {
	padding-top: 20px;
	border: none;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	box-sizing: border-box;
	width: 400px;
	position: relative;
	background-color: #FFF;
	margin-top: 5px;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.BotaoEncaixado {
	cursor: pointer;
	border: none;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 200px;
	height: 50px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	margin: 0px;
	z-index: 1;
}
.BotaoEncaixado:hover {
	filter: drop-shadow(0 0 20px rgba(255, 255, 255, 1));
}
.BotaoEncaixado:disabled {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 0.5;
	pointer-events: none;
}
.button-container {
	margin: 0px;
	white-space: nowrap;
	position: relative;
	height: 50px;
	bottom: 0px;
}
.input-container {
	position: relative;
	width: 300px;
	height: 80px;
	left: 2px;
}
.input-label {
	position: absolute;
	top: 25px;
	left: 35px;
	padding: 5px;
	font: 18px "Trebuchet", tahoma, arial;
	color: #999;
	pointer-events: none;
	z-index: 1;
}
.icone {
	color: #369;
	position: absolute;
	left: 10px;
	top: 26px;
	z-index: 1;
	font-size: 25px;
}
.linha {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 298px;
	border-top: 1px solid #369;
}
.lembrar {
	position: absolute;
	top: 35px;
	right: 0px;
	z-index: 1;
	font: 11px "Trebuchet", tahoma, arial;
	color: #999;
}
.iconeEye {
	color: #666;
	position: absolute;
	right: 10px;
	top: 25px;
	z-index: 1;
	font-size: 30px;
	cursor: pointer;
}
