#boxlogin {
	width: 350px;
	border-radius: 10px;
	position: absolute;
	margin-top: 5px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	box-shadow: 1px 5px 30px rgb(150, 150, 150);
}
img {
	width: 180px;
}
#bodyfundo {
	background-color: rgb(243, 243, 243);
	background: url("../../assets/images/background/bgPrev04.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media only screen and (max-width: 767px){
	#boxlogin {
		/*margin-top: 10px;*/
		top: 48%;
		width: 280px;
		box-shadow: 1px 5px 30px rgb(30,120,120);
	}
	img {
		width: 160px;
	}
}