@media only screen and (min-width: 720px) {
	
body{

background-color: #fff; /* Used if the image is unavailable */

  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover; /* Resize the background image to cover the entire container */
height: 100%;
}
#preloader {
position: absolute;
margin: 0 auto;
    margin-top: 0px;
width: 100%;
height:100%;

text-align: center;
background:#fff;
opacity:0.8;
}
#preloader img{
	margin-top: 20%;
	opacity:0.8;
}
.caixalogin{
background: #fbf7f7;
width: 400px;
text-align: center;
padding: 10px;
font-size: 15px;
opacity: 0.8;
}
.titulologin{
color: #813636;
margin-top: 10px;
padding: 5px;
}
.formlogin{
	border:0;
}
.botaoindexlogin{
	border:0;
}
.espacamento{
	margin-top:20px;
}
.caixaregistro{
background: #fbf7f7;
width: 400px;
opacity: 0.8;
}
.titulocaixaregistro{
color: #41484b;
text-align: center;
font-size: 17px;
padding-top: 10px;

}
.botaocaixaregistro{
background: #cbcbcb;
color: #fff;
width: 40%;
padding: 10px;
}
.botaocaixaregistro a{
color: black;
font-weight: bold;
}
..botaocaixaregistro:hover{
	color:red;
}
.informacoes{
margin-left: 5px;
color: #4b4b4b;
}















}



