﻿/* prevent the drop down icon going onto a new line for the top bar language link */
.top-bar-language-nav-link {
    min-width: 65px;
}

/* bootstrap model showing two scroll bars */
html {
    overflow: visible;
}

/* main sidebar not under model */
.modal {
    z-index: 1110;
}

.form-group.required .col-form-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 3px;
}

.hero {
    width: 100%;
    height: 100vh;
    background: url(../img/hero-bg.png) top center no-repeat;
    background-size: cover;
}

.nav-user-menu .user-image {
    width: 20px;
    margin-right: 4px;
    margin-top: -4px;
}

 
.login-page {
    background-image: url("/img/hero-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #fff;
}
.login-box  {
    background-color:rgba(255,255,255,0.8);
}
.login-box div {
    background-color:transparent;
}
 

.famfamfam-flags {
    display: inline-block;
}
