body {
	background-image: url(../img/fondo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.box-login {
  /*box-shadow: 0px 0px 30px -2px rgba(79,196,228,0.81);*/
  /*background-color: rgba(255,255,255, 0.8) !important;*/
  border-radius: 15px;
}

.login-header {
  border-radius: 15px 15px 0 0 !important;
  background-color: #5DA657;
}

.boton {
	background-color: #5DA657;
	font-weight: bold;
	transition: .5s;
  color: #fff;
  width: 70%;
}

.boton:hover {
	background-color: #4A7F44;
  color: #fff;
  transform: scale(1.03);
}

.logo-sisfo {
  transition: .4s;
  padding: 5px;
}

.logo-sisfo:hover {
  cursor: pointer;
  transform: scale(1.07);
  text-decoration: none;
  border: 0;
  border-radius: 17px;
  box-shadow: 1px 1px 10px 1px rgba(0,0,0, 0.1);
}

.logo-sisfo:focus {
	outline: none;
}

.redes-sociales {
  display: inline-block;
  line-height: 27px;
  height: 27px;
  width: 27px;
  border-radius: 100%;
  font-size: 15px;
  background-color: #5DA657;
  color: #fff;
  margin-left: 1vh;
  transition: .5s;
}

.redes-sociales:hover {
  background-color: #4A7F44;
  color: #fff;
  transform: scale(1.06);
}





.lista-redes {
  list-style: none;
  padding: 0;
}

/*.pie-pagina {
  position: relative;
  box-shadow: 0px 0px 32px -10px rgba(0,0,0,0.20);
  -webkit-box-shadow: 0px 0px 32px -10px rgba(0,0,0,0.20);
  -moz-box-shadow: 0px 0px 32px -10px rgba(0,0,0,0.20);
}*/

.item {
  line-height: 5vh;
}

