﻿* {
    margin: 0;
    padding: 0;
}

.login-bg {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    /*position: fixed;
    left: 0;
    bottom: 0;
    min-width: 420px;
    width: 100%;
    height: 100%;*/
    overflow: hidden;
    background-image: url("../../images/newLoginImage/bg-network.png?version=5.7");
    background-size: 100% 100%;
}

a:link {color: rgb(102, 102, 102); text-decoration:none;}
a:active {color: red; }
a:visited {color:purple;text-decoration:none;}
a:hover {color: red; text-decoration:underline;}

/* 右侧 */

.login-right-bg {
    /*position: absolute;
    right: 0;
    top: 50%;
    margin-top: -300px;
    width: 420px;
    height: 100%;
    z-index: 100;*/
    position: fixed;
    top: 50%;
    margin-top: -300px;
    right: 0;
    width: 420px;
    min-width: 330px;
    min-height: 200px;
    /*box-shadow: 0 2px 13px 0 rgb(0, 0, 0);
    border-radius: 6px;
    box-sizing: border-box;*/
    /*background: #fff;*/
    z-index: 100;
}

.login-right-main {
    margin: 143px 20px 0 20px;
    padding: 10px 20px;
    width: 340px;
    height: 245px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    z-index: 100;
}

.login-right-top {
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    color: #333;
    font-weight: 500;
}

.login-right-title {
    position: relative;
    font-size: 0;
}

.login-account, .login-message {
    position: relative;
    margin-top: 5px;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 40px;
    width: 130px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    background: #2ec8a2;
}

.login-message {
    background: #09adf1;
}

.imgAccount {
    position: absolute;
    left: 45px;
    top: 9px;
    z-index: 1;
}

.imgMessage {
    position: absolute;
    right: 110px;
    top: 9px;
    z-index: 1;
}

.titleImg {
    right: 105px;
}

.login-titles:after {
    position: absolute;
    margin: 32px -58px;
    content: '';
    width: 0;
    height: 0;
    border-width: 0 9px 7px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

.login-con {
    position: relative;
    margin-top: 10px;
}

.login-con-nums {
    height: 59px;
    border-bottom: 1px solid #dedede;
}

.login-con-nums:hover {
    border-bottom: 1px solid #09adf1;
}

.login-con-nums:hover .icon-account {
    background: url("../../images/newLoginImage/user-hover.png") no-repeat 10px center;
}

.login-con-nums:hover .icon-password {
    background: url("../../images/newLoginImage/pwd-hover.png") no-repeat 10px center;
}

.login-con-nums:hover .form-control::-webkit-input-placeholder {
    color: #666;
}

.login-con-nums:hover .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #666;
}

.login-con-nums:hover .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #666;
}

.login-con-nums:hover .form-control:-ms-input-placeholder {
    color: #666;
}

.identifying {
    position: absolute;
    top: 76.5px;
    right: 0;
    width: 70px;
    height: 25px;
    font-size: 12px;
    text-align: center;
    color: #666;
    line-height: 25px;
    border-radius: 4px;
    border: 1px solid #dedede;
    cursor: pointer;
}

.identifying:hover {
    color: #09adf1;
    border: 1px solid #09adf1;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #999;
}

.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #999;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

/* .form-pwd::-webkit-input-placeholder {
    color: #999;
} */

.icon-account, .icon-password {
    width: 40px;
    height: 61px;;
    z-index: 100;
}

.icon-account {
    position: absolute;
    display: block;
    background: url("../../images/newLoginImage/user.png") no-repeat 10px center;
}
.icon-password{
    position: absolute;
    display: block;
    background: url("../../images/newLoginImage/pwd.png") no-repeat 10px center;
}


.form-control {
    margin-left: 40px;
    width: 65%;
    height: 100%;
    line-height: 59px;
    outline: none;
    color: #333333;
    font-size: 14px;
    border: none;
}

.form-pwd {

}

.remember {
    position: relative;
    margin-top: 10px;
    padding-left: 11px;
    height: 20px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
}

.remember-me {
    padding-left: 20px;
    cursor: pointer;
}

.icon-checkbox {
    position: absolute;
    display: block;
    top: 2px;
    width: 13px;
    height: 13px;
    background-color: #dedede;
    cursor: pointer;
    border: 1px solid #a5a5a5;
    border-radius: 2px;
}

.icon-checked {
    background: url("../../images/newLoginImage/checked.png") no-repeat center center;
    background-size: 15px 15px;
    border: 1px solid #09adf1;
}

.lost-pwd {
    float: right;
    cursor: pointer;
}

.lost-pwd:hover {
    color: #09adf1;
}

.login-btn {
    margin: 20px 20px 0 20px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    background: #09adf1;
    cursor: pointer;
}

.login-btn:hover {
    background: #098cf1;
}

/* 遮罩 */

.mask {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 420px;
    background: #000;
    opacity: 0.3;
    z-index: 1;
}
