* {
    margin: 0;
    padding: 0;
}

ul, li, ol, a {
    list-style: none;
}

input[type="password"],
input[type="text"],
input[type="submit"],
textarea {
    resize: none;
    outline: none;
    border: none;
    background: none;

}

:focus {
    outline: none;
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden
}

html, body {
    width: 100%;
    height: 100%;
}
body {
    /*background: url('../images/newlogin/bg2.jpg') no-repeat;*/
    /*background-size: 100% 100%;*/
    /* background: -webkit-linear-gradient(#163cc8, #395cdd); */
    /* background: -o-linear-gradient(#163cc8, #395cdd); */
    /* background: -moz-linear-gradient(#163cc8, #395cdd); */
    /* background: linear-gradient(#163cc8, #395cdd); */
    /* background-color: #1c41cb; */
    color: #666;
    font-size: 14px;
}
.content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content:flex-end;
}
.container {
    width: 1200px;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center; 
    margin: 0 auto;
    position: relative;
    padding: 50px;
    border-radius: 30px;
    background-color: white;
    
}
.top-title {
    margin-top: 30px;
    color: #FFFFFF;
    text-align: center;
    font-size: 30px;
}

.psdOpLi .remember {
    float: left;
}
.psdOpLi .remember .chInp {
    float: left;
    cursor: pointer;
}
.psdOpLi .remember span {
    float: left;
    display: block;
}

.psdOpLi .forgot {
    float: right;
}

.liginLi .loginbtn {
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;

}
.cordLi .rightSub {
    cursor: pointer;
}


.loginCon {
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2)
}

.title {
    text-align: center;
}

.title p {
    line-height: 40px;
    font-size: 24px;
    color: #081d69;
    text-align: center;
    margin-bottom: 10px;
}

.title img {
    width: 222px;
    height: 7px;
    margin-bottom: 22px;
}
.loginMenu li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-bottom: 20px;
}
.loginMenu .userLi,.loginMenu .psdLi,.loginMenu .leftcSub {
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
    border: 1px solid #ededed;
}
/*.loginMenu .leftcSub {*/
/*    border: none;*/
/*}*/
.loginMenu .leftcSub  {
    width: 60%;
}
.cordLi {
    position: relative;
}
.loginMenu .icon {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 2px;
}

.userLi .icon {
    background: url("../images/newlogin/userIcon2.png") no-repeat;
    background-size: 100% 100%;
}

.userLi, .psdLi {
    border-radius: 4px;
}

.comInp {
    width: 100%;
    height: 38px;
    line-height: 38px;
    color: #000;
    font-size: 14px;
}

.psdLi .icon {
    background: url("../images/newlogin/passwordIcon2.png") no-repeat;
    background-size: 100% 100%;
}

.cordLi {
    margin-bottom: 20px !important;
}
.cordLi .leftcSub .icon {
    background: url("../images/newlogin/cordIcon2.png") no-repeat;
    background-size: 100% 100%;
}


.cordLi .rightSub {
    width: 100px;
    height: 38px;
    position: absolute;
    right: 0;
    top: 0;
}

.cordLi .rightSub img {
    width: 100%;
    height: 100%;
}

.psdOpLi .remember .chInp {
    width: 14px;
    height: 14px;
    margin-top: 18px;
    margin-right: 20px;
    margin-left: 20px;
}

.psdOpLi .remember span {
    font-size: 12px;
    color: #aba7ca;
    line-height: 50px;
}

.psdOpLi .forgot a {
    font-size: 12px;
    color: #aba7ca;
    line-height: 50px;
    text-decoration: none;
}

.liginLi .loginbtn {
    background: #5e93c1;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
}
.liginLi .loginbtn:hover {
    background-color: #4587bf;
}
.psdOpLi {
    margin-bottom: 30px !important;
}

.liginLi {
    margin-bottom: 10px !important;
}

.userLi input::-webkit-input-placeholder { /* WebKit browsers */
    color: #696969;
    font-size: 14px;
}

.psdLi input::-webkit-input-placeholder { /* WebKit browsers */
    color: #696969;
    font-size: 14px;
}

.cordLi input::-webkit-input-placeholder { /* WebKit browsers */
    color: #696969;
    font-size: 14px;
}

.userLi input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #696969;
    font-size: 14px;
}

.psdLi input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #696969;
    font-size: 14px;
}

.cordLi input ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #696969;
    font-size: 14px;
}

.userLi input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #696969;
    font-size: 14px;
}

.psdLi input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #696969;
    font-size: 14px;
}

.cordLi input::-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #696969;
    font-size: 14px;
}
.login-bg>img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}
@media (min-width: 1200px) {
    .loginCon {
        width: 400px;
        padding: 20px;
        position: absolute;
        z-index: 200;
        height: 380px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        right: 100px;
        
    }
    .login-bg {
        width: 500px;
        height: 380px;
        position: absolute;
        left: 50px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

}

@media screen and (min-width:768px) and (max-width:1050px){
    .container {
        width: 80%;
        padding: 15px;
    }
    .loginCon {
        width: 300px;
        padding: 20px;
        position: absolute;
        z-index: 200;
        height: 350px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        right: 100px;
    }
    .login-bg {
        width: 300px;
        height: 160px;
        position: absolute;
        left: 50px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }
}
@media screen and (min-width:1050px) and (max-width:1200px) {
    .container {
        width: 80%;
        margin: 0 auto;
        padding: 15px;
    }
    .loginCon {
        width: 400px;
        padding: 20px;
        position: absolute;
        z-index: 200;
        height: 380px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        right: 100px;
    }
    .login-bg {
        width: 300px;
        height: 240px;
        position: absolute;
        left: 50px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
    }
}
@media screen and (max-width:768px) {
    .container {
        width: 64%;


    }
    .loginCon {
        width: 85%;
        margin: 0 auto;
        padding: 20px;
        position: absolute;
        z-index: 200;
        height: 350px;
        top: 0;
        bottom: 0;
        margin-top: auto;
        margin-bottom: auto;
        left: 0;
        right: 0;
    }
    .login-bg {
        display: none;
    }
}

