html,body{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.login{
    width: 100%;
    min-width: 1200px;
    height: 100%;
    position: relative;
    background: url(../images/login-bg.png) center no-repeat;
}

.logo{
    width: 100%;
    height: auto;
    position: absolute;
    top: 30px;
    left: 30px;
    color: #ffffff;
}
.con{
    width: 1200px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.con-btm {
    position: absolute;
    left: 50%;
    bottom:10%;
    transform: translateX(-50%);
    z-index: 10;
    font-size: 16px;
    color: #ffffff;
}
.login-main{
    width: 400px;
    padding: 40px;
    border: 1px solid #5b90c6;
    position: absolute;
    top: 60%;
    transform: translateY(-60%);
    right: 0;
    z-index: 10;
}
.login-main::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #17508a;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}
.login-main>span{
    width: 15px;
    height: 14px;
}
.login-main>span>img{
    display: block;
    width: 100%;
    height: 100%;
}
.horn1{
    top: 0;
    left: 0;
}
.horn2{
    bottom: 0;
    left: 0;
}
.horn3{
    bottom: 0;
    right: 0;
}
.horn4{
    top: 0;
    right: 0;
}
.name{
    width: 100%;
    height: auto;
}
.form{
    width: 100%;
    height: auto;
    padding: 15px 0;
}
.list{
    width: 100%;
    height: 40px;
    border: 1px solid #7bacdf;
    margin-top: 20px;
}
.list>input{
    width: 100%;
    height: 100%;
    padding: 0 10px;
    color: #ffffff;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #659dd6;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #659dd6;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #659dd6;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #659dd6;
}

.login-btn{
    height: auto;
    padding-top: 30px;
    margin: 0 -10px;
}
.login-btn>ul{
    width: 100%;
}
.login-btn>ul>li{
    width: 50%;
    padding: 0 10px;
}
.login-btn>ul>li>a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    border: 1px solid #8dc5ff;
    text-align: center;
    color: #ffffff;
}