| /* 
    Document   : login
    Created on : 06-sep-2014, 19:17:02
    Author     : Amed
    Description:
        Purpose of the stylesheet follows.
*/
.loadingPage{
       
        background: rgba(255,255,255,0.4);
        position: absolute;
        
        
        width: 100%;
        height: 100%;
        top:0px;
        z-index: 5;
        left:0px;
        
       
}
.loadlogo{
    background: rgba(255,255,255,0.4);
    border-radius: 5px;
    top: 50%;
    left: 50%;
    
    margin-left: -60px;
    position: absolute;
    padding: 15px;
    text-align: center;
}
body{
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    background-attachment: fixed;
    background-size: cover;
}
.fondo{
    width: 100%;
    height: 100%;
    background-image: url(../img/raptor-uir.png);
    background-attachment: fixed;
    background-size: cover;
}
.raptor-panel{
}
.dropdown-menu > li > a:hover,.dropdown-menu > li > a:focus{
    background: #402878;
    color:white;
}
 |