.cpa-auth {
  max-width: 550px;
  margin: 0 auto;
}

.cpa-auth h1 {
  color: #000;
  text-align: center;
}

.cpa-auth-card input[type='tel'],
.cpa-auth-card input[type='text'] {
  background-color: #fff;
  border: 1px solid hsla(0, 0%, 7%, 0.8);
  border-color: #dcdcdc;
  border-radius: 0;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  line-height: 1em;
  margin: 0 0 20px 0;
  min-height: 0;
  padding: 1em 0.5em;
  width: 100%;
  max-height: 50px;
}

.cpa-auth-card button[type='submit'] {
  background: #000;
  font-family: 'Bellota Text';
  font-size: 17px;
  padding: 11px 39px;
  width: 100%;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0;
  text-decoration: none;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  color: #fff;
  transition:
    color 0.3s ease-out,
    background-color 0.3s ease-out,
    border-color 0.3s ease-out;
  transform: scale(1);
}

.cpa-auth-card button[type='submit']:hover {
  border: 1px solid #000;
  background: #fff;
  color: #000;
}

.wc-block-components-validation-error {
  color: #cc1818;
  font-size: 0.75em;
  max-width: 100%;
  min-height: 1em;
  padding: 8px 0 0;
  white-space: normal;
}

.wc-block-components-validation-error > p {
  align-items: center;
  display: flex;
  gap: 2px;
  padding: 0;
  font-size: 1em;
}

.wc-block-components-validation-error svg {
  fill: currentColor;
  height: 1.5em;
  margin: -0.4735em 0;
  width: 1.5em;
}

@media (max-width: 768px) {
  .cpa-auth {
    max-width: 100%;
  }

  .cpa-auth-card input {
    font-size: 16px;
  }
}
