.wrapper {
    overflow: auto !important;
}

.content-wrapper {
    max-width: 1060px;
    margin: 1em auto;
    background-color: #f5f5f5;
}

.content-header img {
    float: left;
    margin: -4px 8px 0 0;
}

.content-header h1 {
    text-align: center;
}

.content-header h1 em {
    color: #5676A9;
    font-style: unset;
}

.content-header a.lang-selector {
    float: right;
    margin: -0.2em 0.2em 0.5em 0.5em;
}

.content h1 {
    text-align: center;
}

.content .text-box {
    max-width: 48em;
    margin: auto;
}

.content .text-box p {
    text-indent: 2em;
    text-align: justify;
}

.content .text-box p a {
    color: #3c8dbc;
    text-decoration: underline;
}

.content .login-box {
    margin: 1em auto;
}

.content .form-box {
    max-width: 48em;
    margin: 1em auto;
}

.content .form-box div.ui-g {
    padding-top: 1em;
}

.content .form-box div.ui-material div.ui-message {
    min-height: 1.5em;
}

.content .button-bar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 1em;
}

@media (max-width: 1060px) {
    .content-wrapper {
        margin: 0;
    }
}
