verdocs-auth {
  font-family: var(--verdocs-primary-font, "Inter", "Barlow", sans-serif);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
verdocs-auth .form {
  width: 350px;
  display: flex;
  padding: 20px;
  max-width: 90%;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  justify-content: center;
  background: #ffffff;
}
verdocs-auth .logo {
  width: 128px;
  max-width: 100%;
  margin: 20px 0 30px;
}
verdocs-auth h3 {
  color: #092c4c;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.75;
  margin: 0;
}
verdocs-auth em {
  font-size: 14px;
  margin: 15px 0;
}
verdocs-auth .buttons {
  gap: 20px;
  margin: 20px 0 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
verdocs-auth .status-result {
  display: none;
}
verdocs-auth .status-result.debug {
  white-space: pre-wrap;
  font-size: 14px;
  background: #fff;
  padding: 10px;
  display: block;
  flex-direction: row;
  justify-content: center;
}
verdocs-auth form {
  width: 100%;
}
verdocs-auth verdocs-text-input {
  margin-bottom: 10px;
}
verdocs-auth .account-option {
  gap: 8px;
  margin: 20px 0 8px 0;
  display: flex;
  flex-direction: row;
}
verdocs-auth p {
  color: #092c4c;
  margin: 1em 0;
  font-size: 14px;
}
verdocs-auth p + p {
  margin-top: 0;
}
verdocs-auth verdocs-help-icon {
  margin-top: 18px;
  display: flex;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
}
verdocs-auth .already-have {
  color: #092c4c;
  margin: 0.5em 0;
  font-size: 14px;
  text-align: center;
}
verdocs-auth .service-agreement {
  font-size: 12px;
  color: #777;
}
verdocs-auth .service-agreement a {
  color: #092c4c;
}