body
{
	margin:0;
	padding: 0;
	background: url(../img/fundo.jpg);
	background-size: cover;
	font-family:sans-serif;

}
.loginBox
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 350px;
	height: 420px;
	padding: 50px 40px;
	box-sizing: border-box;
	background: rgba(0,0,0,.3);
}

h2
{
	margin: 0;
	padding: 0 0 10px;
	color: #efed40;
	text-align: center;
}


.loginBox input[type="text"],
.loginBox input[type="password"]
{
	border: none;
	border-bottom: 1px solid #fff;
	background: transparent;
	outline: none;
	height: 40px;
	color: #fff;
	font-size: 16px;
}

.logo
{
	width: 170px;
	height: 80px;
	border-radius: 10%;
	overflow: hidden;
	position: absolute;
	top: calc(-120px/2);
	left: calc(35% - 30px);
}

.corLabel
{
	color: #fff;
}