html, body {
    background-color: white;
}
.ancBtn {
    background-color: #93B509;
}
.navMainMenu {
    display: none !important;
}
.trademarkLogo {
    position: absolute;
    font-size: 17px;
    top: 9px;
    right: -9px;
}
.loginPageTitle {
    font-size: 50px;
    font-weight: bold;
    z-index: 1;
    white-space: nowrap;
}
.loginPageIntro {
    font-size: 25px;
    margin-top: 0;
    z-index: 1;
}
.loginPageHeader {
    position: relative;
    height: 220px;
    overflow: hidden;
}
.loginPageHeader img {
    position: relative;
    top: -193%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    filter: brightness(38%);
    background-attachment: fixed;
    height: 1243px;
    z-index: 0;
}
.loginHeaderContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    z-index: 1;
}
.loginPageContent {
    text-align: center;
}
.headerText {
    color: #93B509;
    font-size: 30px;
}
.infoBox {
    background-color: #ebebeb;
    margin: 20px 25px;
    border-radius: 6px;
    width: 410px;
    padding: 25px;
}
.infoBoxText {
    padding: 0 18px 18px 18px;
    font-size: 21px;
}
.greenLine {
    height: 3px;
    background-color: #93B509;
    border-bottom: none;
    margin: 40px 16%;
}
.bottomContent {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 300px;
}
.bottomContent.bottom{
    flex-direction: row-reverse;
}
.bottomContentImg {
    width: 400px;
}
.imageContainer {
    position: relative;
}
.bottomText {
    padding: 25px;
    font-size: 20px;
}
.bottomText.first {
    padding: 0 0 25px 25px;
    font-size: 22px;
}
.bottomText.middle {
    padding: 0 25px 25px 0;
    font-size: 25px;
}
.bottomText.last {
    padding: 0 15%;
}
.bottomTextContainer.top {
    text-align: right;
    margin: 0 0 0 100px;
}
.bottomTextContainer.bottom {
    text-align: left;
    margin: 0 100px 0 0;
}
.infoBoxContainer {
    display: flex;
    justify-content: center;
}
.or {
    font-size: 30px;
    font-weight: 445;
    padding-top: 70px
}
#loginText {
    padding: 50px;
    color: gray;
    font-size: 17px
}

@media (max-width: 767px) {
    .navLoggedIn.navStandard:not(.navVersionInstitution21) .navLogo {
        display: block !important;
    }
    .navMobile.navMobile {
        display: none !important;
    }
    .navLogo {
        margin-left: 0 !important;
    }
    .bottomContent, .bottomContent.bottom, .bottomContent.top {
        flex-direction: column;
        justify-content: initial;
        padding: 0 0 10px 0;
    }
    .bottomContent.top {
        padding-bottom: 35px;
    }
    .bottomTextContainer.top, .bottomTextContainer.bottom {
        text-align: center;
        margin: 0;
    }
    .bottomText.first, .bottomText.middle {
        padding: 30px;
    }
    .bottomContentImg {
        width: 80%;
    }
    .bottomTextContainer {
        margin: 0;
    }
    .bottomText.last {
        padding: 20px;
    }
    .infoBoxContainer {
        display: block;
    }
    .logo {
        width: 250px;
    }
    .trademarkLogo {
        font-size: 10px;
        top: 3px;
        right: -6px;
    }
    .loginPageTitle {
        font-size: 24px;
    }
    .loginPageIntro {
        font-size: 21px;
        margin-top: 0;
    }
    .loginPageHeader img{
        height: 960px;
        top: -147%;
    }
    .headerText {
        font-size: 22px;
    }
    .infoBox {
        width: auto;
    }
    .infoBoxContainer {
        justify-content: initial;
    }
    .or {
        padding-top: 0;
    }
    .greenLine {
        margin: 40px 0;
    }
}

/*login form styling.*/
.loginContainer {
    padding: 25px 33%;
}
.failureMessage {
    padding: 25px 33%;
}
.formFooter {
    padding-bottom: 25px;
}
@media (max-width: 767px) {
    .loginContainer {
        padding: 5px 25%;
    }
    .failureMessage {
        padding: 5px 25%;
    }
}