

/* Start:/local/templates/unmissedtrip/components/bitrix/system.auth.authorize/app/style.css?17747067303078*/
.auth-page {
  padding: 36px 0 24px;
}

.auth-card {
  width: min(560px, 100%);
  margin: 0 auto;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--surface);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.auth-eyebrow {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.auth-title {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  line-height: 1.05;
  letter-spacing: -0.03em;
}

.auth-subtitle {
  margin: 12px 0 22px;
  color: var(--muted);
  line-height: 1.55;
}

.auth-message .errortext,
.auth-message .notetext {
  margin: 0 0 14px;
  padding: 11px 14px;
  border-radius: 12px;
  font-size: 0.92rem;
  line-height: 1.45;
}

.auth-message .errortext {
  background: #ffe8ea;
  border: 1px solid #ffcfd4;
  color: #9f2c3a;
}

.auth-message .notetext {
  background: #e4f3ff;
  border: 1px solid #c8e5ff;
  color: #145694;
}

.auth-form {
  display: grid;
  gap: 16px;
}

.auth-field {
  display: grid;
  gap: 8px;
}

.auth-label {
  font-size: 0.88rem;
  color: var(--muted);
}

.auth-password-wrap {
  position: relative;
}

.auth-input {
  width: 100%;
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  color: var(--text);
  font: inherit;
  padding: 0 16px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.auth-input::placeholder {
  color: #86a2bf;
}

.auth-input:focus {
  border-color: rgba(47, 137, 217, 0.5);
  box-shadow: 0 0 0 3px rgba(47, 137, 217, 0.16);
  background: #fff;
}

.bx-auth-secure {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 22px;
  align-items: center;
  justify-content: center;
}

.bx-auth-secure-icon {
  width: 100%;
  height: 100%;
  background: url("/local/templates/unmissedtrip/components/bitrix/system.auth.authorize/app/images/sec.png") no-repeat center/contain;
}

.bx-auth-secure-unlock {
  background-image: url("/local/templates/unmissedtrip/components/bitrix/system.auth.authorize/app/images/sec-unlocked.png");
}

.auth-remember {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--muted);
  font-size: 0.9rem;
  cursor: pointer;
}

.auth-remember input {
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: var(--accent);
}

.auth-submit {
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent-dark), var(--accent));
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.auth-submit:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.auth-submit:active {
  transform: translateY(0);
}

.auth-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
}

.auth-links a {
  color: var(--accent-dark);
  font-weight: 600;
  font-size: 0.92rem;
  transition: opacity 0.2s ease;
}

.auth-links a:hover {
  opacity: 0.8;
}

@media (max-width: 720px) {
  .auth-page {
    padding-top: 22px;
  }

  .auth-card {
    padding: 22px 16px;
  }
}

/* End */
/* /local/templates/unmissedtrip/components/bitrix/system.auth.authorize/app/style.css?17747067303078 */
