* {
    font-family: Magda, Verdana, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    outline: 0;
}
html, body{
    height: 100%;
}
.banner {
    height: 80px;
    background: url(/images/evo_logo_1.png) center center no-repeat;
    border-bottom: 1px solid #dcdcde;
}

.text-banner {
    text-align: center;
    margin: 100px 0 50px 0;
    font-size: 2em;
}
.container {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    background-color: #FFFFFF;
    margin-bottom: -168px;
}
body > footer, .footerCleaner{
    height: 168px;
}
footer {
    background-color: #F5F5F5;
    display: block;
}

#upper-footer {
    height: 102px;
    background: url(/images/footer-1.png) center bottom no-repeat;
    border-bottom: 1px solid #DCDCDE;
}

#lower-footer {
    height: 65px;
    /* background: url(/images/footer-2.png) center center no-repeat; */
}

.submit {
    border: none;
    width: 225px;
    height: 30px;
    background: url(/images/login_btn_1.jpg) center center no-repeat;
}

.submit:hover{
    background-image: url(/images/login_btn_2.jpg)
}

form {
    text-align: center;
}

input {
    color: #1f1d20;
    border: 1px solid #b9babd;
    background-color: #FFFFFF;
    height: 32px;
    line-height: 32px;
    width: 225px;
    text-align: center;
    -webkit-box-shadow: inset #ddd 1px 1px 2px;
    -moz-box-shadow: inset #ddd 1px 1px 2px;
    box-shadow: inset #ddd 1px 1px 2px;
}

input,
button,
#error {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
}

input:focus {
    border-color: #599cbc;
}

#error {
    width: 225px;
    color: red;
}

.hidden {
    display: none;
}

.serverInfo {
    margin-top: 10px;
    margin-bottom: 50px;
    height: 45px;
}

.serverInfo > div {
    margin: 0 auto;
    font-size: 70%;
    color: dimgrey;
    padding: 1px;
    text-align: center;
}

.serverInfoLaunch > div {
    margin: 0 auto;
    font-size: 90%;
    color: dimgrey;
    padding: 2px;
    text-align: center;
}

.testLogin {
    color: #1f1d20;
    border: 1px solid #b9babd;
    background-color: lightgrey;
    height: 32px;
    line-height: 32px;
    width: 225px;
    text-align: center;
    -webkit-box-shadow: inset #ddd 1px 1px 2px;
    -moz-box-shadow: inset #ddd 1px 1px 2px;
    box-shadow: inset #ddd 1px 1px 2px;
}

.launch {
    color: #1f1d20;
    border: 1px solid #b9babd;
    background-color: lightgrey;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    font-size: 95%;
    width: 375px;
    text-align: center;
    -webkit-box-shadow: inset #ddd 1px 1px 2px;
    -moz-box-shadow: inset #ddd 1px 1px 2px;
    box-shadow: inset #ddd 1px 1px 2px;
}

.error-hint {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.error-hint-link {
    font-size: 12px;
    color: #777;
}