body {
	background-image: url('../img/bg.jpg');
	background-attachment: fixed;
}
#loading {
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
}
#loading .preloader {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
}
#resultado {
	position: fixed;
	top: 45%;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.my-login-box {
	margin-top: 50%;
}
.bg-digiodonto:not(body) {
	background: none;
}
.home-logo {
	padding-top: 15%;
	margin: 0 auto;
}
.hide {
	display: none;
}
.logo-index {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.titulo {
	font-family: Arial;
	font-size: 30px;
	margin: 20px auto;
}
.user {
	width: 50px;
	height: 50px;
}
.field-login {
	margin-left: -50px;
}
.field-login img {
	margin-top: -5px;
}
.pointer {
	cursor: pointer;
}
.pointer:hover * {
	color: orange;
}
@media (max-width: 768px) {
	body {
		background: #cf1d24;
	}
}