
.forgot-password-layout {
  display: flex;
  align-items: center;
  width: 100%;
}
.forgot-password-container {
  margin-top: 15rem;
}
.flex-wording-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
}
.logo-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.wording-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.gerbang-anda, .temukan-cara {
    color: white;
    position: relative;
}
.gerbang-anda {
    font-size: 4rem;
    font-weight: 700;
    line-height: 4rem;
    text-align: left;
}
.temukan-cara {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-align: left;
}
.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;
}
.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;
}
}


