.login{
  align-content: center;
  -moz-box-shadow: inset 0 0 10px #05b;
  -webkit-box-shadow: inset 0 0 10px #05b;
  box-shadow:inset 0 0 10px #05b;
  width:30%;
  margin-top:10px;
  padding:50px;
}
.login h1{
  margin-bottom: 40px;
}
.boton{
  margin-left:200px;
}
#recorreo, #ingresar, #pass, #repass{
  display:none;
}
.miembros{
  display: flex;
  text-align:center;
  justify-content: center;
}
miembros tesoreria{
  width:110px;
  height:110px;
}
.miembros .tesoreria:hover{
  cursor:pointer;
  -moz-box-shadow:0 0 10px #05b;
  -webkit-box-shadow:0 0 10px #05b;
  box-shadow:0 0 10px #05b;
  align-content:center;
}
.miembros .tesoreria:hover img{
  width:98px;
}
.miembros .tesoreria:active img{
  width:96px;
}
.menv{
  list-style:none;
}
.menv li{
  float:left;
}
.facebook {
  width: 450px;
  align-content: center;
  margin-top: 2em;
}
.facebook iframe{
  width:340px;
  height:265px; 
}

@media screen and (max-width: 980px){
  .facebook {
    width: 100%;
    align-content: center;
  }
  .login{
    width: 350px;
    padding:20px 0;
  }
  .login input{
    font-size:1.2em;
  }
}