/* Login box */

.right-logo {
    padding-top: 8px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-brand>img {
    margin: 0;
    padding: 0 0 0 0;
}

#ssoBlock {
    margin: 0 auto;
    clear: both;
    width: 336px;
    height: 116px;
    padding: 0 0 0 20px;
}

.right-logo {
    padding-top: 5px;
}

#error_box {
    background: url("../images/login-error-box.png") no-repeat;
    margin: 0 auto;
    clear: both;
    width: 336px;
    height: 116px;
    padding: 20px 0 0 0;
}

#error_box ul {
    width: 265px;
}

#error_box ul li {
    list-style-type: none;
    font-size: 13px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    margin-left: -10px;
}


/* Bottom part of the application */

#footer {
    z-index: -1;
    background: url("../images/background_bottom_slice.jpg") repeat-x scroll 0 0 #313C44;
    position: absolute;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
}

#footer .trademarks {
    font-family: Tahoma, Verdana, Arial, sans-serif;
    padding-top: 10px;
    color: white;
    font-size: 11px;
    float: left;
}

#footer .powered_by {
    float: left;
    margin: 10px;
}

.padding_right {
    margin-right: 30px !important;
}

label {
    font-family: "open_sans", sans-serif;
    font-size: 14px !important;
    font-weight: normal !important;
}

.connect-with {
    font-family: "open_sans", sans-serif;
    font-size: 14px !important;
    font-weight: bold !important;
    padding-bottom: 13px;
}

.panel-body {
    padding: 25px 5px 25px 5px;
}

input {
    font-family: "open_sans", sans-serif;
}

.login-logo {
    width: 300px;
    margin-bottom: 10px;
}

.racm .btn-primary {
    background-color: #245b9e;
    margin: 20px 0 10px 0;
}

.error-message {
    font-size: 13px;
    font-family: "open_sans", sans-serif;
}

.error-message ul {
    margin-left: -25px;
}

.powered_by {
    float: left
}

.trademarks {
    font-family: "open_sans", sans-serif;;
    margin-top: 10px;
}

.error-block {
    margin-top: 75px;
    min-height: 75px;
}

.logo {
    margin-top: 25px;
}

@media screen and (min-width: 992px) {
    .divider-login-page {
        position: absolute;
        z-index: 10;
        top: 50%;
        left: 50%;
        margin: 0;
        padding: 0;
        width: auto;
        line-height: 0;
        text-align: center;
        transform: translateX(-50%);
        font-family: "open_sans", sans-serif;
        font-size: 14px !important;
        font-weight: bold !important;
    }

    .divider-login-page:before,
    .divider-login-page:after {
        position: absolute;
        left: 50%;
        content: '';
        z-index: 9;
        border-left: 1px solid rgba(34, 36, 38, .15);
        border-right: 1px solid rgba(255, 255, 255, .1);
        width: 0;
        height: calc(100% - 1rem);
    }

    .row-divided > .divider-login-page {
        height: calc(55% - 1rem);
    }

    .divider-login-page:before {
        top: -100%;
    }

    .divider-login-page:after {
        top: auto;
        bottom: 0;
    }
}

@media screen and (max-width: 991px) {
    .divider-login-page {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1rem 1rem;
        font-family: "open_sans", sans-serif;
        font-size: 14px !important;
        font-weight: bold !important;
    }

    .divider-login-page:before,
    .divider-login-page:after {
        content: '';
        flex-grow: 1;
        height: 1px;
        background-color: rgba(34, 36, 38, .15);
        margin: 0 0.5rem;
    }

    .row-divided .second-row-divided {
        padding-left: 0;
    }
}

.row-divided {
    position: relative;
}

.col-centered {
    float: none;
    margin: 0 auto;
}
