.osrLandingBox {
    min-height: 100%;
}

/*.osrLandingContent {
    background: url(../resources/osrImages/LandingPageBG/DefaultLP_1920X1080.jpg) no-repeat;
    background-size: cover;
}*/
.osrLandingContent {
    background: url(../resources/osrImages/LandingPageBG/CityLP_1920X1080.jpg) no-repeat;
    background-size: cover;
}
.osrLandingContentJanMaySep {
    background-image: url(../resources/osrImages/LandingPageBG/CityLP_1920X1080.jpg);
}


.osrLandingTitleContent {
    width: 50%;
}

.osrLandingContent .osrLogo {
    left: 0;
    top: 0;
    margin: 24px;
}

.osrCopyright {
    left: 0;
    bottom: 0;
    position: fixed;
    color: #ffffff;
    font-size: 10px;
    opacity: 0.5;
    margin: 24px;
}

.osrInfoText,
.osrLandingAlert .sapMText {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.4;
}

.osrToolBar button .sapMBtnHoverable {
    background: transparent !important
}

.osrLandingTitle {
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    margin: 1rem 0
}

.osrLandingAlert {
    background: #127075;
    border-radius: 40px;
    padding: 3px 12px;
    margin: 1rem 0rem;
    -webkit-align-self: start;
    align-self: start;
}

.osrLandingAlert .sapUiIcon {
    color: #ffb400;
}

.osrLandingPage {
    height: calc(100vh - 58px)
}

.osrExtraArea {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.osrWhite {
    color: #fff
}

.osrGigya {
    background-color: rgba(7, 66, 69, 0.5);
    border-radius: 5px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.gigya-label-text {
    color: #fff !important
}

.osrLandLink {
    text-decoration: underline !important
}

.osrLandLink,
.osrLandLink:hover,
.osrLandLink:visited {
    color: #fff !important
}

.osrAddPaddingEnd {
    padding-right: 4px
}

.osrLandingPage {
    height: calc(100vh - 85px);
}

.osrGigya .gigya-screen-content div.gigya-screen.landscape {
    width: 500px;
    height: calc(100vh - 100px);
    overflow: auto
}

.osrGigya .paymentEPOTile,
.osrGigya .gigya-paymentEPOTile {
    background: transparent;
    border: none;
    padding: 0 !important;
}

.osrGigya .headerTitle {
    font-size: 26px !important;
    color: #fff !important;
}

.osrGigya a {
    color: #e1e2e3!important;
    font-weight: 500
}

.osrGigya a:hover {
    color: #fff !important
}

.gigya-screen .gigya-label {
    position: relative;
    padding-left: 18px
}

.gigya-screen .gigya-required-display {
    position: absolute;
    left: -3px;
    top: 0;
}

.gigyaAlertMessage .gigya-screen.portrait {
    padding: 0 !important;
    width: auto;
}

.gigyaAlertMessage .gigya-message {
    padding-bottom: 0 !important;
    color: #fff !important;
}

.gigyaAlertMessageIcon {
    margin-top: 4px !important;
}

@media(max-width: 768px) {
    .osrLandingTitleContent {
        padding: 0 20px;
        width: 100%;
    }
    .osrLandingAlert {
        margin: 25px 0 0 !important
    }
    .osrLandingAlert .gigya-screen.portrait.mobile:before {
        width: 80%;
    }
    .gigya-login-form {
        padding: 0 20px !important
    }
    .osrGigya .gigya-screen.portrait.mobile {
        width: 340px
    }
    .osrCopyright {
        position: static;
        margin: 0 25px 25px
    }
    .osrGigya {
        margin-bottom: 25px;
        margin-top: 25px
    }
}