.trn-auth-form {
  max-width: 420px;
}
.trn-auth-form .trn-auth-form-field {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.trn-auth-form .trn-auth-form-field input {
  width: calc(100% - 48px);
  padding: 14px 24px;
  border: 1px solid #EDEDF2;
  background: #fff;
  font-family: "Inter400";
  font-size: 16px;
  line-height: 24px;
  order: 2;
}
.trn-auth-form .trn-auth-form-field span {
  order: 1;
  margin-bottom: 0.5rem;
}
.trn-auth-form .trn-auth-form-field small {
  order: 3;
  margin-top: 1.5rem;
}
.trn-auth-form input[type=submit] {
  color: #fff;
  background: #292929;
  padding: 16px 26px;
  text-align: center;
  line-height: 22px;
  margin: 25px 0;
  width: 100%;
  border: 0;
  cursor: pointer;
  font-family: "Inter700";
  font-size: 16px;
  transition: background-color 0.3s;
}
.trn-auth-form #trnResetPwdSbmt:disabled {
  pointer-events: none;
  opacity: 0.25;
  transition: all ease-in-out 0.3s;
}

/*# sourceMappingURL=style.css.map */
