#customer_login h2 {
  font-family: "HelveticaNeueCond", Helvetica, Arial, sans-serif;
  color: #000000;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 2.65rem;
  line-height: 1em;
}

.woocommerce #customer_login form.checkout_coupon,
.woocommerce #customer_login form.login,
.woocommerce #customer_login form.register {
  border: 1px solid #d3ced2;
  padding: 20px;
  margin: 2em 0;
  text-align: left;
  border-radius: 0px;
}


.woocommerce #customer_login .password-input {
  width: 100%;
}

.woocommerce #customer_login form .form-row label {
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  color: #000000;
  font-weight: 600 !important;
  text-transform: capitalize;
}

.woocommerce #customer_login form .form-row input.input-text,
.woocommerce #customer_login form .form-row textarea {
  border: 1px solid #ced4da;
  font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
  padding: 1rem 1rem !important;
  width: 100% !important;
  color: #1c1c1c;
  background-color: #FFFFFF;
  font-weight: 400 !important;
  text-indent: 8px;
  line-height: 25px;
  -webkit-appearance: none;
  box-shadow: 0px 0px 0px transparent;
  border-radius: 0px;
}

.woocommerce #customer_login form .form-row .woocommerce-form-login__rememberme {
  width: 100%;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  margin-top: 0.5rem;
  background-color: #F26722;
  color: #FFFFFF;
  border-radius: 0px;
  font-family: "HelveticaNeueCond", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem 1.5rem 0.85rem 1.5rem;
  line-height: 1rem;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #F26722;
  color: #FFFFFF;
}


