html {
    /* background-image: url('img/bg-parallax.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; */
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-body {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", SimSun, sans-serif !important;
    font-size: 12px !important;
    background-color: #fff;
}

.login-body a {
    text-decoration: unset;
    color: #8f8f8f;
}

.login-container {
    background-color: #fff;
    padding: 50px 20px;
    width: 720px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.form-login-group {
    margin-bottom: 8px;
}

.btn-block {
    width: 100%;
}

.logo-login {
    margin-top: 25px;
    text-align: center;
}

.logo-login img {
    width: 67%;
}

.login-header {
    margin-bottom: 8px;
}

.login-header .log-h {
    font-size: 22px;
    font-weight: 700;
}

.login-header .log-t {
    color: #747474;
}

.bt-login {
    width: 120px;
    padding: 7px 0px;
    border: 1px solid #dcdee2;
    background: linear-gradient(to bottom, #fff 0, #fbfbfb 100%);
    border-radius: 3px;
}

.bt-login:hover {
    background: #fff;
}

.log-lab {
    margin-bottom: 8px;
}

.login-form {
    padding-right: 45px;
}

.login-form .form-submit {
    margin: 16px 0px;
}

.form-check-input,
.form-check-label {
    cursor: pointer;
}

.check-fgpwd {
    border-radius: unset !important;
}

.check-fgpwd:focus {
    border-color: #0d6efd;
    box-shadow: unset;
}

.login-option {
    display: flex;
    flex-wrap: wrap;
}

.login-option .login-remember {
    width: 50%;
}

.login-option .login-forget {
    width: 50%;
    text-align: right;
}

.login-form .login-eye {
    background-color: #fff;
    font-size: 12px;
}

.login-form .login-eye i {
    cursor: pointer;
    color: #8f8f8f;
}

.login-form .login-eye i:hover {
    color: #5a5a5a;
}

.forget-container {
    background-color: #fff;
    padding: 40px;
    width: 450px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.forget-container .login-header {
    margin-bottom: 25px;
}

.forget-container .form-login-group {
    margin-bottom: 15px;
}

.forget-container .form-sumbit {
    margin-top: 120px;
}

@media (max-width: 767px) {
    .login-body {
        width: 90%;
        margin: unset !important;
    }

    .login-container {
        width: 100%;
    }

    .logo-login {
        margin-top: unset;
        margin-bottom: 30px;
    }

    .logo-login img {
        width: 60%;
    }

    .login-form {
        padding: unset;
    }

    .bt-login {
        width: 100%;
    }

    .forget-container {
        width: 100%;
    }
}