html,
body.auth-body,
.app {
  height: 100%;
  margin: 0;
}

body.auth-body {
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  background: #0f172a;
  color: #0f172a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.auth {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #0f172a;
}
.auth label,
.auth p,
.auth a,
.auth h1,
.auth h2,
.auth h3,
.auth h4,
.auth h5,
.auth h6 {
  color: #0f172a;
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-weight: 500;
}
.auth a {
  color: #7c3aed;
  font-size: 13px;
}
.auth label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #334155;
  margin-bottom: 0.4rem;
  letter-spacing: 0.01em;
}
.auth .form-group {
  margin-bottom: 1.1rem;
  position: relative;
}
.auth p {
  font-size: 15px;
}
.auth .btn-eye {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  border-radius: 10px;
  color: #94a3b8;
  z-index: 2;
}
.auth .btn-eye:hover, .auth .btn-eye:focus {
  background-color: #f1f5f9;
  color: #0f172a;
  outline: none;
  box-shadow: none;
}
.auth.auth__form-left .auth__image {
  order: 2;
}
.auth.auth__form-left .auth__form {
  order: 1;
}
.auth.auth__form-left .auth__logo-form {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.auth.auth__form-left .auth__title {
  text-align: center;
  margin-bottom: 3rem;
}

.auth__logo-form {
  max-width: 300px;
}

.auth__image {
  flex: 1;
  background-color: #312e81;
  background-image: radial-gradient(900px 480px at 12% 8%, rgba(167, 139, 250, 0.45), transparent 58%), radial-gradient(720px 420px at 92% 92%, rgba(56, 189, 248, 0.16), transparent 52%), linear-gradient(165deg, #1e1b4b 0%, #312e81 45%, #5b21b6 100%);
  height: 100%;
  position: relative;
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.25rem 2.5rem 2rem;
}

.auth__image-wash,
.auth__grid,
.auth__orb {
  position: absolute;
  pointer-events: none;
}

.auth__image-wash {
  inset: 0;
  background: linear-gradient(165deg, rgba(30, 27, 75, 0.2) 0%, rgba(91, 33, 182, 0.12) 100%);
  z-index: 0;
}

.auth__grid {
  inset: 0;
  z-index: 0;
  opacity: 0.18;
  background-image: linear-gradient(rgba(255, 255, 255, 0.18) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.18) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(ellipse at center, #000 35%, transparent 78%);
}

.auth__orb {
  border-radius: 50%;
  filter: blur(8px);
  z-index: 0;
}
.auth__orb--1 {
  width: 280px;
  height: 280px;
  right: -60px;
  top: -50px;
  background: rgba(244, 114, 182, 0.28);
  animation: auth-float 12s ease-in-out infinite;
}
.auth__orb--2 {
  width: 220px;
  height: 220px;
  left: -70px;
  bottom: 12%;
  background: rgba(125, 211, 252, 0.22);
  animation: auth-float 15s ease-in-out infinite reverse;
}

.auth__logo {
  position: relative;
  max-width: 92px;
  max-height: 64px;
  width: auto;
  height: auto;
  object-fit: contain;
  z-index: 2;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}
.auth__logo.top-left, .auth__logo.top-right, .auth__logo.bottom-left, .auth__logo.bottom-right {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}

.auth__image-copy {
  position: relative;
  z-index: 2;
  max-width: 520px;
  color: #fff;
  margin-top: 2.5rem;
  animation: auth-rise 0.7s ease both;
}

.auth .auth__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.auth__image-copy h2 {
  color: #fff !important;
  font-size: clamp(1.7rem, 2.4vw, 2.35rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin: 1rem 0 0.75rem;
}

.auth__image-copy p,
.auth__image-copy span,
.auth__image-copy li {
  color: rgba(255, 255, 255, 0.82) !important;
}

.auth__image-copy > p {
  font-size: 0.98rem;
  line-height: 1.6;
  max-width: 440px;
  margin-bottom: 1.25rem;
}

.auth__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.65rem;
}

.auth__features li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.92rem;
  font-weight: 500;
}

.auth .auth__check {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.auth__image-visual {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  margin-top: 1.25rem;
}

.auth__image-visual img,
.auth__bg-art {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 40px rgba(0, 0, 0, 0.28));
  animation: auth-rise 0.85s ease 0.08s both;
}

.auth__form {
  height: 100%;
  width: min(42%, 520px);
  min-width: 380px;
  background-color: #fff;
  padding: 2.5rem 3rem;
  display: flex;
  align-items: center;
  box-shadow: -24px 0 60px rgba(15, 23, 42, 0.18);
  position: relative;
  z-index: 2;
  overflow-y: auto;
}
.auth__form form {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  animation: auth-rise 0.65s ease both;
}

.auth__form-brand {
  display: none;
  margin-bottom: 1.5rem;
}

.auth__form-logo {
  max-height: 48px;
  max-width: 160px;
  object-fit: contain;
}

.auth__title {
  font-size: 1.75rem;
  color: #0f172a;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 0.5rem;
  letter-spacing: -0.03em;
  text-transform: none;
}

.auth__title span {
  display: block;
  color: #7c3aed;
  font-weight: 800;
}

.text-login {
  color: #64748b !important;
  font-size: 0.92rem !important;
  line-height: 1.55;
  margin-bottom: 1.75rem !important;
}

.auth__alert {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.75rem 0.85rem;
  margin-bottom: 1.15rem;
  border-radius: 12px;
  background: #fef2f2;
  border: 1px solid #fecaca;
  color: #991b1b;
  font-size: 13px;
  line-height: 1.4;
}

.auth__input-wrap {
  position: relative;
}

.auth__input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  display: inline-flex;
  pointer-events: none;
  z-index: 1;
}

.auth .form-control {
  height: 48px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  background: #f8fafc;
  padding: 0.5rem 0.95rem 0.5rem 2.6rem;
  font-size: 14.5px;
  color: #0f172a;
  box-shadow: none;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
.auth .form-control::placeholder {
  color: #94a3b8;
}
.auth .form-control:hover {
  border-color: #cbd5e1;
  background: #fff;
}
.auth .form-control:focus {
  border-color: #c4b5fd;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.16);
  outline: none;
}
.auth .form-control.is-invalid {
  border-color: #fca5a5;
  background: #fff;
}

.auth .input-password {
  padding-right: 3rem;
}

.auth .invalid-feedback {
  display: block;
  font-size: 12.5px;
  margin-top: 0.35rem;
}

.auth .btn-signin {
  height: 48px;
  width: 100%;
  border: none;
  border-radius: 12px;
  background: linear-gradient(180deg, #8b5cf6 0%, #7c3aed 100%);
  font-family: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  box-shadow: 0 10px 22px rgba(124, 58, 237, 0.32);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
}
.auth .btn-signin svg {
  flex-shrink: 0;
}
.auth .btn-signin:hover, .auth .btn-signin:focus {
  color: #fff;
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(124, 58, 237, 0.4);
}
.auth .btn-signin:active {
  transform: translateY(0);
}
.auth .btn-signin.is-loading {
  pointer-events: none;
  opacity: 0.85;
}

.auth__footer {
  margin-top: 2rem;
  text-align: center;
  color: #94a3b8 !important;
  font-size: 12px !important;
}

.auth__bg {
  object-fit: cover;
  height: 100%;
}

.auth__social {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.auth__social a {
  width: 34px;
  height: 34px;
  margin: 0 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7c3aed;
  border-radius: 50%;
  color: #fff;
  transition: all 0.15s linear;
}
.auth__social a:hover {
  text-decoration: none;
  background-color: rgb(33.4774281806%, 7.1737346101%, 78.5125398997%);
}

@keyframes auth-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes auth-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(18px);
  }
}
@media (prefers-reduced-motion: reduce) {
  .auth__orb,
  .auth__form form,
  .auth__image-copy,
  .auth__image-visual img {
    animation: none !important;
  }
}
@media (max-width: 1100px) {
  .auth__form {
    width: 46%;
    min-width: 340px;
    padding: 2rem 1.75rem;
  }
  .auth__image {
    padding: 1.75rem;
  }
  .auth__image-copy h2 {
    font-size: 1.6rem;
  }
}
@media (max-height: 780px) {
  .auth__image-copy > p,
  .auth__features {
    display: none;
  }
  .auth__image-copy {
    margin-top: 1rem;
  }
  .auth__image-copy h2 {
    font-size: 1.45rem;
    margin-bottom: 0;
  }
}
@media (max-width: 800px) {
  .auth {
    flex-direction: column;
    position: relative;
    min-height: 100vh;
    overflow: auto;
  }
  .auth__image {
    display: none !important;
  }
  .auth__form-brand {
    display: block;
  }
  .auth__form {
    padding: 2rem 1.35rem 1.5rem;
    min-height: 100vh;
    overflow-y: auto;
    max-width: 100%;
    width: 100%;
    min-width: 0;
    box-shadow: none;
    align-items: flex-start;
  }
  .auth__logo-form {
    display: block;
  }
  .auth__title {
    font-size: 1.5rem;
  }
}

/*# sourceMappingURL=auth.css.map */
