.hotels-vendor-auth-page,
.hotels-vendor-auth-page *:not(i):not(.fa):not(.fas):not(.far):not(.fal):not(.fab) {
  box-sizing: border-box;
  font-family: var(--site-font-family, "Inter", Arial, Helvetica, sans-serif) !important;
  letter-spacing: 0;
}

.hotels-vendor-auth-page {
  --auth-ink: #090e3f;
  --auth-muted: #4d5167;
  --auth-line: #d7dce8;
  background: #fff;
  color: var(--auth-ink);
  padding-top: 184px;
}

.hotels-vendor-auth-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: min(80vw, 1360px);
  min-height: 250px;
  margin: 0 auto 28px;
  overflow: hidden;
  padding: 36px 40px;
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .44) 52%, rgba(0, 0, 0, .12)),
    var(--hotels-vendor-auth-hero-image) center / cover no-repeat;
  color: #fff;
}

.hotels-vendor-auth-hero-copy {
  width: min(760px, 72%);
}

.hotels-vendor-auth-hero-copy span,
.hotels-vendor-auth-eyebrow,
.hotels-vendor-auth-panel > span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-bottom: 12px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.hotels-vendor-auth-hero-copy span {
  border: 1px solid rgba(255, 255, 255, .45);
  background: rgba(255, 255, 255, .13);
  color: #fff;
}

.hotels-vendor-auth-hero h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 900;
}

.hotels-vendor-auth-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 15px;
  line-height: 1.45;
}

.hotels-vendor-auth-section {
  padding: 0 0 54px;
}

.hotels-vendor-auth-shell {
  display: grid;
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  width: min(80vw, 1360px);
  margin: 0 auto;
}

.hotels-vendor-auth-shell--login {
  width: min(80vw, 1040px);
}

.hotels-vendor-auth-panel,
.hotels-vendor-auth-card {
  border: 1px solid var(--auth-line);
  border-radius: 16px;
  box-shadow: 0 14px 28px rgba(9, 14, 63, .06);
}

.hotels-vendor-auth-panel {
  position: sticky;
  top: 122px;
  padding: 24px;
  background: #080D3F;
  color: #fff;
}

.hotels-vendor-auth-panel > span {
  border: 1px solid rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .1);
  color: #fff;
}

.hotels-vendor-auth-panel h2 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 24px;
  line-height: 1.16;
  font-weight: 900;
}

.hotels-vendor-auth-panel ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hotels-vendor-auth-panel li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.hotels-vendor-auth-panel li i {
  margin-top: 3px;
  color: #fff;
}

.hotels-vendor-auth-card {
  padding: 24px;
  background: #fff;
}

.hotels-vendor-auth-eyebrow {
  border: 1px solid var(--auth-line);
  background: #fff;
  color: var(--auth-ink);
}

.hotels-vendor-auth-card h2 {
  margin: 0 0 8px;
  color: var(--auth-ink);
  font-size: 26px;
  line-height: 1.15;
  font-weight: 900;
}

.hotels-vendor-auth-card > p {
  margin: 0 0 22px;
  color: var(--auth-muted);
  font-size: 14px;
  line-height: 1.55;
}

.hotels-vendor-auth-alert {
  margin-bottom: 18px;
  padding: 13px 14px;
  border: 1px solid #f4c7c7;
  border-radius: 10px;
  background: #fff2f2;
  color: #8b1f1f;
  font-size: 13px;
  font-weight: 700;
}

.hotels-vendor-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hotels-vendor-auth-field {
  display: grid;
  gap: 8px;
  margin-bottom: 16px;
}

.hotels-vendor-auth-grid .hotels-vendor-auth-field {
  margin-bottom: 0;
}

.hotels-vendor-auth-field--wide {
  grid-column: 1 / -1;
}

.hotels-vendor-auth-field label {
  margin: 0;
  color: var(--auth-ink);
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
}

.hotels-vendor-auth-input {
  position: relative;
}

