.login {
    width: 100%;
    height: 465px;
    background: url(../images/loginBackground.png) no-repeat center;

}

.login-center {
    width: 1200px;
    display: flex;
    justify-content: end;
    margin: 0 auto;
}

.login-left {
    width: 300px;
    height: 380px;
    background-color: #ffffff;
    margin-top: 45px;
    border-radius: 15px;
}

.login-left .login-title {
    text-align: center;
    font-size: 18px;
    padding: 15px;
    font-weight: bold;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.login-number {
    width: 85%;
    margin: 0 auto;
    margin: 15px auto;
    border-radius: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
    border: 1px #333 solid;
}

.login-number img {
    width: 10px;
    height: 15px;
    margin-right: 5px;
    margin-left: 10px;
}

.login-number input {
    width: 90%;
    line-height: 36px;
    border: none;

}

.login-yam {
    width: 85%;
    margin: 0 auto;
    margin: 15px auto;
    border-radius: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
    border: 1px #333 solid;
}

.login-yam img {
    width: 10px;
    height: 15px;
    margin-right: 5px;
    margin-left: 10px;
}

.login-yam input {
    width: 50%;
    line-height: 36px;
    border: none;
}

.login-yam .buttom{
    border: none;
}
.login-bottun{
    width: 85%;
    margin: 0 auto;
    margin: 15px auto;
    border-radius: 5px;
    display: flex;
    justify-content: start;
    align-items: center;
}
.login-bottun .tijiao{
    width: 100%;
    line-height: 35px;
    border: none;
    background-color: tomato;
    color: #ffffff;
}

.tagger{
    text-align: center;
    padding-top: 15px;
}

.tagger span{
    color:rgb(209, 32, 32);
}