.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #343541;
}

.title {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}

.login {
    width: 300px;
    padding: 20px;
}

.tips {
    margin: 40px 0 20px;
    cursor: pointer;
    color: #909399;
}

.tips:hover {
    color: #409EFF
}

.el-form-item__label {
    color: #C0C4CC !important;
}