@font-face {
  font-family: "Amazon Ember";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://m.media-amazon.com/images/S/sash/pDxWAF1pBB0dzGB.woff2") format("woff2");
}

@font-face {
  font-family: "Amazon Ember";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://m.media-amazon.com/images/S/sash/KFPk-9IF4FqAqY-.woff2") format("woff2");
}

:root {
  color-scheme: light;
  font-family: "Amazon Ember", Arial, sans-serif;
  color: #0f1111;
  background: #eaeded;
}

* {
  box-sizing: border-box;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: #0f1111;
  font-family: "Amazon Ember", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

a {
  color: #2162a1;
  text-decoration: none;
}

a:hover {
  color: #c45500;
  text-decoration: underline;
}

.page {
  width: min(100%, 440px);
  min-height: 100vh;
  margin: 0 auto;
  background: #fff;
}

.amazon-header {
  display: flex;
  align-items: flex-start;
  height: 48px;
  background: #232f3e;
}

.amazon-logo {
  display: block;
  width: 80px;
  height: 28px;
  margin: 13px 0 0 12px;
  background-image: url("123/Amazon Sign-In_files/new-nav-sprite-global-1x_blueheaven-privacy._CB779569577_.png");
  background-position: -185px -236px;
  background-repeat: no-repeat;
}

.amazon-logo:hover {
  text-decoration: none;
}

main {
  padding: 12px 14px 0;
}

.card {
  margin: 0;
  padding: 0;
}

h1 {
  margin: 0 0 16px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.page-error {
  display: grid;
  gap: 4px;
  min-height: 79px;
  margin: 0 0 12px;
  padding: 13px 17px;
  border: 2px solid #c10015;
  border-left-width: 12px;
  border-radius: 8px;
  color: #0f1111;
  font-size: 16px;
  line-height: 20px;
}

.page-error[hidden] {
  display: none;
}

.page-error strong {
  font-size: 18px;
  line-height: 22px;
}

.account-summary {
  display: flex;
  align-items: baseline;
  margin: -12px 0 11px;
  font-size: 16px;
  line-height: 20px;
}

.account-summary[hidden] {
  display: none;
}

#changeAccountButton {
  margin: 0 0 0 4px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2162a1;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
}

.fields {
  display: block;
}

label {
  position: relative;
  display: block;
  margin: 0;
  color: #0f1111;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

label[hidden] {
  display: none;
}

input {
  display: block;
  width: 100%;
  height: 42px;
  margin-top: 5px;
  padding: 11px 15px;
  border: 1px solid #888c8c;
  border-radius: 8px;
  background: #fff;
  color: #0f1111;
  font: 400 16px/16px "Amazon Ember", Arial, sans-serif;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(15, 17, 17, .08);
}

input:focus {
  border-color: #007185;
  outline: 3px solid #c8f3fa;
  outline-offset: 1px;
}

input:disabled {
  background: #fff;
  color: #565959;
  cursor: not-allowed;
}

button {
  font-family: inherit;
}

#confirmButton {
  width: 100%;
  height: 44px;
  margin-top: 37px;
  padding: 11px 15px;
  border: 1px solid #ffd814;
  border-radius: 100px;
  background: #ffd814;
  color: #0f1111;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  box-shadow: none;
}

#confirmButton:hover:not(:disabled) {
  border-color: #f7ca00;
  background: #f7ca00;
}

#confirmButton:focus-visible {
  outline: 3px solid #c8f3fa;
  outline-offset: 2px;
}

button:disabled {
  cursor: not-allowed;
}

#confirmButton:disabled {
  opacity: 1;
}

#confirmButton.is-submitting {
  border-color: #d5d9d9;
  background: #f0f2f2;
  color: #565959;
  cursor: not-allowed;
}

.field-error {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
  color: #c10015;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
}

.field-error[hidden] {
  display: none;
}

.error-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 50%;
  background: #c10015;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.fields.has-error label[data-error="true"] input {
  border-color: #c10015;
  box-shadow: 0 0 0 1px #c10015 inset;
}

