﻿@import "common.css";

body {
    background-color:#001c27;
}

#innerBody {
    position: relative;
    max-width: 910px;
    overflow-y: clip;
}

#background-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    min-height:100%;
}

.externalBodyDiv {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    margin: 0;
}

.internalBodyDiv {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.remove-background {
    background-color: transparent;
}

.img-center {
    margin-top: -24px;
    margin-bottom: -38px;
    display: block;
}

.navbar-blue {
    background-color: #0073d8;
}

.btn-space {
    margin-top: 15px;
}

.btn-light {
    background-color: #f0f0f0;
}

.btn-light:hover {
    background-color: #fff;
}

.top-margin-10 {
    margin-top: 10px;
}

.q3-align-checkbox {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.remove-field-padding {
    padding-left: 0px;
    padding-right: 0px;
}

.img-resize {
    width: 100px;
    height: auto;
}

.footer-img {
    width: 200px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.img-container {
    width: 100%;
    
    background-repeat: no-repeat;
    background-size: cover;
}

.splash-div {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    padding: 20px 15px;
}

.splash-div .img-container {
    flex-grow: 1;
}

.splash-div .img-caption {
    flex-grow: 0;
    font-size: 22px;
    text-shadow: 2px 2px 2px black;

}

.login-container {
    display: flex;
    flex-direction: row;
    justify-content: stretch;
}

.right-panel {
    background-color: transparent;
    padding: 50px 15px;
}


.panel-form {
    border: 1px solid rgb(221, 221, 221);
    border-radius: 4px;
    box-shadow: 1px 1px rgba(0, 0, 0, .05);
    padding-left: 0px;
    padding-right: 0px;
}

#greeting {
    color: whitesmoke;
    font-size: 64px;
    font-weight: 600;
    text-shadow: 2px 2px 2px black;
    position: absolute;
    top: calc(50% - 64px);
}

#greeting-subtitle {
    position: absolute;
    top: 35%;
    left: 8%;
    text-shadow: 2px 2px 2px black;
    font-size: 30px;
    font-weight: 500;
    padding-right: 30%;
    color: whitesmoke;
}

#forgotPasswordDiv {
    text-align: right;
    float: right;
    font-size: 13px;
    padding-left: 13px;
}

.rememberme-row {
    margin: 0;
}

#footer-text {
    font-size: 9px;
}

.no-bottom-padding {
    padding-bottom: 0px;
}

.custom-panel-body {
    padding-left: 25px;
    padding-right: 25px;
}

.no-lateral-padding {
    padding-left: 0px;
    padding-right: 0px;
}

@media only screen and (max-width: 992px) {

    #innerBody {
        position: static;
        overflow-y: clip;
    }

    #background-image {
        height: 100%;
        width: auto;
    }

    .footer-img {
        width: 119px;
        height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #rememberMeDiv {
        float: left;
    }

    .header-img {
        width: auto;
        height: 72px;
        display: block;
        padding-top: 15px;
        padding-bottom: 5px;
        margin-left: auto;
        margin-right: auto;
    }

    .q3-row {
        display: flex;
        flex-direction: row;
        justify-content: stretch;
        background-color: rgba(255, 255, 255, .8);
    }

    #footer-text {
        display: none;
    }

    #forgotPasswordDiv {
        font-size: 13px;
        text-align: right;
        float: right;
        padding-bottom: 2%;
    }

    .right-panel {
        background-color: rgba(2, 1, 67, .8);
    }
}

span.text-error {
    font-weight: bold;
}

.externalProviderLogoBox {
    float: left;
    width: 20px;
}

.externalProviderLogo {
    width:20px;
}

.externalProviderSignInText {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}
.pingidentity {
    background-color:#2196f3
}
.pingidentity:hover {
    background-color: #2196f3
}
.img-login-ok {
    width: 100px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


@media (max-width: 991.98px) {
    body {
        overflow-x: hidden;
    }
}