body {
    min-width: 550px !important;
}
input[type="text"], input[type="password"] {
    width: 280px !important;
    height: 30px;
    outline: 0;
    border-color: var(--pre-login-input-border-color);
}
.efx-password-forgot {
    width: 280px;
    text-align: center;
    display: inline-block;
}
.efx-content {
    width: 280px;
}
.pre-login-margin-top {
    margin-top: 22px;
}
.efx-message {
    margin-top: 15px;
}
.message-success,
.message-error {
    margin: 5px auto;
    height: max-content;
}
.message-error.login-error {
    width: 450px;
}
.pre-login-button.content-row {
    margin-top: 25px;
}
.efx-button.pre-login {
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    min-width: 150px;
    max-width: 200px;
    line-height: unset;
}
.efx-button.pre-login:hover {
    font-weight: normal;
}
input[type="text"]:focus,
input[type="password"]:focus {
    outline: none;
}
.efx-password-forgot:hover span {
    font-weight: bold;
}
.efx-password-forgot a {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    outline: transparent;
    color: var(--pre-login-a-color);
}
.page-title,
.error-page-title {
    text-align: center;
}
.page-title {
    color: var(--pre-login-titel-color);
    min-width: 490px;
}
.error-page-title {
    color: var(--pre-login-error-title-color);
}
form {
    text-align: center;
}
.error-border {
    border-color: var(--msg-error-color) !important;
}
.username-policy,
.password-policy {
    text-align: left;
}
.create-user-salutation {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 10px;
}
#create-user-content div[data-id] + div[data-id] {
    margin-top: 5px;
}
.create-user-salutation .efx-option {
    min-width: 50px;
}
.page-content {
    left: 0;
    width: 100%;
    overflow-x: hidden;
}
.container-spacer.error {
    height: 30%;
}
.container {
    /*margin: auto;*/
    width: 490px;
}
.container-content {
    border: 1px solid;
    background-color: rgba(255, 255, 255, 0.85);
    padding-bottom: 20px;
    max-width: 1000px;
}
.company-logo {
    margin: 0 auto;
    display: inline-flex;
    height: 70px;
}
.company-logo img {
    max-height: 70px;
    max-width: 250px;
    padding: 5px;
    margin-left: 10px;
    margin-right: 10px;
    display: table-cell;
}
#efrexx-modal-waiting .efx-spinner {
    top: calc(50% - 100px);
    left: calc(50% - 55px);
}
.page-title.pre-login.create-user {
    padding: 0;
}
.locale-select.create-user {
    margin-bottom: 5px;
}
.show-user-create-password {
    margin-top: 7px;
    text-align: left;
}
