body {
    font-family: "Segoe UI", "Helvetica Neue", "Lucida Grande", Roboto, Arial, sans-serif;
    background-color: #E0E0E0;
    margin: 0;
    padding: 0;
}

.centre-element {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.user-visible-message {
    font-weight: bold;
    color: #FFF;
    margin: 0;
}

.scrollable-login-content-container {
    height: 1px;
}
.scrollable-login-content-container .scrollable-login-content {
    overflow: auto;
    height: 105px;
}

.login-box {
    height: 673px;
    margin-top: -336.5px;
    width: 694px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -347px;
    border-radius: 10px;
    background-image: url('../images/ichris-login-background.png');
    background-size: 100% 100%;
    background-position: center;
}

    .login-box div#login-content {
        padding-top: 0px;
    }

/* Styles for ipad landscape view*/
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .login-box {
        height: 600px;
        margin-top: -300px;
    }

        .login-box div#login-content {
            padding-top: 110px;
        }
}

.login-box h1 {
    width: 160px;
    height: 150px;
    background-image: url('../images/ichris_256x256.png');
    background-size: 160px;
    margin: 0 auto;
    font-size: 0;
}

.corporate-logo-holder {
    background-image: url('../images/ichris_256x256.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 160px;
    height: 160px;
    background-size: 160px;
    margin: auto;
    display: block;
    margin-top: 140px;
}

.interface-type-hr21 .corporate-logo-holder {
    background-image: url('../images/hr21-256x256.png');
}

.interface-type-orc21 .corporate-logo-holder {
    background-image: url('../images/orc21_256x256.png');
}

.interface-type-psp21 .corporate-logo-holder {
    background-image: url('../images/psp21-256x256.png');
}

.interface-type-psd21 .corporate-logo-holder {
    background-image: url('../images/psd21-256x256.png');
}

.corporate-logo-holder-custom {
    margin: auto;
    display: block;
    max-width: 692px;
    max-height: 330px;
}

.image-logo {
    height: 300px;
    vertical-align: bottom;
    display: table-cell;
    width: 694px;
}

.login-box .input-group {
    margin: 10px auto;
    width: 100%;
    max-width: 300px;
}

.login-box .form-control {
    box-shadow: none;
    outline: none;
    border: 1px solid #ADD8E6;
    border-left: none;
}

.login-box .input-group-addon {
    width: 6em;
    text-align: left;
    padding: 0 0.4em;
    background-color: #FFFFFF !important;
    color: #808080;
    border-radius: 6px 0 0 6px;
    border: 1px solid #ADD8E6;
    border-right-width: 0;
}

.login-box .submit {
    margin: 12px auto;
    width: 100%;
    max-width: 300px;
}

.login-box input {
    border: 1px solid #ADD8E6;
    border-left-width: 0;
}

.login-box div.login-validation-summary {
    width: 100%;
    min-height: 40px;
    position: absolute;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 1em 3.5em;
    line-height: 1;
    background-color: #FAFAD2;
    background-image: url('../images/x-mark-red.png');
    background-repeat: no-repeat;
    background-position: 7px;
    font-size: 9pt;
    visibility: hidden;
}

.form-control {
    height: 33px;
}

.btn-login {
    width: 100%;
    height: 35px;
}

.login-box .strap-line {
    height: 41px;
    width: 100%;
    position: relative;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 38px;
    background-color: #365F91;
    color: #FFFFFF;
    text-align: center;
}

.login-box .ichris-app-title {
    font-weight: 600;
}

.login-spinner-content {
    padding-top: 60px;
}


footer {
    height: 41px;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-top-width: 2px;
    border-top-style: solid;
    line-height: 38px;
    background-color: #365F91;
    border-top-color: #E4801C;
    color: #FFFFFF;
    overflow: hidden;
}

    footer span.link {
        cursor: pointer;
        margin-right: 10px;
        outline: none;
    }

    footer span#powered-by {
        position: relative;
        top: -25px;
        left: -7px;
        font-size: 9pt;
    }

    footer.round-border {
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    footer span.logo-small-icon {
        top: -4px;
        left: -6px;
        height: 48px;
        width: 48px;
        position: relative;
        display: inline-block;
        background-image: url('../images/ichris-48x48.png');
    }

    footer div, footer span {
        outline: none;
    }

.interface-type-hr21 footer span.logo-small-icon {
    background-image: url('../images/hr21-48x48.png');
}

.interface-type-orc21 footer span.logo-small-icon {
    background-image: url('../images/orc21-48x48.png');
}

.interface-type-psp21 footer span.logo-small-icon {
    background-image: url('../images/psp21-48x48.png');
}

.interface-type-psd21 footer span.logo-small-icon {
    background-image: url('../images/psd21-48x48.png');
}

.footer-left-panel {
    overflow: hidden;
    white-space: nowrap;
    color: white;
}

.btn-primary {
    background-color: #365F91;
    color: #FFFFFF;
    font-size: 9pt;
    font-weight: bold;
}

    .btn-primary:hover {
        background-color: #3D6BA3;
        color: #FFFFFF;
        border: 0 !important;
    }

.loading-spinner {
    background: url("../images/loading_spinner_128.gif") center center no-repeat;
    background-size: 40px 40px;
    z-index: 1;
}

.loading-spinner-dark {
    background: url("../images/loading-spinner-gray.svg") center center no-repeat;
    background-size: 40px 40px;
    z-index: 1;
    height: 50px;
}
