#rememberme1 {
    display:none;
}
.forgetmenot {
    display: none;
}

.social.team.clearfix {
    display: none;
}
.team-detail {
    margin-left: 0;
}

.init-loading-img {
    width: 100%;
    height:100%;
    background-color: red;
    z-index: 1000;
}

#preloader {
    background-image: url("http://www.mpconsultingsrl.it/wp-content/uploads/2014/01/imgShowcase.jpg");
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    display:block;
}

#logo img {
    margin-top: -10px;
}

.skipIntro {
    cursor: pointer;
    z-index: 1000;
    position:absolute;
    top:10%;
    right:10%;
    font-size: 2em; 
    padding: 10px;
    color:black;
    opacity:0.8;
    font-weight: bold;
    
    
}