.body-outer-layer{
  background-color: rgb(184, 199, 194);
}
.login-container{
  background-image: url('../images/bg.login.jpg');
  max-width:75em;
  background-size: 100% 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.login-body{
  background-color: #85974b;
}
.h-80{
  height: 80%;
}
.nav-background-color{
  background-color: #9BAF3C;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.white-text{
  color: white;
}
.white-background{
  background-color: white;
}
.footer-background{
background-color: #586b62;
}
.lm-45{
  margin-left: 45%;
}

.html {
  font-size: 0.85rem;
}

.w-90 {
 max-width: 95%;
}

.w-100 {
  max-width: 100%;
}

.footer-container{
 left: 3.4em;
 right: 3.4em;
}
.navbar-light{
  color: white;
}

.navbar-dark .navbar-nav .nav-link{
  color:white;
}

.welcome-widget {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

/*.welcome-widget-text {
  font-size: 16px;
  color: rgb(0, 131, 101);
}*/

.welcome-widget-text {
  font-size: 20px;
  font-weight: bold;
  color: rgb(6, 135, 215);
}

.clock {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
}

.time {
  /*font-size: 16px;
  color: rgb(0, 131, 101);*/
  font-size: 20px;
  font-weight: bold;
  color: rgb(6, 135, 215);
}

.date-time {
  /*font-size: 16px;
  color: rgb(0, 131, 101);*/
  font-size: 20px;
  font-weight: bold;
  color: rgb(6, 135, 215);
}
.navbar {
    align-items: flex-start;
}

#navbarSupportedContent >ul {
    flex-wrap: wrap;
}
