@font-face {
  font-family: "Gibson";
  src: url("/fonts/Gibson-Medium.otf") format("truetype");
}
html.redesign.redesign-checkout-users {
  background: linear-gradient(to bottom, blue 0, blue 280px, white 280px, white 95%, black 95%, black 100%);
}
html.redesign.redesign-checkout-users body.users div#view {
  margin-top: 50px;
}
html.redesign.redesign-checkout-users body.users div#view div#content form {
  border: none;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol h4 {
  margin-top: 15px !important;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol h4.password-reqs {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: black;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li.password {
  position: relative;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li.password span.testresult {
  position: absolute;
  top: 40px;
  margin: 0 !important;
  margin-left: 10px;
  height: auto;
  display: flex;
  background: none;
  padding: 0;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li.password span.testresult.badPass span {
  color: red;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li.password span.testresult.strongPass span {
  color: green;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li.password span.testresult span {
  background: none;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li {
  display: flex;
  align-items: center;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li label {
  padding-top: 0;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li label::after {
  top: 0.3rem;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li span.field_error {
  font-family: "Poppins", sans-serif;
  color: red;
  background: none;
  line-height: unset;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li label {
  font-family: "Poppins", sans-serif;
  color: black;
  font-weight: normal;
  font-size: 14px;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li input {
  font-family: "Poppins", sans-serif;
  color: black;
  font-size: 14px;
  border-radius: 0;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li.actions {
  font-family: "Poppins", sans-serif;
  color: black;
  font-size: 14px;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li.actions p {
  margin: 0;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li.actions a {
  font-family: "Poppins", sans-serif;
  color: blue;
  font-size: 14px;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li.actions a:hover {
  color: rgba(0, 0, 255, 0.5);
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li.actions input {
  background: blue;
  color: white;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
}
html.redesign.redesign-checkout-users body.users div#view div#content form ol li.actions input + a {
  margin-left: 10px;
}
html.redesign.redesign-checkout-users body.users div#view div#content form h3 {
  font-family: "Poppins", sans-serif;
  color: black;
  font-size: 20px;
  margin-bottom: 10px;
}
html.redesign.redesign-checkout-users body.users div#view div#content form h3 a {
  color: blue;
}
html.redesign.redesign-checkout-users body.users div#view div#content form h3 a:hover {
  color: rgba(0, 0, 255, 0.5);
}
html.redesign.redesign-checkout-users body.users div#view div#content form h3 span {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
html.redesign.redesign-checkout-users body.users div#view div#content form p.alert {
  padding: 0;
  margin-bottom: 20px;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 14px;
  color: red;
}