.fields.has-error label[data-error="true"] input:focus {
  border-color: #c10015;
  outline-color: rgba(193, 0, 21, .2);
}

.clear-input-button {
  position: absolute;
  top: 40px;
  right: 8px;
  display: none;
  width: 18px;
  height: 18px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0f1111;
  cursor: pointer;
  font-size: 28px;
  font-weight: 200;
  line-height: 15px;
}

.fields.has-error label[data-error="true"] .clear-input-button {
  display: block;
}

.password-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.password-options[hidden] {
  display: none;
}

.show-password-option {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
}

.show-password-option input {
  width: 23px;
  height: 23px;
  margin: 0;
  padding: 0;
  accent-color: #2162a1;
  box-shadow: none;
  cursor: pointer;
}

.terms {
  margin: 16px 0 13px;
  font-size: 13px;
  line-height: 16.7px;
}

.help-link {
  display: inline-block;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
}

.business {
  display: grid;
  gap: 4px;
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid #d5d9d9;
  font-size: 16px;
  line-height: 20px;
}

.business strong {
  font-size: 16px;
}

.session-tools {
  height: 28px;
  margin-top: 13px;
  visibility: hidden;
}

.status {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 20px;
  color: #565959;
  font-size: 13px;
  line-height: 17px;
}

.status[data-state="active"] {
  color: #067d62;
}

.status[data-state="error"] {
  color: #b12704;
}

.spinner {
  width: 14px;
  height: 14px;
  flex: 0 0 auto;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spin .7s linear infinite;
}

.spinner[hidden] {
  display: none;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#releaseButton {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #2162a1;
  cursor: pointer;
  font-size: 13px;
  line-height: 17px;
}

#releaseButton:hover:not(:disabled) {
  color: #c45500;
  text-decoration: underline;
}

.amazon-footer {
  min-height: 187px;
  padding: 28px 0 35px;
  background: #0d141e;
  color: #ccc;
  text-align: center;
}

.locale {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  margin: 0 0 13px;
  color: #ccc;
  font-size: 14px;
  line-height: 18px;
  transform: translateX(-4px);
}

.locale span {
  display: inline-flex;
  align-items: center;
}

.locale span + span {
  margin-left: 36px;
}

.globe-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background-image: url("vqXWsNPg$9994Pg.png");
  background-position: -77px -24px;
  background-repeat: no-repeat;
  background-size: 193.5px 295px;
}

.us-flag {
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 7px;
  background-image: url("vqXWsNPg$9994Pg.png");
  background-position: -54px -108px;
  background-repeat: no-repeat;
  background-size: 193.5px 295px;
}

.amazon-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0;
  font-size: 11px;
  line-height: 15px;
}

.amazon-footer nav a {
  padding: 0 8px;
  color: #ccc;
}

.amazon-footer nav a:last-child {
  flex-basis: 100%;
}

.footer-break {
  display: none;
}

.amazon-footer p {
  margin: 5px 0 0;
  color: #ccc;
  font-size: 11px;
  line-height: 15px;
}

.page[data-step="password"] main {
  padding: 13px 20px 0;
}

.page[data-step="password"] h1 {
  margin-bottom: 16px;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}

.page[data-step="password"] #usernameField,
.page[data-step="password"] #otpField,
.page[data-step="password"] .terms,
.page[data-step="password"] .help-link,
.page[data-step="password"] .business {
  display: none;
}

.page[data-step="password"] #passwordField {
  font-size: 16px;
  line-height: 20px;
}

.page[data-step="password"] #passwordField input {
  height: 44px;
  border-radius: 0;
}

.page[data-step="password"] #confirmButton {
  margin-top: 34px;
}

.page[data-step="password"] .session-tools {
  height: 0;
  margin: 13px 0 0;
}

.page[data-step="password"] .amazon-footer {
  min-height: 185px;
  padding-top: 28px;
}

.page[data-step="password"] .footer-break {
  display: block;
  flex-basis: 100%;
}

.page[data-step="password"] .amazon-footer nav a:last-child {
  flex-basis: auto;
}

@media (min-width: 441px) {
  .page {
    min-height: auto;
  }
}
