#login_form_panel {
    width: auto;
    max-width: 100%;
    margin: 2em auto;
    border: none;
    box-shadow: none;
}
#login_form_panel > .panel-heading {
    background: #ffffff;
    border: none;
    text-align: center;
    padding-left: 0;
    padding-top: 0;
}

.panel-heading h2 {
    color: #6d7777;
    font-size: 1.5em;
}

.panel-body {
    max-width: 300px;
    margin: 1em auto;
    border: 0;
    position: relative;
}

.panel-body > .container-fluid {
    width: 100%;
    float: left;
    margin-bottom: -28px;
}

.panel-body .hint {
    margin: 0.2em;
    padding-top: 8px;
    text-align: left;
}
.panel-body .hint a {
    color: #6d7777;
    text-decoration: underline;
    font-style: italic;
}
.panel-body .hint a:hover {
    color: #28aae2;
}

.panel-body button {
    float: right;
}

.panel-error {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    border-left-color: #ce4844;
    color: #ce4844;
    font-weight: 500;
    line-height: 1.1;
    max-width: 700px;
}

.panel-success {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: auto;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    border-left-color: #008000;
    color: #008000;
    font-weight: 500;
    line-height: 1.1;
    max-width: 700px;
}

.logos {
    position: relative;
    width: 300px;
    height: 120px;
    margin: auto;
    background: transparent url(/module/application/images/logos-sm.png)
        no-repeat bottom center;
    margin-bottom: 15px;
    padding-top: 50px;
    padding-left: 40px;
    text-align: left;
    color: red;
    font-weight: bold;
    font-size: 18px;
}

.logos a {
    position: relative;
    display: block;
    left: 174px;
    top: 84px;
    width: 122px;
    height: 36px;
}

@media (min-width: 520px) {
    .logos {
        width: 500px;
        height: 180px;
        background-image: url(/module/application/images/logos.png);
        padding-top: 100px;
        padding-left: 70px;
    }

    .logos a {
        position: relative;
        display: block;
        left: 352px;
        top: 138px;
        width: 132px;
        height: 42px;
    }
}

#maintenance_message {
    margin: 0 auto;
    max-width: 300px;
    text-align: justify;
    padding: 8px;
    font-size: 14px;
}
