﻿html,body{
    width:100%;
    height:100%;
}
.container {
    width: 100%;
    height: 100vh;
    position:relative;
    z-index:10;
    overflow:hidden;
}
#box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
}
.login {
    overflow: hidden;
    height: 600px;
    width: 1000px;
    margin: 140px auto;
}

.login_left h2{
    color: #fff;
    font-size: 42px;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top:25px;
    padding-right:40px;
    width:649px;
    box-sizing:border-box;
}
.login_right {
    background-color: #fff;
    padding: 70px 84px 0 100px;
    box-sizing: border-box;
    height: 100%;
    width:649px;
    float:right;
}
.login_titles {
    color: #0076fe;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    text-align: center;
    z-index: 2;
    margin-bottom: 44px;
}
.row {
    width: 100%;
    height: 70px;
    border: 2px solid #eeeeee;
    padding: 0 28px;
    box-sizing: border-box;
    border-radius: 70px;
    overflow: hidden;
    margin: 0 0 29px;
}
.row img{
    float:left;
    margin-top:20px;
}
.row .fl{
    position:relative;
    margin-top:22px;
    margin-left: 20px;
 }
.row input{
    padding-left:20px;
    font-size: 20px;
    background: transparent;
    vertical-align: middle;
    outline: none;
    border: none;
    float:left;
}
#code_img {
    margin-left: 20px;
    float: right;
    margin-top: -6px;
}
.submit {
    width: 100%;
    height: 70px !important;
    border-radius: 70px;
    text-align: center;
    line-height: 70px;
    background: #0076fe;
    color: #fff;
    font-size: 24px !important;
    font-weight: 700;
    margin: 20px auto 0;
    display: block;
    vertical-align: middle;
    outline: none;
    border: none;
    cursor:pointer;
    transition:all .3s;
}
.submit:hover{
    opacity:.7;
}
.footer {
    text-align: center;
}
.footer span{
    width: 60px;
    height: 1px;
    background: #fff;
    display:inline-block;
    vertical-align:4px;
}
.footer em{
    font-size: 16px;
    color: #fff;
    font-style: normal;
    margin: 0 22px;
    display:inline-block;
}