/* Clebiz login page overrides */

html,
body {
  background-color: #a6c235 !important;
  min-height: 100%;
}

.all-wrapper,
.all-wrapper.light-bg,
.all-wrapper.no-menu-wrapper.light-bg {
  background-color: #a6c235 !important;
  min-height: 100vh;
}

.widget.widget-blue .widget-title {
  background-color: #24352f !important;
  background-image: none !important;
  border-color: #537467 !important;
}

.widget.widget-blue .widget-title h3.login-brand {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  line-height: 1;
}

.widget.widget-blue .widget-title .login-brand-text {
  font-size: 16px;
  line-height: 1;
}

.widget.widget-blue .widget-title .login-logo {
  height: 1em;
  width: auto;
  display: block;
}

.widget.widget-blue .widget-content {
  border-color: #537467;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #24352f !important;
  background-image: none !important;
  border-color: #537467 !important;
  text-shadow: none;
  box-shadow: none;
}

.login-page a {
  color: #24352f;
}

.login-page a:hover {
  color: #1a2823;
}
