/*html {
  background-color: transparent;
  background: url(http://cdn.magdeleine.co/wp-content/uploads/2014/05/3jPYgeVCTWCMqjtb7Dqi_IMG_8251-1400x933.jpg) no-repeat center center fixed;
  background: linear-gradient(to bottom, rgba(0,0,0,.65) 0%,rgba(0,0,0,.65) 100%),url(https://i.pinimg.com/originals/59/81/ee/5981eefa7be7f10ddfd67e1015d9ddf5.jpg) no-repeat top center fixed;

  background: linear-gradient(to bottom, rgba(0,0,0,.65) 0%,rgba(0,0,0,.65) 100%),url(http://cdn.traveler.es/uploads/images/thumbs/201343/las_candidatas_a_ser_una_de_las_siete_ciudades_maravilla_70701627_1200x797.jpg) no-repeat top center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;

}*/

html {
    background-color: transparent;
    /*background: url(http://cdn.magdeleine.co/wp-content/uploads/2014/05/3jPYgeVCTWCMqjtb7Dqi_IMG_8251-1400x933.jpg) no-repeat center center fixed;*/
    /* background: linear-gradient(to bottom, rgba(0,0,0,.65) 0%,rgba(0,0,0,.65) 100%),url(https://previews.123rf.com/images/luzitanija/luzitanija1503/luzitanija150300048/37176500-bolivia-map-on-a-vintage-bolivian-flag-background-Stock-Photo.jpg) no-repeat fixed center top / cover; */
    background: linear-gradient(to bottom, rgba(0,0,0,.65) 0%,rgba(0,0,0,.65) 100%),url(/img/bolivia_bg4.3.PNG) no-repeat fixed center top / cover;
    background-repeat: repeat-y;
    background-position: center top;

      /*background: linear-gradient(to bottom, rgba(0,0,0,.65) 0%,rgba(0,0,0,.65) 100%),url(http://cdn.traveler.es/uploads/images/thumbs/201343/las_candidatas_a_ser_una_de_las_siete_ciudades_maravilla_70701627_1200x797.jpg) no-repeat top center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

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: 250px;
  height: 250px;
  border-radius: 70%;
  background: rgba(3,3,3,.4);
  overflow: hidden;
  opacity: 0.7;
  box-shadow: 10px 10px 30px #000;}

/* Login container */
#container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 350px;
  border-radius: 5px;
  background: rgba(3,3,3,0.1);
  box-shadow: 1px 1px 50px #000;
  /*display: none;*/
}

.close-btn{
  position: absolute;
  color: #fff;
  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: .3;
  -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;
}

/* Heading */
h1{
  font-family: 'Open Sans Condensed', sans-serif;
  position: relative;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
  font-size: 40px;
  color: #ddd;
  text-shadow: 3px 3px 10px #000;
}
h3{
  font-family: 'Sans Condensed', sans-serif;
  position: relative;
  margin: 0px;
  top: -15px;
  left: 6px;
  text-align: center;
  font-size: 25px;
  color: #ddd;
  text-shadow: 3px 3px 10px #000;
}

/* Inputs */
.iniciar-session,
input{
  font-family: 'Open Sans Condensed', sans-serif;
  text-decoration: none;
  position: relative;
  width: 80%;
  display: block;
  margin: 9px auto;
  font-size: 17px;
  color: #000;
  padding: 8px;
  border-radius: 6px;
  border: none;
  /*background: rgba(50,50,50,.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;
}

/*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: #a6a6a6;  }
::-moz-placeholder {  /* Firefox 19+ */
   color: #a6a6a6;  }
:-ms-input-placeholder {
   color: #333;  }

/* Link */
.iniciar-session{
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  padding: 4px 8px;
  background: rgba(17, 99, 175, 0.952);
}

.iniciar-session:hover{
  opacity: 0.7;
}

#remember-container{
  position: relative;
  margin: -5px 20px;
}

.checkbox {
  position: relative;
  cursor: pointer;
	-webkit-appearance: none;
	padding: 5px;
	border-radius: 4px;
  background: rgba(3,3,3,.2);
	display: inline-block;
  width: 16px;
  height: 15px;
}

.checkbox:checked:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.checkbox:checked {
  background: rgba(3,3,3,.4);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.5);
	color: #fff;
}

.checkbox:checked:after {
	content: '\2714';
	font-size: 10px;
	position: absolute;
	top: 0px;
	left: 4px;
	color: #fff;
}

#remember{
  position: absolute;
  font-size: 13px;
  font-family: 'Hind', sans-serif;
  color: rgba(255,255,255,.5);
  top: 7px;
  left: 20px;
}

#forgotten{
  position: absolute;
  font-size: 12px;
  font-family: 'Hind', sans-serif;
  color: rgba(255,255,255,.2);
  right: 0px;
  top: 8px;
  cursor: pointer;
  -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;
}

#forgotten:hover{
  color: rgba(255,255,255,.6);
}

#forgotten-container{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 300px;
  height: 180px;
  border-radius: 10px;
  background: rgba(3,3,3,0.25);
  box-shadow: 1px 1px 50px #000;
  display: block;
}

.orange-btn{
  background: rgba(87,198,255,.5);
}
