.password-button-disabled {
  opacity: .5;
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #008edf;
  color: #fff;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font: 400 13.3333px;
  padding: 12px 32px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-family: "Source Sans Pro","Arial",sans-serif;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  -webkit-writing-mode: horizontal-tb !important;
  text-rendering: auto;
}