.passwordChange{
  height: 100%;
  background-color: #F5F5F5;
}

.passwordChange-mainContainer{
  text-align: center;
}

.passwordChange-title{
  margin-bottom: 50px;
}

.passwordChange-title h3{
  font-family:'メイリオ', 'Meiryo', sans-serif;
  font-weight: 1000;
  padding-top: 20px;
  border-bottom: solid 5px #FFCC00;
  width: 290px;
  display: inline-block;
}

.passwordContainer{
  /* margin-right: 30%;
  margin-left: 30%; */
}

.passwordContainer input{
  width: 100%;
  /* margin: 20px; */
  height: 40px;
}

#passwordChangeBtn{
  width: 100%;
  background-color: #07233D;
  color: #fff;
  height: 40px;
  margin-top: 10px;
}

.passwordChange-introduction{
  /* display: inline-block; */
  font-family:'メイリオ', 'Meiryo', sans-serif;
  font-weight: 1000;
  font-size: 13px;
}