.auth-lt {
    width: 100%;
    height: 100vh;
    background: url("../img/insights_now_login_bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

.auth-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

._content-item {
    width: 325px;
    min-height: 275px;
    background: rgba(255, 255, 255, 0.75);
    /* opacity: 0.75; */
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    margin-left: 30px;
    margin-right: 140px;
    padding: 30px;
}

._content-item .brand,
._content-item ._button,
._content-item .copyright {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

._content-item .brand img {
    max-width: 176px;
}

._content-item ._button {
    margin-top: 60px;
    margin-bottom: 60px;
}

._content-item ._button .ms_button {
    background: #FEFEFE;
    border: 1px solid #4D5366;
    border-radius: 4px;
    padding: 5px 10px;
    cursor: pointer;
}

._content-item ._button .ms_button img {
    max-width: 24px;
    max-height: 24px;
    margin-right: 5px;
}

._content-item .copyright {
    margin-bottom: 0;
    max-height: 24px;
}

@media (max-width: 575.98px) {}

@media (max-width: 767.98px) {
    ._content-item {
        width: 100%;
        margin-left: 30px;
        margin-right: 30px;
        padding: 30px;
    }
}

@media (max-width: 991.98px) {}

@media (max-width: 1199.98px) {}

@media (max-width: 1399.98px) {}