.login{
    padding-top: 80px;
}
.login-bg{
    min-height: 746px;
}
.login-box{
    display: flex;
}
.login-banner{
    width: 640px;
}
.login-info{
    width: 560px;
    margin-top: 160px;
    /*background-color: #ffffff;*/
}
.box{
    width: 400px;
    height: 480px;
    background: #fff;
    border-radius: 5px;
}
.login-title{
    padding-top: 30px;
    text-align: center;
    font-size: 25px;
    font-family: Myriad Pro;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}
.fontTitle {
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.smallTitle {
    font-size: 16px;
    color: #999999;
}
.margin-left {
    margin-left: 55px;
}
.input{
    margin-top: 10px;
    text-align: center;
}
.input input{
    border: 1px solid #dadcdf;
    padding-left: 10px;
    line-height: 35px;
    color: rgb(89 89 89);
    font-size: 14px;
    width: 70%;
}
.input input:hover{
    border: 1px solid rgba(85, 132, 236, 0.76);
}
.input input::-webkit-input-placeholder{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.38);
}

.codes-input{
    margin-top: 30px;
    /*text-align: center;*/
    width: 290px;
    margin-left: 60px;
}
.codes-input input{
    border: 1px solid #dadcdf;
    padding-left: 10px;
    line-height: 35px;
    color: rgb(89 89 89);
    font-size: 14px;
    width: 170px;
}
.codes-input input:hover{
    border: 1px solid rgba(85, 132, 236, 0.76);
}
.codes-input input::-webkit-input-placeholder{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.38);
}
.codes{
    display: flex;
}
.verification{
    margin-top: 30px;
    margin-right: 60px;
}
.verification img{
    cursor: pointer;
}
.subscript{
    display: flex;
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
    /*cursor: pointer;*/
}
.reg{
    cursor: pointer;
    margin-left: 60px;
}
.forget{
    cursor: pointer;
    margin-left: 160px;
}
.login-button{
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
}
.login-button button{
    width: 300px;
    height: 45px;
    color: #fff;
    background-color: #5584ec;
    /*border-color: #5584ec;*/
    border: 0px solid;
    border-radius:25px;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.login-button button:hover{
    background-color: rgba(85, 132, 236, 0.58);
}