.forget-password .w {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80vh;
}

.forget-password .forget-password-tit {
    width: 72px;
    height: 30px;
    font-size: 18px;
    border-bottom: 4px solid #1E9FFD;
}

.forget-form.layui-form {
    margin-top: 30px;
}

.forget-password .layui-input-block {
    display: flex;
    align-items: center;
    margin-left: 0;
}

.forget-password .layui-form-item {
    margin-bottom: 10px;
}

.forget-password .layui-input {
    width: 170px;
    height: 40px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 4px;
    margin-right: 10px;
}

.forget-password .layui-input.own-width {
    width: 300px;
}

.forget-password .layui-input::-webkit-input-placeholder {
    color: #ccc;
}

.forget-password .get-code {
    width: 120px;
    height: 40px;
    color: #999;
    background: rgba(248, 248, 248, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 4px;
    padding: 0;
}

.layui-btn.forget-btn {
    width: 300px;
    height: 40px;
    color: #F8F8F8;
    background: rgba(30, 159, 253, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}

.forget-password .img-code {
    width: 120px;
    height: 40px;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 4px;
    cursor: pointer;
}

.forget-password .forget-tips {
    display: none;
    color: #999;
}

.forget-password .forget-tips span{
    margin-right: 5px;
}

.forget-tips .tips-right {
    color: #22A525;
}

.forget-tips .tips-wrong{
    color: #FF0000;
}