/*
body {
	background-color: #f5f5f5 !important;
}
*/
body {
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url('../../files/imagem/original.jpg');
}
.cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .4);
}
.login-area {
	max-width: 400px;
	margin: 100px auto 50px;
	background-color: #fff;
	border-radius: 10px;
}
.escola-titulo{
	background-color: #4c6c8b;
	height: 70px;
	margin: 20px 10px 5px;
	padding: 20px;
	border-radius: 10px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 500 !important;
}
/*
.auth-head-icon {
	position: relative;
	height: 60px;
	width: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	background-color: #fff;
	color: #5c6bc0;
	box-shadow: 0 5px 20px #d6dee4;
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
*/