@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

html, body {
  min-height: 100%;
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif !important;
  background: #071a36 !important;
  color: #162238;
}

.backstretch {
  display: none !important;
}

.auth-main {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 12px;
}

.genius-login-shell {
  width: 100%;
  max-width: 980px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(4, 18, 40, 0.28);
}

.genius-login-hero {
  background: linear-gradient(165deg, #071a36, #0d2a52 55%, #0c3a6e);
  color: #d7e6f8;
  padding: 42px 36px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 520px;
}

.genius-login-mark {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #19b8d4, #1769d5);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 18px;
}

.genius-login-hero h1 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.4px;
}

.genius-login-hero p {
  margin: 0;
  color: #9fb4ce;
  font-size: 14px;
  line-height: 1.55;
}

.genius-login-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 28px;
}

.genius-login-pills span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #cfe8ff;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  padding: 6px 10px;
}

.genius-login-form {
  padding: 40px 36px;
  background: #fff;
}

.sign-area {
  background: transparent !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  color: #162238 !important;
  border-radius: 0 !important;
  width: 100% !important;
}

.sign-area::before,
.sign-area::after {
  display: none !important;
}

.sign-hader {
  text-align: left !important;
  margin-bottom: 22px;
}

.sign-hader img {
  height: 64px !important;
  margin-bottom: 10px;
}

.sign-hader h2 {
  color: #071a36 !important;
  font-weight: 800 !important;
  font-size: 22px !important;
  margin: 0 !important;
}

.genius-login-form .form-group {
  margin-bottom: 16px;
}

.genius-login-form .input-group-addon {
  background: #eaf8ff !important;
  border: 1px solid #e4eaf2 !important;
  border-right: 0 !important;
  color: #1769d5 !important;
  border-radius: 10px 0 0 10px !important;
}

.genius-login-form .form-control,
.genius-login-form input.form-control {
  height: 46px !important;
  background: #fff !important;
  color: #162238 !important;
  border: 1px solid #e4eaf2 !important;
  border-radius: 0 10px 10px 0 !important;
  box-shadow: none !important;
}

.genius-login-form .form-control:focus {
  border-color: #1769d5 !important;
}

.genius-login-form .btn-block.btn-round,
.genius-login-form #btn_submit {
  height: 46px;
  border-radius: 12px !important;
  background: #1769d5 !important;
  border: 0 !important;
  color: #fff !important;
  font-weight: 700 !important;
  letter-spacing: 0.2px;
}

.genius-login-form .btn-block.btn-round:hover {
  background: #1257b3 !important;
}

.forgot-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 8px 0 18px;
}

.forgot-text label,
.forgot-text .i-checks {
  color: #718096 !important;
  font-size: 13px;
}

#installButton {
  color: #1769d5 !important;
  font-size: 12px;
  font-weight: 600;
}

.sign-footer p {
  color: #718096 !important;
  font-size: 12px;
  text-align: center;
  margin-top: 18px;
}

.error,
.has-error .error {
  color: #e05252;
  font-size: 12px;
}

@media (max-width: 820px) {
  .genius-login-shell {
    grid-template-columns: 1fr;
    max-width: 460px;
  }
  .genius-login-hero {
    min-height: auto;
    padding: 28px 24px 20px;
  }
  .genius-login-form {
    padding: 24px;
  }
  .genius-login-pills {
    display: none;
  }
}
