#modify_Password {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}
#modify_Password #modify_Password_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  text-align: center;
}
#modify_Password #modify_Password_content label {
  display: block;
  margin: 40px 0;
}
#modify_Password #modify_Password_content b {
  display: inline-block;
  width: 80px;
  text-align: right;
  margin-right: 15px;
  cursor: pointer;
}
#modify_Password #modify_Password_content input {
  width: 400px;
  border: 1px solid #ccc;
  padding: 6px 12px;
  font-size: 14px;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#modify_Password #modify_Password_content button {
  background: #3CBAFF;
  width: 400px;
  border: none;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  margin-left: 95px;
  outline: none;
  border-radius: 5px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#modify_Password #modify_Password_content button:hover {
  background: #68C9FF;
}
header .m-brand__logo-wrapper img {
  width: 100px;
  height: 23px;
}
