﻿.Loginbody {
    background: #2e3e4e;
}

.logo {
    margin: auto;
    margin-top: 8%;
    width: 983px;
    height: 100px;
}

.content {
    margin: auto;
    width: 1068px;
    height: 420px;
    background: url(../images/loginbj.png) top center no-repeat #fff;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0,0,0,.6);
}

.Loginform {
    margin-top: 72px;
    float: right;
    width: 312px;
    height: 200px;
}

.form-message {
    height: 30px;
    width: 78%;
    margin-left: auto;
    margin-right: auto;
}

.form-error-text {
    padding-left: 35px;
    border: 1px solid #ee86a4;
    color: #9d2a16;
    font-family: Microsoft Yahei;
    height: 26px;
    line-height: 26px;
    background: #f8cad7 url('../Images/validatebox_warning.png') center left no-repeat;
    background-position: 10px 5.5px;
    border-radius: 4px;
}

.form-warning-text {
    padding-left: 35px;
    border: 1px solid #f8e144;
    color: #000;
    font-family: Microsoft Yahei;
    height: 26px;
    line-height: 26px;
    background: #fdf7ce url('../Images/Icon16/bullet_error.png') center left no-repeat;
    background-position: 10px 5.5px;
    border-radius: 4px;
}

.form-succeed-text {
    padding-left: 35px;
    border-radius: 3px;
    color: #fff;
    font-family: Microsoft Yahei;
    border: 1px solid #5e8800;
    height: 26px;
    line-height: 26px;
    background: #62b600 url('../Images/loading1.gif') center left no-repeat;
    background-position: 10px 5.5px;
}

.form-cid {
    width: 262px;
    margin-top: 16px;
    margin-left: 16px;
    font-family: Microsoft Yahei;
    font-size: 12pt;
    color: #999999;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.form-account {
    width: 262px;
    margin-top: 16px;
    margin-left: 16px;
    font-family: Microsoft Yahei;
    font-size: 12pt;
    color: #999999;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.form-password {
    width: 262px;
    margin-top: 16px;
    margin-left: 16px;
    font-family: Microsoft Yahei;
    font-size: 12pt;
    color: #999999;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
}

.form-checkcode {
    width: 262px;
    margin-top: 16px;
    margin-left: 16px;
    font-family: Microsoft Yahei;
    font-size: 12pt;
    color: #999999;
    box-sizing: border-box;
}

.form-rememberandforget {
    margin-top: 10px;
    margin-left: 16px;
    font-family: Microsoft Yahei;
    cursor: pointer;
}

.remember-username {
    cursor: pointer;
    margin-left:2px;
}

#txtcid {
    border: none;
    padding: 0px;
    height: 32px;
    line-height: 32px;
    width: 260px;
    font-family: Î¢ÈíÑÅºÚ,ËÎÌå,Arial,Helvetica,Verdana,sans-serif;
    font-size: 9pt;
    color: #999999;
    background-color: #F0EEF1;
    padding-left: 5px;
    padding-right: 2px;
    box-sizing: border-box;
    font-weight: bold;
    color: #000000
}

#txtaccount {
    border: none;
    padding: 0px;
    height: 32px;
    line-height: 32px;
    width: 260px;
    font-family: Î¢ÈíÑÅºÚ,ËÎÌå,Arial,Helvetica,Verdana,sans-serif;
    font-size: 9pt;
    color: #999999;
    background-color: #F0EEF1;
    padding-left: 5px;
    padding-right: 2px;
    box-sizing: border-box;
    font-weight: bold;
    color: #000000
}

#txtpassword {
    border: none;
    padding: 0px;
    height: 32px;
    line-height: 32px;
    width: 260px;
    font-family: Î¢ÈíÑÅºÚ,ËÎÌå,Arial,Helvetica,Verdana,sans-serif;
    font-size: 9pt;
    color: #999999;
    background-color: #F0EEF1;
    padding-left: 5px;
    padding-right: 2px;
    box-sizing: border-box;
    font-weight: bold;
    color: #000000
}

#txtcheckcode {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0px;
    margin-right: -3px;
    height: 32px;
    line-height: 32px;
    width: 45%;
    font-family: Î¢ÈíÑÅºÚ,ËÎÌå,Arial,Helvetica,Verdana,sans-serif;
    font-size: 9pt;
    color: #999999;
    background-color: #F0EEF1;
    padding-left: 5px;
    padding-right: 2px;
    box-sizing: border-box;
    font-weight: bold;
    color: #000000
}

.form-bottom {
    margin-top: 32px;
    margin-left: 16px;
    height: 39px;
    line-height: 39px;
}

.btlogin {
    height: 40px;
    width: 100px;
    float: right;
    margin-right: 12px;
    cursor: pointer;
    background-color: #2c4059;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.copyright {
    text-align: center;
    color: #fff;
    top: 100%;
    margin-top: 26px;
    width: 97%;
    font-family: Microsoft Yahei;
    line-height: 25px;
}
