.account-sec {
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    background-image: url('/public/Login/assets/img/banner2223.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.account-sec::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000a6;
    opacity: 0.75;
    z-index: -1;
}

.account-sec-left {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 3rem 3rem;

}

.account-section-left-inner {
    width: 650px;
    text-align: center;
}

.account-sec-right {
    width: 40%;
    background-color: var(--cololr-1);
    padding: 50px;
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: space-between;
}

.account-logo img {
    max-height: 55px;
}

.account-section .middle {
    margin: 50px 0;
}

.account-sec-right label {
    color: #fff !important;
}

.account-sec-right input,
.account-sec-right select.form-control:not([size]):not([multiple]) {
    height: 3.6rem;
    font-size: 1.3rem;
}

.form-group.tos label {
    display: flex;
    align-items: center;
    column-gap: 1rem;
}

.account-sec .main_btn {
    padding: 0.5rem 2.5rem;
}

.account-sec .main_btn.active:not(:hover) {
    background-color: transparent;
}

.account-sec .main_btn:not(.active):hover {
    background-color: transparent;
}

.account-sec .middle {
    margin: 50px 0;
}

#termModal {
    z-index: 9999999999999999999999999999;
}

.account-short-link {
    margin: -3px -10px;
}

.account-short-link li {
    padding: 3px 10px;
}

.account-short-link li a,
.account-copy-right-text {
    font-size: 12px;
    color: #fff;
}

.account-short-link li a:hover,
.account-copy-right-text:hover,
a:hover {
    color: var(--cololr-3);
}

@media only screen and (max-width: 991px) {
    #termModal {
        margin-top: 200px;
    }

    .account-sec {
        padding: 50px;
        justify-content: center;
    }

    .account-sec-left {
        width: 100%;
        padding: 0rem 0rem 3rem;
    }

    .account-sec-right {
        width: 550px;
        padding: 30px;
    }
}

@media only screen and (max-width: 576px) {
    .account-sec .main_btn {
        margin: auto;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    .account-sec {
        padding: 30px 15px;
    }
    .account-sec-right {
        padding: 30px 17px;
    }
}
