body{
  background-image: url(/static/img/background.png);
  background-repeat: no-repeat;
  background-position: center 6.25rem;
  background-attachment: fixed;
  /* margin-top: 2rem; */
}

.reset-account-div{
  margin: 0 auto;
  border: 0 solid;
  box-shadow: 0 2px 5px 0 var(--grey-50-color);
  background-color: #fff;
  width: 500px;
  padding:2rem 3rem;
  margin-top: -4rem;
}

.logo-image{
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 1.25rem;
}

input[type=text],
input[type=email],
input[type=password]{
  width: 99% !important;
  background-color: rgb(242,242,242);
}

input[type=text]:hover,
input[type=email]:hover,
input[type=password]:hover{
  background-color: #fff;
}


.anch{
  text-decoration: underline;
  color: #1796B1;
  font-size: 0.875rem;
}

.anch:hover{
  text-decoration: underline;
  color: #1796B1;
}

@media(max-width:991px){
  .create-acount-div{
    width: 31.25rem;
    margin: 0 auto;
  }
  .reset-account-div{
    margin-top: 0;
  }
}

@media(max-width: 575px) {
  .reset-account-div{
    box-shadow: none;
  }
  .logo-image{
    display: none;
  }
  body{
    background:none
  }
  .create-acount-div{
    width: 28.25rem;
    margin: 0 auto;
  }
}

@media(max-height: 768px) {
  .logo-image{
    display: none;
  }
}