
.forgot-pw-card-text {
  padding: 0px !important;
  margin-top: 120px;
}
.copyright {
  font-size: 14px;
  color: #a4a7ae;
  position: relative;
}
.web-footer {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
ul {
  position: relative;
  list-style: none;
  margin-left: 0;
  padding-left: 1.2em;
}
.validate-pw {
  color: #a4a7ae;
}
.validate-pw > li.errorr {
  color: #dc2626;
}
.validate-pw > li.successs {
  color: #059669;
}
li:before {
  font-size: 28px;
  font-weight: 400;
  content: "\2022";
  position: absolute;
  left: 0;
}
li.errorr:before {
  font-size: 14px;
  content: "\2716";
  color: #dc2626;
  background-color: #f6f6f7 !important;
  position: absolute;
  left: 0;
}
li.successs:before {
  font-size: 14px;
  content: "\2714";
  color: #059669;
  background-color: #f6f6f7 !important;
  position: absolute;
  left: 0;
}
.btn-submit,
.text-field {
  border-radius: 8px;
  text-transform: unset !important;
}
.forgot-pw-container {
  width: 544px;
  height: 100%;
  padding: 0px !important;
}
.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat)
  > .v-input__control
  > .v-input__slot {
  border: 2px solid #e2e3e5;
  box-shadow: none;
}

