body.loginbody { background: url('../images/statics/gray_jean.png') repeat scroll 0% 0% #F7F7F7; }

.loginwrapper { width: 400px; margin: 10px auto 0 auto; }
.loginwrapper p { margin: 20px 0; }
.loginwrapper p:first-child { margin-top: 0; }
.loginwrapper p:last-child { margin-bottom: 0; }
.logintitle {
    padding: 15px;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 21px;
    border: 1px solid #bbb;
    font-size: 18px;
    border-bottom: 0;
    -moz-border-radius: 2px 2px 0 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    color: #666;
}
.logintitle span.fa-lock { font-size: 48px; margin-top: -5px; float: left; margin-right: 10px;display: block;}
.logintitle span.subtitle { font-size: 12px; font-weight: normal; display: block; margin-left: 32px; text-transform: none; color: #999; }
.loginwrapperinner {
    padding: 20px;
    background: #444;
    -moz-border-radius: 0 0 2px 2px;
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
.loginshadow { background: url(../images/statics/loginshadow.png) no-repeat center center; height: 30px; }
.loginwrapper input { 
    width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    padding: 10px; min-height: 44px; font-size: 14px !important; border: 0; color: #999;
    background: #eee; padding-left: 30px; 
}
.loginwrapper input#username { background: #eee url(../images/statics/username.png) no-repeat 8px 12px; padding-left:30px;}
.loginwrapper input#password { background: #eee url(../images/statics/password.png) no-repeat 8px 12px;  padding-left:30px;}
.ie .loginwrapper input#username, .ie .loginwrapper input#password{padding-bottom:0;width:320px;}
.loginwrapper input#username.error,
.loginwrapper input#password.error { background-color: #ffeaea; color: #ff0000; }
.loginwrapper input:focus { 
    background-color: #fff;
    color: #666 !important; 
    box-shadow: 0 0 8px rgba(0,0,0,0.8) !important;
}
.loginwrapper button.btn { 
    padding: 12px 0; border: 0; text-transform: uppercase; font-size: 14px; text-shadow: 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px rgba(0,0,0,0.3);;
}
.loginwrapper a { color: #999;font-size: 12px; }
.loginwrapper button.btn { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;}
.logintitle { font-family: 'RobotoBold', 'HelveticaNeue', Arial, sans-serif; }
.logintitle { 
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3); 
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.3); 
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
    color:#666 !important;
}
.logintitle {
    background: linear-gradient(to bottom, #EDEDED 0%, #DEDEDE 100%) repeat scroll 0% 0% transparent;
    margin-bottom: 0px;
}
.loginlogos {
    height:120px;padding:50px 0 0 100px;position:relative;
}
.loginlogos .logo{/*display:block;height:51px;cursor:pointer;background:url(../images/logo.png) left top no-repeat;*/
height: 90px;
padding: 25px 0;
position: relative;
background: url(../images/logo.png) no-repeat left 50%;display:block;
}
.loginwrapper button.btn {
    padding: 12px 0px;
    border: 0px none;
    text-transform: uppercase;
    font-size: 14px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    font-weight:bold;
    cursor:pointer;
}


.loginwrapper [class^="fa-"], [class*=" fa-"] {
    /* opacity: 0.75; */
}
.icon-question-sign {
    background-position: -96px -96px;
}
