/*
* @Author: xuebingsi
* @Date:   2019-04-01 13:37:17
* @Last Modified by:   zhibinm
* @Last Modified time: 2019-04-01 13:37:19
*/
.login-bg{
    /*background: #eeeeee url() 0 0 no-repeat;*/
    background:url(../images/login.jpg) no-repeat left center;
    background-size: auto 100%;
    overflow: hidden;
}
.login{
    margin: calc(50vh - 275px) 0 0 51vw;
    width: 425px;
    padding: 0 58px;
    height: 550px;
    background-color: #ffffff;
    box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.login .tit {
    text-align: center;
    height: 198px;
    line-height: 198px;
    font-weight: bolder;
    color: #4d8cfd;
    font-size: 40px;
}
.login .inp {
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    height: 45px;
    line-height: 43px;
    font-size: 16px;
    color: #bfbfbf;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.login .inp i{
    width: 40px;
    height: 43px;
    text-align: center;
}
.login .inp input{
    border: 0;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #555555;
    flex: 1
}
.login .inp input::placeholder{
    color: #bfbfbf;
}
.login .inp img{
    cursor:pointer;
    height: 43px;
    width: 120px;
}
.login input[type=button]{
    width: 100%;
    border-radius: 3px;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    color: #ffffff;
    background-color: #4d8cfd;
    border: none;
    -webkit-appearance: none;
    outline:none;
}
.login .copy {
    text-align: center;
    margin-top: 240px;
    font-size: 14px;
    color: #8f8f8f;
}
.login .copy span{
    color: #4d8cfd;
}