/* bbtrade RA0 / jA0 / Gc / Yc / qA0 — tenant 585 kourtina login (bundle-exact) */

.bb-Gc {
  height: 100%;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #161616;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bb-Yc {
  width: 100%;
}

@media (min-width: 1024px) {
  .bb-Yc {
    width: 400px;
  }
}

.bb-qA0 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  background: linear-gradient(rgb(26, 42, 49) 0%, #0c3810 100%);
}

.bb-LA0 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.bb-kA0 {
  display: flex;
  justify-content: space-between;
}

.bb-SA0 {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: inherit;
  font-weight: inherit;
  text-transform: lowercase;
}

.bb-qoe {
  height: 75px;
}

.bb-Soe {
  padding: 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
}

.bb-Coe {
  width: 100%;
  height: 43px;
  padding: 0 10px;
  font-size: 16px;
  border: none;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom: 2px solid rgb(33 80 116 / 55%);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  color: #111;
}

.bb-RR {
  color: #ff3333;
  margin: 5px 0;
  font-size: 14px;
  font-weight: 400;
  min-height: 0;
}

.bb-RR.is-success {
  display: none;
}

.bb-ILt {
  height: 50px;
  width: 100%;
  background-color: #168361;
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-size: 15px;
  margin: 8px 0;
  text-transform: lowercase;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bb-ILt:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (hover: hover) {
  .bb-ILt:hover:not(:disabled) {
    background-color: #24a67d;
    color: #fff;
    cursor: pointer;
  }
}

.bb-login-submit.is-loading {
  color: transparent;
  pointer-events: none;
}

.bb-login-submit.is-loading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: bb-spin 0.7s linear infinite;
}

@keyframes bb-spin {
  to {
    transform: rotate(360deg);
  }
}
