* {
    margin: 0;
    padding: 0;
    transition: none !important;
}

html, body {
    margin: 0px !important;
    font: 11px helvetica;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

#form {
    display: table;
    overflow: hidden;
    margin: 0 auto;
    height: 100%
}

#content_container,
#form_container {
    display: table-cell;
    vertical-align: middle
}

.login-container {
    background-color: var(--third-bg-color);
    padding: 2% 5%;
    margin: 10px;
    min-width: 600px;
    max-width: 600px;
}

.login-header {
    width: 100%;
    height: 130px;
    position: relative;
    margin-bottom: 20px
}

.login-header img {
    position: absolute;
    bottom: 0;
    z-index: 100;
    width: 18%;
}

.login-header h1 {
    color: var(--main-text-color);
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 3em;
    width: 80%
}

.login-inputs {
    width: 100%;
    text-align: center
}

.login-inputs input,
.login-inputs select {
    box-sizing: border-box;
    width: 100%;
    margin: 10px 0;
    padding: 5px;
    border: none!important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1.4em
}

.login-inputs button[type=submit],
.login-inputs button[type=button] {
    padding: 10px 15px!important;
    width: 45%;
    display: inline-block
}

.login-inputs select {
    height: 40px
}

.login-inputs a,
.login-inputs a:hover {
    color: #584f4d;
    text-decoration: underline
}

.tooMuchSession {
    font-weight: bold;
    font-size: 14px;
}
#messageInfo {
    font-weight: bold;
    font-size: 12px;
}
.alert-error {
    color: #a94442;
    background-color: rgba(255, 0, 0, 0.15);
    border: 1px solid;
    border-color: #db9ea7;
    border-radius: 4px;
    padding-left: 10px;
    padding-right: 10px;
}

.ui-dialog {
    z-index: 101;
}

.dark-theme img {
    filter: brightness(0.7);
}