.hw_s_fe_form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: auto;
  height: 100%;
  border: 0px solid rgb(0, 26, 255);
}

.hw_s_fe_tbox {
  background-color: rgb(20, 20, 20);
  color: rgb(255, 255, 255);
  font-size: 15px;
  padding: 5px;
  border: 1px solid transparent;
  border-bottom: 1px solid rgb(22, 22, 22);
  width: auto;
  height: 35px;
}
.hw_s_fe_tbox:focus {
  outline: none;
  border-bottom: 1px solid rgb(0, 26, 255);
}

.hw_s_fe_btn {
  position: relative;
  background-color: rgb(21, 52, 177);
  color: rgb(255, 255, 255);
  font-size: 15px;
  padding: 5px;
  border: 1px solid transparent;
  width: auto;
  height: 50px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  bottom: 0;
}
.hw_s_fe_btn:hover {
  background-color: rgb(0, 55, 255);
}

.hw_s_fe_space {
  position: relative;
  border: 0px solid rgb(0, 55, 255);
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.space_head {
  text-align: center;
}
.space_body {
  border-top: 1px solid rgb(0, 55, 255);
  border-bottom: 1px solid rgb(0, 55, 255);
}
.space_info {
  display: inline-block;
  background-color: transparent;
  padding: 20px;
}

.form_ser {
  top: 80px;
  left: 10px;
}
