body.login-layout {
  min-height: 100vh;
	background: rgb(0, 102, 46) !important;
}

.login-logo img {
  width: 200px;
  max-width: 50%;
}

.skin-3 .navbar { 
  background-color: rgb(0, 102, 46) !important;
}

.skin-3 .sidebar {
	background-color: rgb(0,102,46) !important;
}

.ace-nav > li.grey > a {
	background-color: rgb(0, 102, 46) !important;
}

.ace-nav > li.grey > a:focus,
.ace-nav > li.grey > a:hover,
.ace-nav > li.open.grey > a {
	background-color: rgb(0, 51, 23) !important;
}

.footer-content {
  background-color: rgb(0, 102, 46) ;
  color: white;
  left: 0 !important;
  right:0 !important;
  bottom: 0 !important;
}

.footer-content a {
  color: yellow;
}

.footer-content a:hover {
  color: beige;
}

.footer-content address {
  margin-bottom: 0 !important;
}
