@font-face {
  font-family: "Gibson";
  src: url("/fonts/Gibson-Medium.otf") format("truetype");
}
html.redesign.redesign-checkout-login {
  background: linear-gradient(to bottom, blue 0, blue 280px, white 280px, white 95%, black 95%, black 100%);
}
html.redesign.redesign-checkout-login body div#view div#content form {
  border: none;
}
html.redesign.redesign-checkout-login body 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;
}
html.redesign.redesign-checkout-login body div#view div#content form h3 {
  font-family: "Poppins", sans-serif;
  color: black;
  font-size: 20px;
  margin-bottom: 10px;
}
html.redesign.redesign-checkout-login body div#view div#content form h3 span {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  font-weight: normal;
}
html.redesign.redesign-checkout-login body div#view div#content form h3 a {
  color: blue;
}
html.redesign.redesign-checkout-login body div#view div#content form h3 a:hover {
  color: rgba(0, 0, 255, 0.5);
}
html.redesign.redesign-checkout-login body 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-login body 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-login body div#view div#content form ol li.actions {
  font-family: "Poppins", sans-serif;
  color: black;
  font-size: 14px;
}
html.redesign.redesign-checkout-login body div#view div#content form ol li.actions a:last-child {
  display: inline-block;
  margin-top: 10px;
}
html.redesign.redesign-checkout-login body div#view div#content form ol li.actions p {
  margin: 0;
}
html.redesign.redesign-checkout-login body div#view div#content form ol li.actions input {
  background: blue;
  color: white;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
  border: none;
}
html.redesign.redesign-checkout-login body div#view div#content form ol li.actions input + a {
  margin-left: 10px;
}
html.redesign.redesign-checkout-login body div#view div#content form ol li.actions a {
  font-family: "Poppins", sans-serif;
  border: 1px solid blue;
  border-radius: 0;
  color: blue;
  font-size: 14px;
  padding: 9px;
}
html.redesign.redesign-checkout-login body div#view div#content form ol li.actions a:hover {
  color: rgba(0, 0, 255, 0.5);
  border-color: rgba(0, 0, 255, 0.5);
}