body,html{width:100%; height:100%; overflow: hidden; background:#000!important;}

a {color:#000}

/* Welcome Home */
.welcome-home{position:fixed; z-index:1; overflow: hidden; background-image:url('../images/library.jpg'); background-repeat:no-repeat; background-position:center center; background-size:100%}
@media screen and (max-width: 1199.98px){
    .welcome-home{background-size:100%}
}
@media screen and (max-width: 991.98px){
    .welcome-home{background-size:200%}
}


/* Mirror */
.mirror{position:fixed; z-index:2; overflow: hidden; background-image:url('../images/mirror.png'); background-repeat:no-repeat; background-position:center center; background-size:5%}
@media screen and (max-width: 991.98px) {
    .mirror{background-size:10%}
}
@media screen and (max-width: 767.98px) {
    .mirror{background-size:9%}
}

/* Wisdom Key */
.wisdom-key{opacity:0; position:fixed; z-index:3; top:0; left:0}
.wisdom-key .welcome{margin-bottom:15px; font-family:'Cinzel'; font-size:20px; font-weight:400; color:#fff}
.wisdom-key .welcome:hover,
.wisdom-key .welcome:focus{text-decoration:none; color:#fff}

/* Welcome Title */
.blind{position:fixed; z-index:9; top:0; left:0; background:#000}
.welcome-title{font-family: 'Cinzel'; font-weight:700; letter-spacing:15px; font-size:160px; color:#fff}
.welcome-title span{margin:0 15px}
@media screen and (max-width:1199.98px){
    .welcome-title{font-weight:400}
    .welcome-title span{display:block; margin:0}
    .welcome-title .title1{letter-spacing:10px; font-size:128px}
    .welcome-title .title2{font-size:128px}
}
@media screen and (max-width:767.98px){
    .welcome-title .title1{letter-spacing:10px; font-size:48px}
    .welcome-title .title2{font-size:48px}
}


/* Plugin : login with ajax widget.css */
.lwa{width:180px; margin-bottom:0;}
.lwa-divs-only .lwa-submit-button, .lwa-divs-only .lwa-links{margin-top:0;}
.lwa-username,
.lwa-password,
.lwa-remember-email{margin-bottom:5px;}
.lwa-divs-only input[type="text"]{margin:0;}
.lwa-password input, .lwa-username input, .lwa-email input, .lwa-remember-email input{width:180px; padding-right:10px; padding-left:10px; height:37px;}
input::placeholder {font-size:12px;}
.lwa-links label{font-size:12px; cursor:pointer;}
.lwa-links-remember{color:#fff}


