body {
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: #f8fafc;
  color: #1e293b;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.brand-logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.verification-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.08);
}

.btn-verify {
  background: linear-gradient(135deg, #7c3aed 0%, #ec4899 100%);
  border: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-radius: 14px;
  padding: 14px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(124, 58, 237, 0.25);
}

.btn-verify:hover {
  opacity: 0.95;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(236, 72, 153, 0.35);
  color: #fff;
}

.form-control-custom {
  background-color: #f1f5f9 !important;
  border: 1px solid #cbd5e1 !important;
  color: #0f172a !important;
  border-radius: 14px !important;
  padding-left: 45px !important;
  font-weight: 600;
}

.form-control-custom:focus {
  background-color: #ffffff !important;
  border-color: #7c3aed !important;
  box-shadow: 0 0 0 0.25rem rgba(124, 58, 237, 0.15) !important;
}

.input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #64748b;
  z-index: 10;
}

/* Custom Light SweetAlert Styling */
.swal2-popup.custom-swal {
  background: #ffffff !important;
  border: 1px solid #e2e8f0;
  border-radius: 24px !important;
  color: #0f172a !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15) !important;
}

.swal2-title {
  color: #0f172a !important;
  font-weight: 700 !important;
}
