.graph-icon {
  position: absolute;
  height: 77.06%;
  width: 73.47%;
  top: 17.33%;
  right: 21.28%;
  bottom: 5.61%;
  left: 5.25%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  opacity: 0.03;
}
.frame-child {
  position: absolute;
  top: calc(50% - 160px);
  left: calc(50% - 240px);
  border-radius: 8px;
  background-color: var(--primary-contrast);
  width: 480px;
  height: 372px;
}
.logo-1-icon {
    position: relative;
    top: 0;
    left: 0;
    width: 177px;
    height: 54px;
    object-fit: cover;
}
.reset-password-with{
  font-size: 16px;
}
.reset-password {
  margin: 0;
  font-weight: 500;
}
.reset-password-with {
  margin: 0;
  color: var(--color-black);
}
.reset-password-reset-container {
    position: relative;
    top: 0;
    left: 0;
    font-size: var(--font-size-xl);
    margin-bottom: 25px;
}
.email-child {
  position: absolute;
  top: 30px;
  left: 0;
  border-radius: var(--br-9xs);
  background-color: transparent;
  border: 1px solid var(--color-lightgray-100);
  box-sizing: border-box;
  width: 380px;
  height: 40px;
}
.admincustodiancom {
    position: relative;
    top: 0;
    left: 0;
}
.email,
.email1 {
  position: relative;
}
.email1 {
  top: 0;
  left: 0;
  color: var(--color-black);
  text-align: left;
  margin-bottom: 5px;
}
.email {
    top: 0;
    left: 0;
    width: auto;
    height: auto;
    color: var(--color-lightgray-100);
    margin-bottom: 25px;
}
.reset-password1 {
    position: relative;
    font-weight: 500;
    width: 100%;
}
.btn {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.reset-password1 input{
    top: 0;
    left: 0;
    border-radius: var(--br-9xs);
    background-color: #2B244F;
    width: 100%;
    height: 42px;
    color: #ffffff;
    border: none;
    font-family: var(--font-poppins);
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.sign-in {
  color: var(--color-blueviolet);
}
.remember-it-container {
    position: relative;
    top: 0;
    left: 0;
    color: var(--color-black);
    margin-top: 24px;
}
.rectangle-parent {
    position: relative;
    top: 0;
    left: 0;
    max-width: 480px;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.forgot-password {
  position: relative;
  background-color: #f2f2f7;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: var(--font-size-base);
  color: var(--color-blueviolet);
  font-family: var(--font-poppins);
}

.log-box-detail{
    background: #fff;
    padding: 45px 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    margin-top: 20px;
}

a{
  text-decoration: none !important;
  color: #5A32EA;
}

.forgot-password{
  padding: 50px 0;
  min-height: 100vh;
}

.remember-it-container{
  font-size: 14px;
}

@media(max-width: 520px){
  .log-box-detail{
    padding: 25px 15px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }

  .email{
    margin-bottom: 15px;
  }
}