/* LOGIN HTML*/

body{
  background: url(../img/background.jpg) no-repeat center center fixed;
  background-size: cover;
}

.main-section{ /*Sector para modificar el contenedor central de mi form */
  margin:0 auto; /* Para centrar*/
  margin-top:25% /*Petición para que el contenedor baje, parece que no está funcionando*/
  top: 25%;
  padding: 0;
}

.modal-content{
  background-color: #FFFFFF;
  opacity: .95;
  padding: 0 20px;
  box-shadow: 0px 0px 3px #848484;
  font: 90% sans-serif;
  color: #848484;
}

.form-group input{
  height: 50px;
  font-size: 18px;
  border: 1;
  color: #848484;
}

.forgot a{
  color: grey;
  font-size: 13px;
}

.ocultar{
  display: none;
}

 /* Se ve mejor en png's
.user-img{
  box-shadow: 0px 0px 3px #848484;
  margin-top: -50px;
  margin-bottom: 35px;
}*/
