.google-auth-card {
  box-sizing: border-box;
  max-width: 620px;
  margin: 24px auto 32px;
  padding: 32px;
  border: 1px solid #d9e5ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(14, 50, 78, .08);
  text-align: center;
}

.google-auth-card__title {
  margin: 0 0 10px;
  color: #15324a;
  font-size: 20px;
  font-weight: 700;
}

.google-auth-card__lead,
.google-auth-card__note {
  margin: 0;
  color: #516678;
  line-height: 1.8;
}

.google-auth-card__button {
  display: flex;
  justify-content: center;
  min-height: 44px;
  margin: 22px auto 14px;
}

.google-auth-card__note {
  font-size: 12px;
}

.google-auth-card__error {
  margin: 14px 0 0;
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
}

.google-auth-divider {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 620px;
  margin: 0 auto 30px;
  color: #718394;
  font-size: 13px;
}

.google-auth-divider::before,
.google-auth-divider::after {
  flex: 1;
  height: 1px;
  background: #d9e2ea;
  content: '';
}

.google-register-confirm {
  max-width: 680px;
  margin: 0 auto;
}

.google-register-confirm__account {
  box-sizing: border-box;
  margin: 0 0 26px;
  padding: 18px 20px;
  border: 1px solid #cfe0ee;
  border-radius: 10px;
  background: #f4f9fc;
}

.google-register-confirm__account-label {
  margin: 0 0 5px;
  color: #516678;
  font-size: 12px;
  font-weight: 700;
}

.google-register-confirm__account-value {
  margin: 0;
  color: #15324a;
  font-size: 16px;
  overflow-wrap: anywhere;
}

.google-register-confirm .table_form input[type='text'] {
  box-sizing: border-box;
  width: 100%;
  max-width: 420px;
}

.google-register-confirm__terms {
  margin-top: 24px;
  text-align: center;
}

.google-register-confirm__terms a {
  font-weight: 700;
  text-decoration: underline;
}

.google-email-confirm {
  box-sizing: border-box;
  max-width: 560px;
  margin: 24px auto;
  padding: 34px 32px;
  border: 1px solid #d9e5ef;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(14, 50, 78, .08);
  text-align: center;
}

.google-email-confirm__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #eaf4ff;
  color: #1469c9;
  font-size: 25px;
}

.google-email-confirm__title {
  margin: 0 0 12px;
  color: #15324a;
  font-size: 20px;
  font-weight: 700;
}

.google-email-confirm__lead {
  margin: 0 0 20px;
  color: #516678;
  line-height: 1.8;
}

.google-email-confirm__notice {
  box-sizing: border-box;
  margin: 0 0 18px;
  padding: 12px 16px;
  border: 1px solid #b7dfc5;
  border-radius: 8px;
  background: #effaf3;
  color: #176b3a;
  font-weight: 700;
  text-align: center;
}

.google-email-confirm__form label {
  display: block;
  margin-bottom: 8px;
  color: #15324a;
  font-weight: 700;
}

.google-email-confirm__code {
  box-sizing: border-box;
  display: block;
  width: 220px;
  max-width: 100%;
  margin: 0 auto;
  padding: 12px 14px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: .3em;
  text-align: center;
}

.google-email-confirm__note,
.google-email-confirm__help {
  margin: 10px 0 18px;
  color: #718394;
  font-size: 12px;
  line-height: 1.7;
}

.google-email-confirm__resend {
  margin-top: 16px;
}

.google-email-confirm__resend button {
  padding: 4px;
  border: 0;
  background: transparent;
  color: #1469c9;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 767px) {
  .google-auth-card {
    margin: 18px 0 24px;
    padding: 24px 16px;
  }

  .google-auth-card__title {
    font-size: 18px;
  }

  .google-auth-divider {
    margin-bottom: 24px;
  }

  .google-register-confirm .table_form,
  .google-register-confirm .table_form tbody,
  .google-register-confirm .table_form tr,
  .google-register-confirm .table_form th,
  .google-register-confirm .table_form td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

  .google-email-confirm {
    margin: 18px 0;
    padding: 26px 16px;
  }
}
