﻿body {
    background: url("/Images/Manage/LoginBg.png") no-repeat;
    background-size: cover;
}
.loginBox {
    width:750px;
    height:380px;
    background: url("/Images/Manage/Login.png") no-repeat left center;
    position: absolute;
    top:50%;
    left:50%;
    margin-top:-190px;
    margin-left:-375px;
}
.loginRightBox {
    float: right;
    width:280px;
    height:300px;
    margin-top:45px;
    margin-right:30px;
    position: relative;
}
.siteTxt {
    position:absolute;
    top:40px;
    left:0;
    font-family:"微软雅黑";
    font-size:24px;
    color: #0b67bb;
    text-shadow: 3px 2px 3px #5585c0;
}
.loginDlBox {
    width:220px;
    height:140px;
    position: absolute;
    top:100px;
}
.iptBox {
    width:215px;
    height:28px;
    border: 1px solid #cccccc;
    background: #ffffff;
    border-radius:2px;
    margin-bottom:15px;
}
.iptIconLeftBox {
    float: left;
    width: 36px;
    height:28px;
    background: url("/Images/Manage/iptRightBg.png") no-repeat right center;
}
.iptIconLeftBox img {
    margin-left:7px;
    margin-top:5px;
}
.iptIconRightBox {
    float: left;
    width: 179px;
    height:28px;
}
.ipt {
    width:170px;
    height:28px;
    line-height:28px;
    padding-left:5px;
    border: none;
    outline: none;
}
.itpBox1 {
    width: 130px;
}
.w94 {
    width:94px!important;
}
.w85 {
    width:85px!important;
}
.yzm {
    position: absolute;
    top:90px;
    left:130px;
    cursor: pointer;
}
.ipt::-webkit-input-placeholder {
    font-size:12px;
    color:#999;
}
.ipt:-moz-placeholder { /* Mozilla Firefox 4 to 18 */  
    color:    #666;  
}  
.ipt::-moz-placeholder { /* Mozilla Firefox 19+ */  
    color:    #666;  
}  
.ipt:-ms-input-placeholder{ /* IE 10+ */  
    color:    #666;  
} 
.subDlBox {
    height:30px;
    position: relative;
}
.subDlBox input {
    width:16px;
    height:16px;
    position: absolute;
    top:7px;
    left:0;
    border: 1px solid #a5a5a5;
}
.subDlBox label {
    font-family:"微软雅黑";
    font-size:12px;
    color:#666;
    position: absolute;
    top:7px;
    left:22px;
    cursor: pointer;
}
.subBox {
    position: absolute;
    top:0;
    right:0;
    width:68px;
    height:30px;
    line-height:30px;
    text-align: center;
    background: url("/Images/Manage/subBg.png") no-repeat left center;
    cursor: pointer;
    font-family:"微软雅黑";
    font-size:14px;
    color:#fff;
    cursor: pointer;
}
.loginBottonBox {
    position: absolute;
    bottom: -20px;
    width:750px;
    font-family:"微软雅黑";
    font-size: 14px;
    color: #485267;
    text-align: center;
}
.loginBottonBox a {
    color: #485267;
    text-decoration: none;
}