.user-password-reset-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: row;
}
.user-password-reset-login-image-wrapper {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-primary-lilac-100);
}
.user-password-reset-placeholder-img {
  gap: 2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.user-password-reset-placeholder-img img{
  width: 100%;
  height: 640px;
}

.user-password-reset-image {
  width: 100%;
  object-fit: cover;
}
.user-password-reset-text {
  font-size: 16px;
  font-style: normal;
  font-family: "PP Neue Montreal";
  text-transform: uppercase;
}
.user-password-reset-login-info-wrapper {
  flex: 0 0 auto;
  width: 50%;
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.user-password-reset-container1 {
  gap: 1rem;
  width: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.user-password-reset-navlink {
  display: contents;
}
.user-password-reset-image1 {
  width: 200px;
  object-fit: cover;
  text-decoration: none;
}
.user-password-reset-text1 {
  color: var(--dl-color-gray-500);
  font-style: normal;
  line-height: 1.15;
  font-stretch: normal;
}
.user-password-reset-user-input-container {
  gap: var(--dl-space-space-1rem);
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 1rem;
  align-items: center;
  margin-bottom: 1rem;
  flex-direction: column;
  justify-content: center;
}
.user-password-reset-reset-details {
  gap: var(--dl-space-space-1rem);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.user-password-reset-textinput {
  color: rgba(100, 100, 100, 1);
  width: 100%;
  padding: var(--dl-space-space-1rem);
  align-self: flex-start;
  border-color: rgba(206, 207, 205, 1);
  border-radius: var(--dl-radius-radius-radius8);
}
.user-password-reset-continue {
  color: var(--dl-color-gray-white);
  width: 100%;
  align-self: flex-start;
  font-style: normal;
  border-width: 0px;
  border-radius: var(--dl-radius-radius-radius8);
  text-decoration: none;
}
.user-password-reset-back-to-home {
  gap: var(--dl-space-space-0.5rem);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.user-password-reset-icon {
  fill: var(--dl-color-primary-lilac-500);
  width: 24px;
  height: 24px;
}
.user-password-reset-navlink1 {
  color: rgba(100, 100, 100, 1);
  font-style: normal;
  text-decoration: none;
}

@media(max-width: 1200px) {
  .user-password-reset-login-image-wrapper {
    padding: 6rem;
  }
  .user-password-reset-image {
    width: 100%;
  }
  .user-password-reset-login-info-wrapper {
    padding-left: var(--dl-space-space-5rem);
    padding-right: var(--dl-space-space-5rem);
  }
  .user-password-reset-user-input-container {
    margin-top: 1rem;
    align-items: center;
    margin-bottom: 1rem;
  }
  .user-password-reset-back-to-home {
    gap: 0;
  }
  .user-password-reset-icon {
    width: 1.5rem;
    height: 100%;
  }
  .user-password-reset-navlink1 {
    text-align: left;
  }
  .user-password-reset-login-image-wrapper{
    padding: 0;
  }
}

@media(max-width: 991px) {
  .user-password-reset-login-image-wrapper {
    flex: 0;
    width: 100%;
    height: auto;
    display: none;
  }
  .user-password-reset-login-info-wrapper {
    flex: 1;
    width: 100%;
    align-self: stretch;
    flex-direction: row;
  }
}
@media(max-width: 767px) {
  .user-password-reset-login-image-wrapper {
    display: none;
  }
}
@media(max-width: 479px) {
  .user-password-reset-login-image-wrapper {
    flex: 0;
    display: none;
  }
}
