html, body
{
    height: 100%;
    background-color: #FFFFFF !important;
    background-image: none !important;
    font-family: 'Cuprum', sans-serif;
}

.page-title {
    font-size: 2.5em;
    font-weight: bold;
    text-align: left;
    padding-left: 15px;
}

.connexionTitle {
    font-size: 18px;
    font-family: Orbitron;
    color: #fff;
    margin-bottom: 8px;
}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#content-wrapper {
    height: 100%;
    width: 100%;
    /*max-width: 95%;*/
    background-color: #FFFFFF;
    margin: 0px auto; /* 58px auto  */
    text-align: center;
    padding: 20px 0px 0px 0px; /* 88 0 0 0 */
}

#content-wrapper .col-sm-4, #content-wrapper .col-md-4 {
    border-right: 1px solid;
} 

#content-wrapper .col-xs-12 {
    border-right: none;
} 

#body-wrapper {
    height: 100%;
    width: 100%;
    padding-top: 48px;
}

#topbar-nav {
    /*background-color: #fff;
    border-bottom: 1px solid #c2c2c2;*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 44px;
    padding: 2px 0px;
}

#topbar {
    position: relative; /*absolute*/
    width: 100%;
    height: 48px;
    padding: 0px 0px;
    background-color: #185081;
    background: url(../images/blue-low-poly-banner-48.png) left top no-repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
}

div.navbar-nav div {
    display: inline-block;
    margin: 0px 10px;
    font-size: 26px;
    color: #fff;
}

.nav-user-info {
    position: absolute;
    right: 10px;
    text-align: right;
}

.nav-user-info div {
    margin: 0px 4px !important;
}

.nav-user-info div.user-name {
    font-size: 0.8em !important;
    vertical-align: text-bottom;
    line-height: 32px;
}

nav#navmenu {
    margin: auto;
    padding: 4px 0px 0px 0px;
}

#navmenu a {
    color: #FFF;
    text-shadow: 0px 1px 5px #051527;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;
}

#navmenu a:hover {
    background-color: transparent;
    font-weight: bold;
}

.navbar {
    background-image: none !important;
    /*background-color: #386eb5 !important;*/
    /*background-color: #0d1f2eff !important; //Black */
    background-color: #113870 !important;
    border-radius: 0px !important;
}

div.navbar-nav,
ul.navbar-nav {
    display: block;
}

nav div#home-btn {
    position: absolute;
    left: 10px;
}

/*
nav div#profile-btn {
    position: absolute;
    right: 50px;
}

nav div#logout-btn {
    position: absolute;
    right: 10px;
}
*/
.oasix-login-container {
    position: relative;
    z-index: 10;
    margin-top: 30%;
}