.Loginbody {
    background: #1586C1;
}

.logo {
    margin: auto;
    margin-top: 3%;
    width: 983px;
    height: 100px;
}

.logo .title {
    /*width: 480px;*/
    height: 49px;
    color: #fff;
    text-shadow: 2px 3px 6px #020202;
}

.content {
    margin: auto;
    width: 983px;
    height: 332px;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .6);
}

.content .logopic {
    float: left;
    width: 555px;
    height: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.content .loginright {
    width: 420px;
    float: right;
    height: 100%;
    background-color: #f2f2f2;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
}

.loginright .top {
    line-height: 65px;
    background-color: #49c3c4;
    border: 1px solid transparent;
    border-top-right-radius: 5px;
}

.loginright .top .logintext {
    color: #fff;
    font-size: 1.9rem;
}

.loginright .top .inner {
    margin-left: 20px;
}

.loginright .top .arrow {
    width: 18px;
    height: 18px;
    background-color: #fff;
    display: inline-block;
    vertical-align: text-bottom;
    border-radius: 50%;
    text-align: center;
    color: #49c3c4;
    font-weight: 900;
    line-height: normal;
}

.Loginform {
    float: right;
    width: 100%;
    height: 200px;
}

.form-message {
    height: 30px;
    width: 60%;
    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;
}

.Loginform .outer {
    padding-left: 20px;
    margin-right: 12px;
    line-height: 50px;
    background-color: #f0eef1;
    box-shadow: inset 0 0 6px rgba(158, 158, 158, 0.45);
    font-family: Microsoft Yahei;
    font-size: 12pt;
    color: #999999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #ccc;
    position: relative;
}

.form-password {
    margin-top: 20px;
}

#txtaccount {
    border: none;
    padding: 0px;
    height: 32px;
    line-height: 32px;
    width: 260px;
    font-family: ΢���ź�, ����, Arial, Helvetica, Verdana, sans-serif;
    font-size: 14pt;
    color: #999999;
    background-color: #F0EEF1;
    padding-left: 5px;
    vertical-align: baseline;
}

.form-account .icon {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 18px;
    height: 19px;
    background: url(../../Content/images/icon.png) no-repeat;
    background-position: 0px 0px;
}

.form-password .icon {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 18px;
    height: 19px;
    background: url(../../Content/images/icon.png) no-repeat;
    background-position: -17px 0;
}

#txtpassword {
    border: none;
    padding: 0px;
    height: 32px;
    line-height: 32px;
    width: 260px;
    font-family: ΢���ź�, ����, Arial, Helvetica, Verdana, sans-serif;
    font-size: 11pt;
    color: #999999;
    background-color: #F0EEF1;
    padding-left: 5px;
}

.form-bottom {
    margin-left: 16px;
    position: absolute;
    bottom: 30px;
}

.btlogin {
    height: 65px;
    width: 100px;
    position: absolute;
    top: 0;
    right: -100px;
    /*background: -webkit-linear-gradient(to bottom, #fff, #333)*/
    background-color: #314560;
    color: #fff;
    font-size: 2rem;
    letter-spacing: 5px;
}

.btlogin:hover {
    background-color: #222b45;
    color: #ececec !important;
}

.copyright {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 100%;
    margin-top: -50px;
    width: 97%;
    font-family: Microsoft Yahei;
    line-height: 25px;
}

.qqsign {
    margin-left: 20px;
    border: medium none;
    width: 63px;
    height: 24px;
    border-style: none;
    background: none;
    background-image: url("../Images/Connect.png");
    cursor: pointer;
}

.active {
    border-color: #ff7474!important;
}

.ui-select .ui-select-text {
    font-size: 15px;
}

.ui-select-option li {
    font-size: 15px;
}

#inputAccount {
    padding-left: 12px;
}
 .userImg {
        width: 130px;
        height: 100px;
        margin: 0 auto;
        background-position: center;
        background-size: cover;
        border-radius: 5px;
        box-shadow: 0 0 5px 2px #b8d6f4;
    }

    .swipe {
        text-align: center;
    }

    #userName {
        font-size: 1.8rem;
    }