.hw_account_form body {
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}

.hw_account {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px solid rgb(0, 0, 0);
  left: 0px;
  top: 0px;
  border-radius: 0px;
  overflow: hidden;
}

.hw_account_form {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border: 0px;
  left: 0px;
  top: 0px;
  background-color: rgb(38, 37, 37);
}

#noscroll {
  overflow: hidden;
}

.hw_account_cont_menu {
  display: flex;
  position: relative;
  width: 100%;
  height: 50px;
  padding: 0px;
  margin: 0px;
  border: 0px solid rgb(38, 0, 255);
  background-color: rgb(12, 11, 11);
  overflow: hidden;
  align-items: center;
}
.hw_account_cont_menu > a {
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  width: auto;
  height: 40px;
  top: 0px;
  padding: 5px;
  background-color: transparent;
  color: rgb(255, 255, 255);
}
.hw_account_cont_menu > a:hover {
  background-color: rgb(38, 37, 37);
}

.hw_account_cont_form {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  border: 0px solid rgb(38, 0, 255);
  overflow: hidden;
}
