.login-background {
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
}

.login-title {
    font-size: 25px;
    line-height: 35px;
}

.login-title span {
    color: #bdebff;
}

.news-list::before {
    background: #32B2E8;
    bottom: 5px;
    content: "";
    left: 0;
    position: absolute;
    top: 5px;
    width: 6px;
}

.card.card-rounded {
    border-radius: 15px;
}

.card.card-transparent {
    background-color: #ffffff50;
}

.auth-company-logo {
    width: 150px;
}

/* @media (max-width:1440px) and (min-width: 1024px) {
    .auth-company-logo {
        width: 150px;
    }
} */

@media (max-width:768px) {
    .login-title {
        font-size: 20px;
        line-height: 25px;
    }
}