.phone-authentication-form,
.checkout-pane-phone-authentication-pane {
  display: block;
  border: 1px solid #dedede;
  padding: 30px 20px;
  border-radius: 10px;
  max-width: 100%;
  width: 450px;
  margin: 50px auto !important;
  box-shadow: 0 5px 5px #dedede;
}

.phone-authentication-form h2,
.phone-authentication-form .step-1,
.phone-authentication-form .step-2,
.checkout-pane-phone-authentication-pane h2,
.checkout-pane-phone-authentication-pane .step-1,
.checkout-pane-phone-authentication-pane .step-1 .form-item-login-with-password,
.checkout-pane-phone-authentication-pane .step-2 {
  text-align: center;
}

.phone-authentication-form .js-form-item,
.checkout-pane-phone-authentication-pane .js-form-item {
  text-align: left;
}

.phone-authentication-form h2,
.checkout-pane-phone-authentication-pane h2 {
  font-size: 28px;
}

.phone-authentication-form .captcha,
.checkout-pane-phone-authentication-pane .captcha {
  margin-bottom: 15px;
  padding: 0;
  max-width: 100% !important;
}

.phone-authentication-form p.alert-message,
.phone-authentication-form p.countdown,
.checkout-pane-phone-authentication-pane p.alert-message,
.checkout-pane-phone-authentication-pane p.countdown {
  max-width: 100% !important;
  text-align: center;
  color: #f00;
}

#edit-change-phone-number,
#edit-phone-authentication-pane-step-2-change-phone-number {
  text-align: center;
  margin-top: 15px;
}

.step-1 .phone-authentication-login-width-password {
  margin-top: 1rem;
  text-align: center;
  width: 100%;
  display: block;
}

.step-0 .phone-authentication-forgot-password,
.step-0 div:last-child {
  display: block;
  width: 100%;
  text-align: center;
}

.step-1 .phone-authentication-login-width-password i,
.step-2 .phone-authentication-change-phone-number i {
  font-family: "Font Awesome 5 Free", serif !important;
  font-weight: 900;
  font-style: normal;
}

.commerce-checkout-flow-multistep-default button.form-submit::before,
.phone-authentication-form button.form-submit::before {
  display: none;
}
