
.login {
    padding: 2vh 2vw;
    min-height: 40vh;
}

.login > form > div {
    display: flex;
    justify-content: space-between;
}

.login > form > div > input {
    border: 1px solid #cccccc;
    border-radius: 5px;
    width: 96vw;
    height: 5vh;
    line-height: 5vh;
    margin-bottom: 22px;
    color: #606266;
    padding: 0px 30px;
    display: inline-block;
}

.login > form > div > input.code {
    width: 40vw;
}

.login > form > div:nth-child(2) > input {
    background: url("../../images/admin/account.png") no-repeat 10px center, #ffffff;
    background-size: 15px;
}

.login > form > div:nth-child(3) > input {
    background: url("../../images/admin/password.png") no-repeat 10px center, #ffffff;
    background-size: 15px;
}

.login > form > div:nth-child(4) > input {
    background: url("../../images/admin/code.png") no-repeat 10px center, #ffffff;
    background-size: 15px;
}

.login > form > div > button {
    width: 100%;
}

.captcha {
    display: block;
    width: 180px;
    height: 45px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 6px;
}
