*:focus {
  outline: none;
  box-shadow: none;
}

input {
  font-family: Archivo !important;
}

.customer .field {
  margin: 27px 0 0 0 !important;
}

.customer .field input {
  border-radius: 0 !important;
  padding: 14px 16px 0 !important;
  height: 60px;
  box-shadow: 0 0 0px 1000px #fff8f0 inset !important;
  border: 1px solid black !important;

  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.02em;
}

.customer select {
  height: 60px;
  border-radius: 0;
  padding: 0 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.02em;
}

.customer .field label {
  top: 17px;
  left: 16px;
  font-size: 18px;
}

.customer .field input:not(:placeholder-shown) ~ label,
.customer .field input:focus ~ label,
.customer .field.on_focus label {
  font-size: 11.5px;
  color: #a1a1a1;
}

.customer button {
  margin: 27px 0 39px !important;
  border-radius: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none !important;
  transition: background-color 0.3s ease-in-out;
}

.customer button:hover {
  background-color: #363636;
}

.customer a {
  color: #a00000 !important;
  font-size: 18px;
  text-underline-offset: 30%;
}

.customer.login,
.customer.text-center,
.customer.reset-password {
  max-width: 500px !important;
}

.customer.login {
  margin-top: 90px !important;
}

.customer.text-center {
  margin-top: 110px !important;
}

.customer.reset-password {
  margin-top: 100px !important;
}

.customer.login h1,
.customer.text-center h1,
.customer.reset-password h1 {
  font-weight: 400;
  font-size: 32px !important;
  line-height: 39px !important;
  letter-spacing: 0.02em !important;
  text-align: center;
  margin-bottom: 20px !important;
}

.customer.login button,
.customer.text-center button,
.customer.reset-password button {
  width: 100%;
}

.customer.login p,
.customer.text-center p,
.customer.reset-password p {
  margin: 40px 0 60px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.customer.login .h3 {
  display: none;
}

.customer.login .tab-wrapper {
  background-color: transparent !important;
  border-radius: 0;
  gap: 0;
  margin: 0 0 16px 0 !important;
}

.customer.login .tab-wrapper * {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.customer.login .tab-wrapper .tab-label {
  font-weight: 400;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0.02em;
  border-bottom: 1.6px solid #d2d2d2;
}

.customer.login .tab-wrapper input[type="radio"]:checked + .tab-label {
  background-color: transparent;
  border-bottom: 1.6px solid black;
}

.customer.login #register-tos {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
  white-space: pre-line;
}

.customer.text-center .profile-img {
  display: none;
}

.customer.text-center h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  letter-spacing: 0.02em;
  margin-bottom: 40px !important;
}

.customer.text-center #login-link {
  display: none !important;
}

.customer.text-center .light.mb-2 {
  margin-bottom: 20px !important;
  opacity: 1;
}

.customer.text-center small {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
}

.customer input[type="submit"].button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 205px;
  height: 60px;
  border-radius: 0;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  box-shadow: none;
  transition: background-color 0.3s ease-in-out;
}

.customer input[type="submit"].button:hover {
  background-color: #363636;
}

.customer:not(.account, .order) h2.form__message {
  display: none;
}

.customer.login .note.form-success.form__message {
  text-align: center;
  justify-content: center;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border-radius: 0;
}

input[type="checkbox"]:checked {
  background: black;
  accent-color: black;
}

.pea-project__input-date input::-webkit-date-and-time-value {
  text-align: left;
}

.pea-project__input-date-placeholder {
  position: absolute;
  left: 3px;
  background: #fff8f0;
  font-size: 18px;
  padding: 0 13px;
  bottom: 6px;
  text-align: left;
}

.pea-project__input-date:not(.empty) > .pea-project__input-date-placeholder {
  display: none;
}

/* pea project RWD */
@media screen and (max-width: 1200px) {
  .customer .field input {
    height: 54px;
    font-size: 16px;
    padding: 16px 13px 0 !important;
  }

  .customer .field label {
    top: 16px;
    left: 13px;
    font-size: 16px;
  }

  .customer select {
    height: 54px;
    font-size: 16px;
    padding: 0 13px;
  }

  .customer input[type="submit"].button {
    width: 160px;
    height: 40px;
    font-size: 16px;
    padding: 0;
  }

  .customer a {
    font-size: 16px;
  }
}

@media screen and (min-width: 801px) {
  .customer.login #register-tos br {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .customer.login h1,
  .customer.text-center h1,
  .customer.reset-password h1,
  .customer.text-center h2 {
    font-size: 20px !important;
    margin-bottom: 8px !important;
  }

  .customer.text-center small {
    font-size: 14px;
  }

  .customer.login .tab-wrapper {
    margin: 0 0 20px 0 !important;
  }

  .customer.login .tab-wrapper .tab-label {
    font-size: 16px;
    line-height: 40px;
  }

  .tab-wrapper .tab-label {
    min-width: 120px !important;
  }

  .customer:not(.account, .order) {
    padding: 0 20px !important;
  }

  .customer .field input {
    height: 50px;
    font-size: 14px;
    padding: 14px 12px 0 !important;
  }

  .customer .field label {
    top: 15px;
    left: 13px;
    font-size: 14px;
  }

  .customer button {
    margin: 15px 0 28px !important;
  }

  .customer.login #register-tos {
    font-size: 14px;
    line-height: 1.4;
  }

  .note {
    font-size: 14px;
  }

  .customer.login p,
  .customer.text-center p,
  .customer.reset-password p {
    font-size: 14px;
  }

  .customer .field {
    margin: 15px 0 0 0 !important;
  }

  .customer a {
    font-size: 14px;
  }

  .customer.login p,
  .customer.text-center p,
  .customer.reset-password p {
    margin: 6px 0 48px;
  }

  .mb-2 {
    margin-bottom: 5px !important;
  }

  .customer input[type="submit"].button {
    width: 100px;
    height: 30px;
    font-size: 14px;
    padding: 0;
    margin-top: 12px;
    min-width: unset;
    min-height: unset;
  }

  .customer a {
    font-size: 14px;
  }

  input[type="checkbox"] {
    width: 15px;
    height: 15px;
  }

  .pea-project__input-date-placeholder {
    font-size: 14px;
    bottom: 5px;
    padding: 0 11px;
  }
}
