.login-page.biz-log {
    background: #fcfcfc;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.biz-log::after {
    width: 15%;
    display: block;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    /* transform: rotate(26deg); */
    /* background: #03a2a4; */
    background: #2a2e3f;
    z-index: -1;
    box-shadow: -6px 11px 22px 4px rgb(209 209 209);
}

.biz-log .login-box {
    width: 390px;
}

.biz-log .login-logo h2 {
    color: #5e6570;
    font-size: 40px;
}

.biz-log .login-logo h2 b {
    color: #2a2e3f;
    font-size: 40px;
}

.biz-log .login-logo h2 img {
    width: 70px;
}

/* ul,
li {
    list-style: none;
} */

.biz-log .login-box .card-body {
    padding: 20px 30px;
    border-radius: 0.25rem;
    box-shadow: 10px 10px 10px 2px rgb(207 207 207 / 48%);
}

.biz-log h3 {
    font-weight: 700;
    color: #5e6570;
}

.log-title {
    text-align: center;
    font-weight: 500;
}

.biz-log div.btn-group {
    width: 100%;
    list-style: none;
    /* margin: 15px 0; */
    padding: 0;
    text-align: center;
}

.biz-log .btn-lo {
    display: block;
    width: 100%;
    text-align: center;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1.5;
    border-radius: 0.25rem;
    font-weight: 500;
    font-size: 16px;
    background: #2a2e3f;
    border: 0;
    color: #fff;
    padding: 10px 0;
    transition: 0.2s;
}

.biz-log .btn-lo.btn_w30 {
    width: 30%;
    margin-right: 2%;
}

.biz-log .btn-lo.btn_w70 {
    width: 70%;
}

.biz-log .btn-lo.btn_line {
    background: #fff;
    border: 1px solid #2a2e3f;
    color: #2a2e3f;
}

.log-link {
    width: 100%;
    list-style: none;
    margin: 15px 0;
    padding: 0;
    text-align: center;
}
.log-link li {
    width: 49%;
    /* margin-right: 2%; */
    display: inline-block;
    text-align: center;
}

.log-link li a,
.log-link li link {
    width: 100%;
    display: block;
    text-align: center;
    background: #2a2e3f;
    color: #fff;
    padding: 5px 0;
    border-radius: 3px;
    font-size: 14px;
    transition: 0.2s;
}
