form[name='frmPwd'] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
form[name='frmPwd'] > * + * {
  margin-left: 16px;
}
form[name='frmPwd'] input {
  background: #f8f8f8;
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  height: 40px;
  padding: 0 10px;
}
form[name='frmPwd'] button {
  align-items: center;
  background-color: transparent;
  border: 1px solid #404040;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 80px;
}
