.html { 
  background: url(http://cdn.magdeleine.co/wp-content/uploads/2014/05/3jPYgeVCTWCMqjtb7Dqi_IMG_8251-1400x933.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.user{
  display: block;
  margin: auto;
  width: 60%;
  height: auto;
  margin-bottom: 0.5em;
}
.cl{
  font-size: 25px;
  text-align: center;
  margin-top: 0.3em;
  color: black!important;
  font-weight: 700;

}
.login-button{
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 40px;
  margin: auto;
  width: 12em;
  height: 12em;
  border-radius: 50%;
  background: rgba(35, 35, 35, 0.8);
  opacity: 0.8;
  overflow: hidden;
  box-shadow: 10px 10px 40px #000;}

.login-button:hover{
  background-color: rgba(79, 75, 75, 0.8);
  
}
.logo {
  background-repeat: no-repeat;
  margin-bottom: 1em;
}

.gradient-custom {
  background: #FCF9BE;
}

.form-outline {
  font-weight: 0;
}

.login__color {
  background-color: #FFDDD2;
}

.back__color {
  background-color: #BDCDD6;
}/*# sourceMappingURL=login.css.map */

.rodape{
  bottom: 0;
  left: 0;
  height: 40px;
  position: fixed;
  width: 100%;
}
.caixa{
  box-shadow: 1px 1px 50px #000;
  
}
#caixinha{
  display: none;
}