body{
	background: url(../img/background.jpg) no-repeat center fixed;
	background-size: cover !important;
	background-color: #444;
}
.panel-default{
	background: rgba(255, 255, 255, 1);
	box-shadow: rgba(0, 0, 0, 0.3) 20px 20px 20px;	
}
			
#wrapper{width: 100%; height: 100%; font-family: 'Roboto', sans-serif; background: none;}

.vertical-offset-100{
	padding-top: 10%;
}

input{margin-top: 20px;}

.btn-login{ padding: 5px 30px; text-transform: uppercase; }

.form-group{margin-top: 20px;}

#footer{color: #FFF; text-shadow: 1px 1px #000; }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	body{ background: url(../img/background.jpg) no-repeat right fixed; }
	.panel-default{ background: rgba(255, 255, 255, 0.7); }
	
	.vertical-offset-100{ padding-top: 22.5%; }			    
}

.removelinkbranco
{
    color:white;
    text-decoration:none;
}

#imgcentro
{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -110px;
    margin-top: -40px;
}

.loading {
position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #F7F0F0;
  opacity:0.5; 
  -moz-opacity: 0.50;
  filter: alpha(opacity=50);
}