﻿.login-page{width:100%;background:url("../Images/yjshufa/yjbody_bg.jpg");}
.login-pane{
    width:80%;
    margin:0 auto; 
    position:relative;   
    height:845px; 
}
.login-pane-bg{
    background: rgba(255, 255, 255, 0.6) url("../images/login-bg.png") no-repeat scroll center center / contain ;
    border: 8px solid #ffffff;
    left: 50%;
    margin: 0 auto 0 -30%;
    min-height: 500px;
    position: absolute;
    top: 163px;
    width: 60%;
}

.login-container{
    margin: 0 auto;
    padding: 24px;
    width: 268px;
    
}
.login-logo{
    margin: 50px auto;
}
.login-from-title{
    border-bottom: 1px solid #7E7669;;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.login-input{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: currentcolor currentcolor #E26E66;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    margin-bottom: 20px;
    padding: 0 12px;    
    position:relative;
    width: 90%;/*写给不支持calc()的浏览器*/ 
    width:-moz-calc(100% - 28px); 
    width:-webkit-calc(100% - 28px); 
    width: calc(100% - 28px);
    margin-bottom:20px;
}
#login-name::after {
    background: rgba(0, 0, 0, 0) url("../images/icon-username.png") no-repeat;
    background-size:contain;
    content: "";
    cursor: pointer;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    right: 18px;
    top: 50%;
    width: 25px;
    z-index: 4
}
.login-btn{
    background: #f5695a;
    border-radius: 25px;
    box-shadow: 0 2px 2px #eaecde;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 38px;
    line-height: 38px;
    margin-top: 22px;
    text-align: center;
    width: 100%;
}

.login-container aside{
    color: #686868;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    text-align: right;
}
.login-container label,.captcha-out a
{
   float:left; 
}

.login-for-txt{ text-decoration:none;}
.captcha-out{
    line-height: 35px;
    height: 35px;    
    overflow:hidden;
    position:relative;
    text-align: right;
}

.captcha-out span{display:inline-block;}
.login-captcha{
    background-position: center center;
    background-repeat: no-repeat;
    height: 30px;
    margin-right: 36px;
    width: 80px;
}
.login-captcha img{width:100%;}
.refresh-captcha{
   background-image: url("../images/site/icon_refresh.png");
    cursor: pointer;
    height: 16px;
    margin-top: -10px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 16px;
}

.refresh-captcha:hover{
    background-position:0 -16px;
}

.login-container .errmsg{
    color: red;
    font-size: 14px;
    text-align: center;
    margin-bottom: 0;
    min-height: 20px;
}