* {
  margin: 0;
  padding: 0%;
}
.remove-padding {
  padding: 0%;
}
.email-label {
  margin-top: 20px;
}
.margin-top {
  margin-top: 5px;
}
.forgot-pass-text {
  /* Mobile/Link Text */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.icon-margin-bottom {
  margin-bottom: 8px;
}
.password-char-label {
  font-family: Roboto;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.2px;
  margin-left: 8px;
}
.security-text {
  color: #000;
  text-align: center;
  /* Desktop/Button Text */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 100% */
  letter-spacing: 0.2px;
  margin-left: 8px;
}
.signin-btn {
  display: flex;
  height: 56px;
  min-width: 104px;
  max-width: 1280px;
  min-height: 56px;
  border-radius: 8px;
  gap: 8px;
  padding: 12px 16px;
  align-self: stretch;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 403px) and (max-width: 744px) {
  .signin-btn {
    width: 448px;
  }
}

/* Desktop (above 1280px) */
@media (min-width: 745px) {
  .signin-btn {
    max-width: 525px;
  }
}
#email_helper {
  color: #434343;
}
.password-char-label.pass-error-text {
  font-weight: 700;
  color: #e22721;
}
