.profile-rounded-cicle {
    height: 2rem;
    width: 2rem;
    border-radius: 50%!important;
    background-color: #4e73df;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    text-align: center;
    padding-top: 4px;
}

a#userDropdown.nav-link.dropdown-toggle {
    padding-left: inherit;
}

.logout {
    display: flex;
    align-items: center;
}

div.disabled {
    display: none;
}

div.text-right {
    text-align: right;
}

.login-image {
    width: 50%;
    background: url(../img/logo_svr.png);
    background-position: center;
    background-size: 50%;
    background-color: black;
    background-repeat: no-repeat;
}