body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  margin: 0;
  min-height: 100dvh; }

p {
  color: #b3b3b3;
  font-weight: 300; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none !important; }

.content {
  padding: 7rem 0; }

h2 {
  font-size: 20px; }

.half, .half .container > .row {
  height: 100vh;
  min-height: 700px; }

@media (max-width: 991.98px) {
  .half .bg {
    height: 200px; } }

.half .contents {
  background: #f6f7fc; }

.half .contents, .half .bg {
  width: 50%; }
  @media (max-width: 1199.98px) {
    .half .contents, .half .bg {
      width: 100%; } }
  .half .contents .form-control, .half .bg .form-control {
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    height: 48px;
    background: #fff; }
    .half .contents .form-control:active, .half .contents .form-control:focus, .half .bg .form-control:active, .half .bg .form-control:focus {
      outline: none;
      -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

.half .bg {
  background-size: cover;
  background-position: center; }

.half a {
  color: #888;
  text-decoration: underline; }

.half .btn {
  height: 48px;
  padding-left: 30px;
  padding-right: 30px;
  background: #00aeef;
  border-color: #00aeef;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.half .btn:hover{
  background: #0095c7;
  border-color: #0095c7;
}

.btn-primary.focus,
.btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: #0082ae;
  border-color: #0082ae;
}

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px; }

.control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px; }
  .control .caption {
    position: relative;
    top: .2rem;
    color: #888; }

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.control__indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #e6e6e6;
  border-radius: 4px; }

.control--radio .control__indicator {
  border-radius: 50%; }

.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc; }

.control input:checked ~ .control__indicator {
  background: #00aeef; }

.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #00aeef; }

.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none; }

.control__indicator:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: '\f00c';
  position: absolute;
  display: none;
  font-size: 11px;
  line-height: 1;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff; }

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b; }

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: .2; }

