
.email-signInMethod-form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
  transition: all ease 300ms
}

.email-signInMethod-field {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.email-signInMethod-input {
  outline: 0;
}

.email-signInMethod-text,
.email-signInMethod-issue {
  display: block;
  margin-top: 2px;
  margin-left: 2px;
  font-size: 12px;
  height: 16px;
  transition: all ease 600ms;
}

.email-signInMethod-text {
  font-size: 12px;
}

.email-signInMethod-issue {
  color: crimson;
}

.email-signInMethod-issue:empty {
  opacity: 0;
  height: 0;
  filter: blur(4px);
}

.email-signInMethod-defer {
  background: none;
  color: #000;
  border: 1px solid #000;
  font-weight: 400;
}