/* overrides or adds to style.css from CloudUI theme */
.auth.auth-bg-1 {
  background: url("/static/images/gray-gradient_a-400x400.jpg");
  background-size: cover;
}

.auth.register-bg-1 {
  background: url("/static/images/gray-gradient_a-400x400.jpg");
  background-size: cover;
}

.auth.theme-one .auth-footer li a {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.8);
}

.auth.theme-one .footer-text {
  color: rgba(0, 0, 0, 0.8);
}

.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-profile .nav-profile-icon {
  display: none;
}

.navbar.horizontal-layout .nav-top {
  background: #001a66;
  height: 60px;
}

@media (max-width: 767px) {
  .navbar.horizontal-layout .nav-top .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-profile .nav-profile-icon {
    display: inline-block;
  }
}

.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-language .dropdown-toggle {
  color: #fafafa;
}

.navbar.horizontal-layout .nav-top .navbar-menu-wrapper .navbar-nav.navbar-nav-right .nav-item.nav-profile .nav-profile-name {
  color: #fafafa;
}

.homepage-image img {
  max-height: 200px;
}

@media (max-width: 767.98px) {
  .img-float-right-inline {
    display: none;
  }
}
.img-float-right-inline {
    float: right;
  }

