.dark-mode {
  background-color: #323339 !important;
  color: #ffffff;
}
.dark-mode .modal-content {
  background-color: #323339 !important;
  color: #ffffff;
}
.dark-mode #bottom-bar {
  background-color: #323339 !important;
  color: #ffffff;
}
.dark-mode #bottom-bar a {
  color: #ffffff;
}
.dark-mode text {
  fill: #ffffff;
}
.dark-mode .bg-pale-primary {
  background-color: #323339 !important;
}
.dark-mode .bg-pale-primary .bg-pale-green {
  background-color: #323339 !important;
}
.dark-mode .bg-pale-primary .h1,
.dark-mode .bg-pale-primary .h2,
.dark-mode .bg-pale-primary .h3,
.dark-mode .bg-pale-primary .h4,
.dark-mode .bg-pale-primary .h5,
.dark-mode .bg-pale-primary .h6,
.dark-mode .bg-pale-primary h1,
.dark-mode .bg-pale-primary h2,
.dark-mode .bg-pale-primary h3,
.dark-mode .bg-pale-primary h4,
.dark-mode .bg-pale-primary h5,
.dark-mode .bg-pale-primary h6 {
  color: #ffffff;
}
.dark-mode .bg-pale-primary .nav-link {
  color: #ffffff !important;
}
.dark-mode .bg-pale-primary .card-body {
  background-color: #323339 !important;
  color: #ffffff;
}
.dark-mode .bg-pale-primary .bg-light {
  background-color: #5D5F65 !important;
  color: #ffffff;
}
.dark-mode .bg-pale-primary .link-dark {
  color: #ffffff;
}
.dark-mode .bg-pale-primary .bg-soft-primary {
  background-color: #5D5F65 !important;
  color: #ffffff;
}
.dark-mode .bg-pale-primary .btn-soft-primary {
  background-color: #323339 !important;
  color: #ffffff;
}
.dark-mode .bg-pale-primary .text-body {
  color: #ffffff !important;
}
.dark-mode #accessibility_container {
  background-color: #5D5F65 !important;
  color: #ffffff;
}
.dark-mode #accessibility_container a {
  color: #ffffff;
}
.dark-mode .theme-switcher {
  background-color: #323339;
}
.dark-mode .theme-switcher .slider {
  background-color: #5D5F65 !important;
}
.dark-mode .theme-switcher label {
  color: #ffffff;
}
.dark-mode .navbar {
  background-color: #323339 !important;
}
.dark-mode .navbar a {
  color: #ffffff;
}
.dark-mode .dropdown-menu {
  background-color: #323339 !important;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #97C13A !important;
  opacity: 1;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #97C13A !important;
  opacity: 1;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #97C13A !important;
  opacity: 1;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #97C13A !important;
  opacity: 1;
}
#login-panel {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding: 80px;
}
@media only screen and (max-width: 767px) {
  #login-panel {
    width: 100%;
    top: 0;
    left: 0;
    -moz-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
  }
}
#login-panel figure {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  #login-panel figure {
    margin-bottom: 20px;
    padding: 20px;
  }
}
#login-panel label:not(.error) {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #bdbdbd;
  text-transform: uppercase;
  outline: none;
  margin: 0;
}
#login-panel input {
  background: none;
  padding: 14px 0 12px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #97C13A;
  display: block;
  width: 100%;
  border: none;
  border-bottom: solid 2px #cae976;
  outline: none;
  margin: 0;
}
#login-panel .reset-pwd-link {
  color: #97C13A;
}
#login-panel .reset-pwd-link:hover,
#login-panel .reset-pwd-link:active,
#login-panel .reset-pwd-link:focus,
#login-panel .reset-pwd-link .active {
  color: #5d7e15;
}
/* Background */
.login-background {
  animation: slide 50s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #FFFFFF 50%, #8AB91D 50%);
  bottom: 0;
  left: -50%;
  opacity: 0.5;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
}
.background-style-2 {
  animation-direction: alternate-reverse;
  animation-duration: 24s;
}
.background-style-3 {
  animation-duration: 25s;
}
@keyframes slide {
  0% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(25%);
  }
}
/* Monkeys */
.monkeys-fly-area {
  width: 100%;
  height: 100vh;
}
.monkeys-fly-area .monkeys {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.monkeys-fly-area .monkeys li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  animation: animate-monkeys 25s linear infinite;
  bottom: -150px;
  background-image: url("../images/monkey.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.monkeys-fly-area .monkeys li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.monkeys-fly-area .monkeys li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.monkeys-fly-area .monkeys li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.monkeys-fly-area .monkeys li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.monkeys-fly-area .monkeys li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.monkeys-fly-area .monkeys li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.monkeys-fly-area .monkeys li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.monkeys-fly-area .monkeys li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.monkeys-fly-area .monkeys li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.monkeys-fly-area .monkeys li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate-monkeys {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
/*# sourceMappingURL=Login.css.map */