/*login css page*/

.productbackgroundwrapper {
  position:absolute;
  top:100px;
  width:100%;
  height:67rem;
  background:#0D0D0D;
  z-index:-1;
}

.thanksbutton{
  margin-top:5rem;
}

.reviewform{
  float:left;
  width:100%;
  height:300px;
  margin-top:.7rem;
  margin-bottom:3rem;
  color:white;
  letter-spacing: 1.5px;
}

hr.hrheading {
  margin-left:0rem;
  border-color:#D7DF21;
}