body {
  width: 100%;
  min-width: 100%;
}
.pw_request {
  text-align: center;
  font-size: 24px;
  padding-top: 80px;
}
.pw_request .pw_bts .bt {
  position: relative;
  display: inline-block;
  background: #ec1a01;
  color: #fff;
  border: 2px solid #ec1a01;
  padding: 2px 10px;
  width: 180px;
  margin: 0 20px 30px;
  -webkit-transition: 0.2s ease-in-out background;
  transition: 0.2s ease-in-out background;
  vertical-align: top;
  text-decoration: none;
}
.pw_request .pw_bts .bt:hover {
  background: #fff;
  color: #ec1a01;
}
.pw_request .pw_bts .bt.color2 {
  background: #595959;
  border: 2px solid #595959;
}
.pw_request .pw_bts .bt.color2:hover {
  background: #fff;
  color: #595959;
}
.pw_request .pw_bts .bt[type=submit] {
  width: auto;
  padding: 14px 10px;
}
.pw_request .linkback {
  display: inline-block;
  margin-top: 50px;
  font-size: 16px;
  border: 0;
  background: 0;
}
.pw_request .linkback:hover {
  text-decoration: underline;
}
