﻿body {
    background: #E9ECF7 url(/img/account/login-bg.png) no-repeat -92px -708px;
}
body .wrap{
    margin:0 auto;
    width:1200px;
    height:calc(100vh - 170px);
    min-height:700px;
    position:relative;
    overflow:hidden;
    background: url(/img/account/login-left.png) no-repeat left center;
}

#loginbtn {
    width: 440px;
    height: 50px;
    background: #5a6dfe;
    border-radius: 5px;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #FFFFFF;
}

input {
    border: none;
}


.inputtext {
    width: 190px;
    height: 25px;
    background-color: transparent;
}
.register {
    margin:4px 0 14px;
    text-align: right;
}

.go-register {
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #5a6dfe;
    line-height: 20px;
}
.go-rebackpwd {
    color: #df5a04;
    text-decoration: underline;
    margin-left: 82px;
}
#MainContent {
    position:absolute;
    right:0;
    top:50%;
    margin-top:-230px;
    width: 490px;
    height: 500px;
    background: #FFFFFF;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.21);
    border-radius: 10px;
}
#lgmain{
    padding:0 25px;
}

.div-login .title {
    margin: 39px 0 50px 0;
    text-align: center;
    font-size: 26px;
    font-family: zihun175hao;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
}

.div-login .div-login-item {
    padding-top: 40px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333;
}

    .div-login .div-login-item .row {
        margin-bottom: 8px;
    }

    .div-login .div-login-item .liborder label {
        display: inline-block;
        width: 60px;
        text-align: right;
        margin-left: 20px;
        height: 36px;
        line-height: 36px;
    }

    .div-login .div-login-item .liborder input {
        width: 441px;
        height: 46px;
        line-height:44px;
        box-sizing:border-box;
        padding:0 12px;
        background: #FFFFFF;
        border: 1px solid #CCCCCC;
        border-radius: 5px;
        font-size: 16px;
    }

.div-login .div-login-item .liborder input:focus {
    border-color: #FAB198;
    box-shadow: 0px 0px 10px 1px #fab198;
}

    .div-login .div-login-item .liborder .checkdiv {
        height: 14px;
        text-indent:5px;
        line-height: 14px;
        color: red;
    }

#novcode img {
    width: 141px;
    height: 46px;
    background: #F5F5F5;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    vertical-align:middle
}

.errorlogin {
    position:absolute;
    top:5px;
    width:180px;
    left:50%;
    margin-left:-90px;
}
#AccountImg {
    width: 19px;
    height: 19px;
    vertical-align: middle;
    margin: 0 4px;
}

#PassWordImg {
    width: 14px;
    height: 19px;
    vertical-align: middle;
    margin: 0 6px;
}

#logoImg {
    width: 225px;
    height: 24px;
    margin-top: 95px;
    margin-left: 125px;
}

.login-check {
    font-size: 12px;
    color: #999999;
    margin-left: 83px;
}

.control {
    display: inline-block;
    position: relative;
    padding-left: 23px;
    margin-bottom: 15px;
    cursor: pointer;
}
.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.control-indicator {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 12px;
    width: 12px;
    background: #fff;
    border: 1px solid #d5d5d5;
}

.control input:checked ~ .control-indicator {
    background: #fff;
    border: 1px solid #d5d5d5;
}
.control-indicator:after {
    content: '';
    position: absolute;
    display: none;
  }
.control input:checked ~ .control-indicator:after {
    display: block;
}
  .control-checkbox .control-indicator:after {
    left: 4px;
    top: 1px;
    width: 3px;
    height: 6px;
    border: solid #5a6dfe;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}