
.forgot-password-layout {
  display: flex;
  align-items: center;
  width: 100%;
}
.forgot-password-container {
  margin-top: 15rem;
}
.flex-forgot-password-card {
  display: flex;
  justify-content: center;
}
.forgot-password-card {
  display: flex;
  flex-direction: column;
  padding: 30px 40px 30px 40px;
  border-radius: 10px !important;
  width: 500px;
  height: 310px;
}
.forgot-password-card__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 0 !important;
}
.submit-button {
  border-radius:5px;
  margin-top: 10px;
}
.resend-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
}
p {
  font-weight: 300;
  font-size: 12px;
  margin-bottom: 0px !important;
}
@media only screen and (max-width:500px)  {
.flex-forgot-password-card {
    max-width:-webkit-fill-available;
}
}


