html {
    background: url('../imagens/entrada_causasxxi.jpeg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
    overflow: hidden;
    /*background-image: url('../imagens/entrada_causasxxi.jpeg');*/
}

  
img{
  display: block;
  margin: auto;
  width: 100%;
  height: auto;

}

 
#login-button{
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  margin: auto;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  /*background: rgba(3,3,3,.8);*/
  background:rgba(135, 138, 138, 0.80);
  overflow: hidden;
  opacity: 0.7;
  box-shadow: 10px 10px 30px #000;
  z-index:1 !important;

}
  

/* Login container */
#container{
  position: absolute;
  top: 0 ;
  left: 0 ;
  right: 0 ;
  bottom: 0 ;
  margin: auto ;
  width: 260px ;
  height: 260px ;
  border-radius: 5px ;
  /*background: rgba(3,3,3,0.25) ;*/
  background:rgba(192,192,192,.8);
  box-shadow: 1px 1px 50px #000 ;
  display: none ;
  z-index:1 !important;
}

/* Login container offline */
#container_offline{
  position: absolute;
  top: 0 ;
  left: 0 ;
  right: 0 ;
  bottom: 0 ;
  margin: auto ;
  width: 460px ;
  height: 460px ;
  border-radius: 5px ;
  /*background: rgba(3,3,3,0.25) ;*/
  background:rgba(192,192,192,.8);
  box-shadow: 1px 1px 50px #000 ;
 
  z-index:1 !important;
}
.close-btn{
  position: absolute;
  cursor: pointer;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 18px;
  top: 3px;
  right: 3px;
  width: 20px;
  height: 20px;
  text-align: center;
  border-radius: 10px;
  opacity: .2;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.close-btn:hover{
  opacity: .5;
}

.btn
{
  opacity: 0.7;
  

}

.btn:hover{
  cursor:pointer;
  opacity: 1 !important;
}



/* Heading */
h1{
  font-family: 'Open Sans Condensed', sans-serif;
  position: relative;
  margin-top: 0px;
  text-align: center;
  font-size: 28px;
 /* color: #ddd;*/
   color: #fff;
  text-shadow: 3px 3px 10px #000;
}


/* Inputs */
a,
input{
  font-family: 'Open Sans Condensed', sans-serif;
  text-decoration: none;
  position: relative;
  width: 150px;
  display: block;
  margin: 9px auto;
  font-size: 17px;
  color: #fff;
  padding: 8px;
  border-radius: 6px;
  border: none;
  background: rgba(3,3,3,.1);
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input:focus{
  outline: none;
  box-shadow: 3px 3px 10px #333;
  background: rgba(3,3,3,.18);
}

/* Placeholders */
::-webkit-input-placeholder {
   color: #ddd;  }
:-moz-placeholder { /* Firefox 18- */
   color: red;  }
::-moz-placeholder {  /* Firefox 19+ */
   color: red;  }
:-ms-input-placeholder {  
   color: #333;  }

/* Link */
a{
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  padding: 4px 8px;
  background: rgba(107,255,3,0.3);
}

a:hover{
  opacity: 0.7;
}


.orange-btn{
  background: rgba(87,198,255,.5);
}

/* ---------------------------------------------------------------------- */
/*	Extra Small Devices Only
 /* ---------------------------------------------------------------------- */


@media only screen and (max-device-width: 1024px) {
    html {
        background: url("../imagens/entrada_causasxxi.jpeg");
        /* Full height */
        height: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
}