.hotels-vendor-auth-input input,
.hotels-vendor-auth-input select,
.hotels-vendor-auth-file {
  width: 100% !important;
  min-height: 50px;
  padding: 0 44px 0 14px !important;
  border: 1px solid #8d91a3 !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--auth-ink) !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  box-shadow: none !important;
  outline: 0 !important;
  transition: border-color .18s ease, box-shadow .18s ease;
}

.hotels-vendor-auth-file {
  display: flex;
  align-items: center;
  padding: 12px 14px !important;
  line-height: 1.2;
}

.hotels-vendor-auth-input input::placeholder {
  color: #686d7e;
  font-size: 13px;
  font-weight: 650;
  opacity: 1;
}

.hotels-vendor-auth-input input:focus,
.hotels-vendor-auth-input select:focus,
.hotels-vendor-auth-file:focus {
  border-color: #080D3F !important;
  box-shadow: 0 0 0 3px rgba(8, 13, 63, .1) !important;
}

.hotels-vendor-auth-input i {
  position: absolute;
  top: 17px;
  right: 14px;
  color: var(--auth-ink);
  font-size: 15px;
}

.hotels-vendor-auth-field small {
  color: var(--auth-muted);
  font-size: 12px;
  line-height: 1.35;
}

.hotels-vendor-auth-field p,
.hotels-vendor-auth-captcha p {
  margin: 3px 0 0;
  color: #c92828;
  font-size: 12px;
  font-weight: 700;
}

.hotels-vendor-auth-captcha {
  margin-top: 18px;
}

.hotels-vendor-auth-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 20px;
}

.hotels-vendor-auth-actions button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #080D3F !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.hotels-vendor-auth-actions a {
  color: #1668e3;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .hotels-vendor-auth-hero,
  .hotels-vendor-auth-shell,
  .hotels-vendor-auth-shell--login {
    width: min(92vw, 960px);
  }

  .hotels-vendor-auth-shell {
    grid-template-columns: 1fr;
  }

  .hotels-vendor-auth-panel {
    position: static;
  }
}

@media (max-width: 767px) {
  .hotels-vendor-auth-page {
    padding-top: 92px;
  }

  .hotels-vendor-auth-hero,
  .hotels-vendor-auth-shell,
  .hotels-vendor-auth-shell--login {
    width: calc(100% - 22px);
  }

  .hotels-vendor-auth-hero {
    min-height: 230px;
    padding: 24px;
  }

  .hotels-vendor-auth-hero-copy {
    width: 100%;
  }

  .hotels-vendor-auth-card,
  .hotels-vendor-auth-panel {
    padding: 18px;
  }

  .hotels-vendor-auth-grid {
    grid-template-columns: 1fr;
  }

  .hotels-vendor-auth-actions,
  .hotels-vendor-auth-actions button {
    width: 100%;
  }
}

/* Refined type scale for partner login and registration forms. */
.hotels-vendor-auth-page {
  --auth-text-xs: 13px;
  --auth-text-sm: 14px;
  --auth-text-md: 15px;
  --auth-text-lg: 16px;
  --auth-title-sm: 24px;
  --auth-title-md: 30px;
}

.hotels-vendor-auth-hero-copy span,
.hotels-vendor-auth-eyebrow,
.hotels-vendor-auth-panel > span,
.hotels-vendor-auth-field label,
.hotels-vendor-auth-actions a {
  font-size: var(--auth-text-sm) !important;
}

.hotels-vendor-auth-hero p,
.hotels-vendor-auth-card > p,
.hotels-vendor-auth-panel li,
.hotels-vendor-auth-input input,
.hotels-vendor-auth-input select,
.hotels-vendor-auth-file,
.hotels-vendor-auth-input input::placeholder,
.hotels-vendor-auth-field small {
  font-size: var(--auth-text-md) !important;
}

.hotels-vendor-auth-actions button {
  font-size: var(--auth-text-lg) !important;
}

.hotels-vendor-auth-panel h2 {
  font-size: var(--auth-title-sm) !important;
}

.hotels-vendor-auth-card h2 {
  font-size: var(--auth-title-md) !important;
}
