html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.iqbills-register-page {
  min-height: 100vh;
  background:
    radial-gradient(900px 500px at 10% 10%, rgba(13, 110, 253, 0.10), transparent 55%),
    radial-gradient(800px 480px at 90% 20%, rgba(45, 212, 191, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 250, 252, 1) 100%);
}

.iqbills-register-panel {
  background: rgba(255, 255, 255, 0.70);
  border: 1px solid rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(10px);
}

.iqbills-appmark {
  width: 48px;
  height: 48px;
  background: rgba(13, 110, 253, 0.10);
  border: 1px solid rgba(13, 110, 253, 0.20);
  color: #0d6efd;
  font-size: 1.05rem;
}

.iqbills-soft-list i {
  width: 22px;
}

.iqbills-register-card {
  background: rgba(255, 255, 255, 0.92);
}

.iqbills-input-group .input-group-text {
  background: rgba(15, 23, 42, 0.03);
  border-color: rgba(15, 23, 42, 0.10);
}

.iqbills-primary-btn {
  background: linear-gradient(135deg, #0d6efd 0%, #1aa7ff 100%);
  border: none;
  color: white;
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.18);
}

.iqbills-primary-btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25), 0 10px 24px rgba(13, 110, 253, 0.18);
}

.iqbills-dialcode-select {
  max-width: 160px;
}

.iqbills-trial-badge {
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 0.55rem 0.7rem;
  color: #850000;
}

.textlight{
    color: #9c9c9c;
}

.iqbills-lang-flag {
  width: 22px;
  height: 16px;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.10);
}

.iqbills-lang-btn {
  border-radius: 12px;
}

.iqbills-lang-menu .dropdown-item {
  padding-top: 0.55rem;
  padding-bottom: 0.55rem;
}