* {
    margin: 0;
}

html, body {
    height: 100%;
    width: 100%;
    font-family: 'Roboto';
}

.content-main {
    min-height: 100%;
    position: relative;
    z-index: 10;
    margin-bottom: -25px; /* footer height */
    padding: 0;
}

#bg {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}

.bg-width {
    width: 100%;
}

.bg-height {
    height: 100%;
}

footer {
    height: 25px;
    position: absolute;
}

.footer-content {
    width: 100%;
    margin: 0;
}

.login {
    padding-top: 80px;
}

.btn-login-text {
    margin-left: 5px;
}

#modal-login {
    color: #002244;
}

#modal-login .modal-dialog {
    width: 350px;
}

#modal-login .modal-header {
    font-family: 'OCRA';
    font-size: 12px;
}

#modal-login .modal-hints {
    border-top: 1px solid #dddddd;
    padding: 15px;
}

#modal-login .modal-hints a, .modal-body-conditions-link {
    text-decoration: underline;
    color: #002244;
}

#modal-login .modal-body-fail-false,
#modal-login .modal-body-fail-not-enabled,
#modal-login .modal-body-fail-expired,
#modal-login .modal-body-fail-not-allowed,
#modal-login .modal-body-fail-server,
#modal-login .modal-body-conditions,
#modal-login .modal-body-loading,
#modal-login .modal-footer-fail,
#modal-login .modal-footer-conditions{
    display: none;
}
.modal-body-reset-password {
    display: none;
}

.modal-body-loading {
    height: 50px;
}

.modal-body-description {
    font-weight: bold;
    margin-bottom: 20px;
}

.modal-body-icon-wrapper {
    width: 40px;
    height: 70px;
    display: block;
    text-align: center;
}

.modal-body-icon-wrapper .glyphicon {
    min-height: 70px;
    line-height: 70px;
    font-size: 32px;
}

.modal-body-icon-blue {
    color: #2526A9;
}

.modal-body-icon-orange {
    color: #efba00;
}

.modal-body-icon-red {
    color: #ff0000;
}

.modal-body-description-text {
    width: 260px;
    height: 70px;
    line-height: 70px;
    display: block;
    margin-left: 10px;
}

.modal-body-description-text span {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.modal-footer-reset {
    display: none;
}

.modal-body-reset-password #alert-reset-success, 
.modal-body-reset-password #alert-reset-fail {
    display: none;
}