body, html {
	width: 100%;
    height: 100%;	
}
body{
	/*background-image: linear-gradient(rgb(40, 53, 147),rgb(104, 145, 162));*/
	/*background-image: linear-gradient(rgb(40, 53, 147),rgb(38, 166, 154));*/
	background-image: linear-gradient(rgb(0, 150, 57),rgb(48,208,193));
	/*background: #000000;*/	
	/*background: #005EB8;*/
	/*background: #283593;*/
	/*position: relative;*/
	width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.container {
	display: flex;
	align-items: center;
	flex-direction: column; 
	justify-content: center;
	width: 100%;
	min-height: 100%;
	padding: 20px;
}

#login-box {
	position: absolute;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	width: 20em;

	text-align: center;
	margin: 0 auto;	
	padding: 30px;	
	/*background: #fff;*/
	/*background: rgba(48, 46, 45, 0.5);*/
	background: rgba(255, 255, 255, 0.9);
	min-height: 250px;	
	/*z-index: 9999;*/
	z-index: 1050;
	/*border: 1px solid black;*/
	-webkit-border-radius: 15px 15px 15px 15px;
	border-radius: 15px 15px 15px 15px;
	-webkit-box-shadow: 0 20px 50px 0 rgba(0,0,0,0.5);
	box-shadow: 0 20px 50px 0 rgba(0,0,0,0.5);	
}
.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	border-radius: 50%;
}
.profile-name-card {
    margin: 10px 0 0;
    min-height: 1em;
}
.form-signin #inputUser,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}
.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* INICIO OLVIDO CONTRASEÑA */
#olvido_contrasena{
    text-align: center !important;
}
#ullogin{
    margin: 0px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}
a:link, a:visited, a:active {    
    color:#333 !important;
    text-decoration:none !important;
}
ul li {
    position: relative !important;
    display: inline-block !important;
    overflow:hidden !important;
}
ul li:hover, ul li:focus {
    outline: none !important;
}
ul li a {
    position: relative !important;
    display: inline-block !important;    
    color:#333 !important;
    /*font-size:1.5em;*/
    text-decoration: none !important;
    /*text-transform: uppercase;*/
    font-weight: 400 !important;
    transition: transform 0.5s ease !important;
    -webkit-transition: transform 0.5s ease !important;
}
ul li a:before{
    position: absolute !important;
    top: 100% !important;
    content: attr(title); /* The selector for Wordpress */
    /*color:#333;*/
    color: blue !important;
    -webkit-transform: translate3d(0,0,0) !important;
    -moz-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}
ul li:hover a, ul li:focus a {
    -webkit-transform: translateY(-100%) !important;
    -moz-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
}
/* FIN OLVIDO CONTRASEÑA */

 


/* ANIMATIONS */
/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}
@-webkit-keyframes fadeInDown {
	0% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
  }
  
  @keyframes fadeInDown {
	0% {
	  opacity: 0;
	  -webkit-transform: translate3d(0, -100%, 0);
	  transform: translate3d(0, -100%, 0);
	}
	100% {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
  }

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}
.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.fadeIn.five {
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	animation-delay: 1s;
  }

  #particles-js{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50% 50%;
	position: fixed;
	top: 0px;
	z-index:1;
}