body, html {
  background-color: #111;
}

body {
  background-color: #111;
}

.toptop {
  background-color: #111;
}

.input-text {
  background-color: #000 !important;
  color: #FFFFFF !important;
  border: 1px solid #222222 !important;
}

.error {
  color: #dd2828 !important;
}

.form-check-label {
  color: #4b87b0 !important;
}
.forgot {
  color: #4b87b0 !important;
}

.btn-theme {
  background-color: #294b6a !important;
}

.btn-theme:hover, .btn-theme:active, .btn-theme:focus {
  background-color: #345e84 !important;
}

.svg-icon {
  fill: #dddddd !important;
}

@media (max-width: 992px) {
  .zema-login .login-inner-form {
    background: #111 !important;
  }
}


