@media (max-width: 992px){
 .espacioVert{margin-top:1.0em;}
}  

@media (min-width: 992px){
  .espacio{margin-top:4.2em;}
}

@media (min-width: 992px)
{
	.col-md-offset-05 {margin-left: 5.333333%};
}
  
body {
    
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.login-label {
    display: block;
    width: 30%;
    color: white;
}

.maintitle {
	text-shadow: 0px 0px 10px rgba(255,255,255,0.6), 
        0px 0px 30px rgba(255,255,255,0.4), 
        0px 0px 50px rgba(255,255,255,0.3), 
        0px 0px 180px rgba(255,255,255,0.3);
	color: rgba(255,255,255,0);
	/*font: 100px 'ChunkFiveRegular';*/
    font: 90px Verdana, Geneva, sans-serif;
}

.loginbox {
    position: fixed;
    left: 550px;
    top: 150px;
    display: block;
}
.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.highlight {
    border: 1px solid red;
}

.bottomright {
    position: fixed;
    bottom: 5px;
    right: 10px;
}

.copyright {
    display: none;
    color: white; 
    text-shadow: black 0.2em 0.2em 0.4em;
    font-size: x-small;
}