/* Auth pages: match the provided "Hello Again" two-column card design */
.auth-wrapper {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 16px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: linear-gradient(132deg, #f4f6ff 0%, #e8ecff 48%, #eef2ff 100%);
}

.auth-wrapper::before,
.auth-wrapper::after {
  content: "";
  position: absolute;
  inset: -8%;
  pointer-events: none;
}

.auth-wrapper::before {
  z-index: 0;
  background:
    linear-gradient(22deg, rgba(239, 68, 68, 0.42) 0 18%, rgba(239, 68, 68, 0) 18% 100%),
    linear-gradient(154deg, rgba(59, 130, 246, 0.4) 0 22%, rgba(59, 130, 246, 0) 22% 100%),
    linear-gradient(292deg, rgba(234, 179, 8, 0.38) 0 20%, rgba(234, 179, 8, 0) 20% 100%),
    linear-gradient(338deg, rgba(20, 184, 166, 0.36) 0 16%, rgba(20, 184, 166, 0) 16% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 72%, 78% 88%, 52% 66%, 26% 84%, 0 62%);
  animation: auth-page-cubist-a 14s ease-in-out infinite alternate;
}

.auth-wrapper::after {
  z-index: 1;
  background:
    linear-gradient(76deg, rgba(17, 24, 39, 0.2) 0 9%, rgba(17, 24, 39, 0) 9% 100%),
    linear-gradient(198deg, rgba(79, 70, 229, 0.3) 0 16%, rgba(79, 70, 229, 0) 16% 100%),
    linear-gradient(318deg, rgba(244, 63, 94, 0.22) 0 12%, rgba(244, 63, 94, 0) 12% 100%),
    repeating-linear-gradient(-36deg, rgba(255, 255, 255, 0.2) 0 14px, rgba(255, 255, 255, 0) 14px 28px);
  clip-path: polygon(0 28%, 22% 12%, 48% 34%, 72% 10%, 100% 26%, 100% 100%, 0 100%);
  animation: auth-page-cubist-b 18s ease-in-out infinite alternate;
}

.auth-card {
  position: relative;
  z-index: 2;
}

.auth-card {
  width: min(1180px, 100%);
  height: min(760px, calc(100vh - 96px));
  display: flex;
  overflow: hidden;
  border-radius: 36px;
  background: #f6f7fc;
  box-shadow: 0 24px 60px rgba(16, 24, 40, 0.08);
}

.auth-left {
  flex: 0 0 44%;
  background: #ffffff;
  padding: 68px 64px;
  display: flex;
  align-items: center;
  height: 100%;
}

.auth-left-inner {
  width: 100%;
  max-width: 420px;
  max-height: 100%;
  overflow: auto;
}

.auth-right {
  flex: 1;
  background: linear-gradient(135deg, #c7d2fe 0%, #e0e7ff 55%, #f5f7ff 100%);
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  height: 100%;
}

.auth-right-image {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 0 36px 36px 0;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.auth-right-image::before,
.auth-right-image::after {
  content: "";
  position: absolute;
  inset: -10%;
  pointer-events: none;
  z-index: 1;
}

.auth-right-image::before {
  background:
    radial-gradient(circle at 14% 18%, rgba(255, 95, 109, 0.45) 0, rgba(255, 95, 109, 0) 38%),
    radial-gradient(circle at 86% 20%, rgba(255, 200, 87, 0.42) 0, rgba(255, 200, 87, 0) 34%),
    radial-gradient(circle at 24% 86%, rgba(34, 211, 238, 0.36) 0, rgba(34, 211, 238, 0) 44%),
    radial-gradient(circle at 82% 78%, rgba(129, 140, 248, 0.4) 0, rgba(129, 140, 248, 0) 39%);
  mix-blend-mode: screen;
  animation: auth-picasso-shift 18s ease-in-out infinite alternate;
}

.auth-right-image::after {
  background:
    linear-gradient(118deg, rgba(15, 23, 42, 0.05) 14%, rgba(255, 255, 255, 0) 44%),
    linear-gradient(308deg, rgba(30, 64, 175, 0.18) 8%, rgba(30, 64, 175, 0) 36%),
    repeating-linear-gradient(
      -18deg,
      rgba(255, 255, 255, 0.08) 0 14px,
      rgba(255, 255, 255, 0) 14px 30px
    );
  mix-blend-mode: soft-light;
  animation: auth-picasso-tilt 14s ease-in-out infinite alternate;
}

@keyframes auth-picasso-shift {
  0% {
    transform: translate3d(-2%, -1%, 0) scale(1.02);
    opacity: 0.78;
  }
  50% {
    transform: translate3d(1%, 2%, 0) scale(1.08);
    opacity: 0.95;
  }
  100% {
    transform: translate3d(2%, -2%, 0) scale(1.04);
    opacity: 0.86;
  }
}

@keyframes auth-picasso-tilt {
  0% {
    transform: rotate(-1deg) translateX(-1%);
    opacity: 0.5;
  }
  100% {
    transform: rotate(1deg) translateX(1%);
    opacity: 0.76;
  }
}

@keyframes auth-page-cubist-a {
  0% {
    transform: translate3d(-1%, 0, 0) rotate(-1deg) scale(1.01);
    opacity: 0.88;
  }
  100% {
    transform: translate3d(1%, -1%, 0) rotate(1deg) scale(1.05);
    opacity: 1;
  }
}

@keyframes auth-page-cubist-b {
  0% {
    transform: translate3d(1%, 1%, 0) rotate(0deg) scale(1.02);
    opacity: 0.78;
  }
  50% {
    transform: translate3d(-1%, 2%, 0) rotate(-1deg) scale(1.04);
    opacity: 0.92;
  }
  100% {
    transform: translate3d(2%, -1%, 0) rotate(1deg) scale(1.06);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .auth-wrapper::before,
  .auth-wrapper::after,
  .auth-right-image::before,
  .auth-right-image::after {
    animation: none;
  }
}

.auth-next {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 12px 26px rgba(16, 24, 40, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  pointer-events: none; /* purely decorative */
}

.auth-brand {
  display: flex;
  justify-content: center;
  margin-bottom: 0.75rem;
  text-align: center;
}

.auth-brand-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.auth-title {
  margin: 0 0 6px;
  font-size: 26px;
  font-weight: 700;
  color: #2563eb;
  letter-spacing: -0.02em;
  line-height: 1.25;
  text-align: center;
}

.auth-title + form {
  margin-top: 14px;
}

.auth-subtitle {
  margin: 0 0 14px;
  font-size: 13px;
  line-height: 1.45;
  color: #9ca3af;
  font-weight: 400;
  text-align: center;
}

.auth-subtitle:empty {
  display: none;
  margin: 0;
}

.auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 14px;
  color: #9ca3af;
  font-size: 12px;
  font-weight: 500;
  text-transform: lowercase;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #e5e7eb;
}

.auth-google-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 46px;
  border: 1px solid #e5e7eb !important;
  border-radius: 12px !important;
  background: #ffffff !important;
  color: #374151 !important;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: none !important;
}

.auth-google-btn:hover {
  background: #f9fafb !important;
  border-color: #d1d5db !important;
  color: #111827 !important;
}

.auth-google-btn--disabled,
.auth-google-btn:disabled {
  opacity: 0.55;
  cursor: not-allowed !important;
  pointer-events: none;
}

.auth-google-btn--disabled:hover,
.auth-google-btn:disabled:hover {
  background: #ffffff !important;
  border-color: #e5e7eb !important;
  color: #374151 !important;
}

.auth-google-btn__icon {
  flex-shrink: 0;
}

/* Visually hide only field labels inside .form-group (inputs use placeholders).
   Do not target all form labels — e.g. "Remember me" must stay visible. */
.auth-left form .form-group label {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.auth-left form .form-group {
  position: relative;
  margin-bottom: 16px;
}

.auth-left .form-control {
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: none;
  height: 48px;
  padding: 0 18px;
}

.auth-left .form-control:focus {
  outline: none;
  border-color: rgba(0, 194, 215, 0.85);
  box-shadow: 0 0 0 3px rgba(0, 194, 215, 0.18);
}

.auth-left .form-control::placeholder {
  color: #9ca3af;
  opacity: 1;
}

.auth-left .form-control:disabled {
  background: #f8fafc;
}

.auth-left .auth-forgot-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin: 10px 0 26px;
}

.auth-left .auth-remember-check {
  margin-bottom: 0;
  flex-shrink: 0;
}

.auth-left .auth-forgot-link {
  font-size: 13px;
  color: #94a3b8;
  text-decoration: none;
}

.auth-left .auth-forgot-link:hover {
  text-decoration: underline;
}

.auth-left .auth-submit {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  background: #00aeef;
  border: none !important;
  color: #fff !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.auth-left .auth-submit:hover {
  background: #0095c7;
}

.auth-left .auth-footer {
  margin: 26px 0 0;
  font-size: 13px;
  color: #9ca3af;
}

.auth-left .auth-footer a {
  color: #00aeef;
  font-weight: 700;
  text-decoration: none;
}

.auth-left .auth-footer a:hover {
  text-decoration: underline;
}

.auth-left .password-toggle-wrapper {
  position: relative;
}

.auth-left .password-toggle-wrapper .password-toggle-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

/* Verify email: grow card so the white panel does not scroll.
   Use grid (not flex) when height is auto: the right column is only a background
   image with no in-flow content; flex percentage heights collapsed and hid it. */
.auth-wrapper--verify .auth-card {
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 1fr);
  align-items: stretch;
  height: auto;
  min-height: min(760px, calc(100vh - 96px));
}

.auth-wrapper--verify .auth-left {
  flex: unset;
  width: auto;
  height: auto;
  align-self: stretch;
  overflow-x: hidden;
}

.auth-wrapper--verify .auth-right {
  flex: unset;
  width: auto;
  min-height: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
}

.auth-wrapper--verify .auth-right-image {
  flex: 1 1 auto;
  width: 100%;
  min-height: 0;
  height: 100%;
}

.auth-wrapper--verify .auth-left-inner {
  max-height: none;
  overflow: visible;
}

.auth-title--verify {
  font-size: 24px;
}

.auth-verify-hero-icon {
  font-size: 48px;
  color: #00aeef;
}

.auth-verify-step-circle {
  width: 60px;
  height: 60px;
}

.auth-verify-step-circle__icon {
  font-size: 24px;
}

.auth-verify-step-circle--1 {
  background: linear-gradient(145deg, #22d3ee 0%, #00aeef 100%);
}

.auth-verify-step-circle--2 {
  background: linear-gradient(145deg, #00aeef 0%, #0284c7 100%);
}

.auth-verify-step-circle--3 {
  background: linear-gradient(145deg, #0ea5e9 0%, #2563eb 100%);
}

.auth-verify-callout {
  border-radius: 12px;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 1.55;
}

.auth-verify-callout--pending {
  background: rgba(0, 174, 239, 0.1);
  border-color: rgba(0, 174, 239, 0.22);
  color: #0c4a6e;
}

.auth-verify-callout--pending strong {
  color: #075985;
}

.auth-verify-callout--sent {
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.28);
  color: #14532d;
}

.auth-verify-callout--sent strong {
  color: #166534;
}

.auth-wrapper--verify .step-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
  border-radius: 12px;
}

.auth-wrapper--verify .step-card .step-icon {
  transition: transform 0.3s ease;
}

.auth-wrapper--verify .step-card:hover .step-icon {
  transform: scale(1.06);
}

.auth-wrapper--verify .gradient-button {
  background: linear-gradient(90deg, #00aeef 0%, #2563eb 50%, #00aeef 100%);
  background-size: 200% 100%;
  color: #fff !important;
  border: none !important;
  transition: background-position 0.45s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.auth-wrapper--verify .auth-left .auth-verify-submit.gradient-button {
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.01em;
  line-height: 1.25;
  height: auto;
  min-height: 52px;
  background: linear-gradient(90deg, #00aeef 0%, #2563eb 50%, #00aeef 100%);
  background-size: 200% 100%;
}

.auth-wrapper--verify .auth-left .auth-verify-submit.gradient-button:hover {
  background: linear-gradient(90deg, #0095c7 0%, #1d4ed8 50%, #0095c7 100%);
  background-size: 200% 100%;
  color: #fff !important;
  filter: brightness(1.02);
}

.auth-wrapper--verify .auth-left .auth-verify-submit.gradient-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 174, 239, 0.35);
}

@media (max-width: 991.98px) {
  .auth-wrapper {
    min-height: 100dvh;
    align-items: center;
    justify-content: center;
    padding: 20px 14px;
  }
  .auth-card {
    border-radius: 26px;
    height: auto;
    min-height: 0;
    width: 100%;
    max-width: 100%;
    box-shadow: 0 16px 36px rgba(16, 24, 40, 0.08);
  }
  .auth-left {
    flex: 1 1 100%;
    padding: 32px 18px 26px;
    align-items: center;
    justify-content: center;
  }
  .auth-left-inner {
    max-height: none;
    overflow: visible;
    max-width: 100%;
    width: 100%;
  }
  .auth-right {
    display: none;
  }

  .auth-wrapper--verify .auth-card {
    display: flex;
    flex-direction: column;
    grid-template-columns: none;
    min-height: 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .auth-wrapper {
    min-height: 100dvh;
    align-items: center;
    justify-content: center;
    padding: 20px 18px;
  }

  .auth-card {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    border-radius: 30px;
  }

  .auth-left {
    padding: 42px 36px;
    align-items: center;
    justify-content: center;
  }

  .auth-left-inner {
    max-width: 100%;
    width: 100%;
  }

  .auth-title {
    font-size: 28px;
    margin-bottom: 8px;
  }
}
