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

body{

background-color: #cccccc; /* 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: #f0f0f0;
opacity: 0.8;
text-align: center;
border-radius: 40px 40px 0px 0px/10px 10px 0px 0px;
}
.caixaregistro{
background: #f0f0f0;
opacity: 0.8;
}
.titulocaixaregistro{
text-align: center;
padding-top: 10px;
font-size: 17px;
font-weight: bold;
}
.botaocaixaregistro{
background: #dadada;
width: 40%;
padding: 10px;
text-align: center;
}
.botaocaixaregistro a{
	color:#000;
}
.botaocaixaregistro a:hover{
	color:#000;
}
.botaocaixaregistro:hover{
	background:gray;
}
.informacoes{
	margin-left:5px;
	padding-bottom: 10px;
}
.informacoes a{
	color:#000;
}



















}