.timeline .timeline-date {
    width: 70px;
    height: 100px;
}

.auth-bg {
    height: 100% !important;
}

.member-bg {
    background-image: url("../images/member-group.webp") !important;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.click_function {
    text-decoration: underline !important;
    cursor: pointer;
}

.submit-btn button.btn.btn-primary.btn-block.mb-4.submit-btn,
.submit-btn {
    width: 100%;
}

.submit-btn button.btn.btn-primary.btn-block.mb-4.submit-btn {
    width: 100%;
    height: 45px;
    background: #008850;
    border: none;
}

.forget-account {
    display: flex;
    justify-content: space-between;
}

.my-at {
    margin: 30px 0px;
}

.inputt {
    position: absolute;
    width: 100%;
    height: 90%;
    top: 50%;
    z-index: 1;
    background: #f8fafc6e;
    border-radius: 40px;
    left: 20px;
    transform: translateY(-50%);
}

.backgr {
    background: linear-gradient(180deg, rgba(43, 57, 64, .5) 30%, #2b3940);
    opacity: 1;
}

.broker-left {
    position: relative;
    padding: 20px 40px !important;
    z-index: 1;
    border-radius: 0px 30px 30px 0px !important;
}

.my-tm {
    margin: 20px 0px;
}

.txt-right h2 {
    color: #fff;
    font-size: 37px;
}

.text-base span {
    font-size: 16px;
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .mb-n {
        display: none !important;
    }

    .host-reset,
    .user-login,
    .member-reset {
        display: none;
    }

    .broker-left {
        border-radius: 0px !important;
    }
}