.login-content {
    width: 450px;
}

.login .topbar-lang {
    top: 15px;
    right: 15px;
    position: absolute;
    margin-left: 0 !important;
}

.company-info {
    display: flex;
    border: 1px dashed #e5e5e5;
    padding: 10px;
    background: #fafafa;
    align-items: center;
    justify-content: flex-start;
    margin-top: 35px;
    border-radius: 5px;
}

.company-info img {
    max-height: 35px;
    border-radius: 5px;
    max-width: 100%;
}

.company-info span {
    display: block;
    font-weight: bold;
    margin-left: 10px
}

@media screen and (max-width: 991px) {
    .login-aside {
        display: none !important;
    }
}

@media screen and (max-width: 500px) {
    .login-content {
        width: 100%;
    }
}
