#login-logo {
    width:150px;
}

.line-login {
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.line-dashboard {
    margin-left: 230px;
    text-align: center;
    color: white;
    font-size: 12px;
    font-weight: bold;
}

.line-dev {
    background-color: mediumseagreen;
}

.line-prod {
    background-color: mediumpurple;
}

.auth-code {
    text-align: center;
    font-size: 21px;
}

.sonata-ba-view-container th {
    width: 240px;
}

/* VichUploaderBundle */
.vich-image img {
    max-width: 120px;
    margin-left: 10px;
    margin-top: 10px;
}

.vich-image .control-label, .vich-file .control-label {
    margin-right: 5px;
}

.vich-image a, .vich-file a {
    margin-left: 10px;
}
