#accountPageDiv {

}

/* HEADER */
.accountPageHeader {

}

/* BODY */
.accountPageBody {

}

/* RESET ACCOUNT */
.resretAccountDiv {

}
.resetAccount {
  height: 7vh;
  margin-top: 80px;
  background-color: #ffc260;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.resetAccount h3 {
  color: black !important;
}
