body::before {
    background: rgba(0, 0, 0, 0) url("<%=backgroundImage%>") no-repeat scroll center center;
}
#msg_need_to_be_logged_in {
    color: red;
    margin: 15px 0;
    display: none;
}
#divAfterLoginButton {
    position: absolute;
    display: flex;
    flex-direction: column;
}
#loginWithInstituteAnchor, a.loginWithInstituteAnchor {
    float: left;
    color: #FFFFFF;
    line-height: 3rem
}
#federatedLogos a img {
    display: inherit;
    margin-left: 10px;
}

.fa-triangleSprite {
    width:16px;
    height:16px;
    color:red;
    margin-right:4px;
}
.fa-iconred {
    filter: invert(23%) sepia(76%) saturate(6823%) hue-rotate(355deg) brightness(100%) contrast(122%);
}
#chooseCountryIcon {
    width: 32px;
    float: right;
    cursor: pointer;
    position: relative;
    top: -5px;
}

#flagSelectorDialogContent::after {
    content: "";
    clear: both;
    display: table;
}

._forceLoginFlag {
    width: 30%;
    cursor: pointer;
    text-align: center;
    float: left;
    margin: 8%
}
    ._forceLoginFlag div {
        margin-top: -15px;
        font-weight: bold;
    }
