.password-change-container[data-v-7beb4e13] {
  color: black;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: opacity 400ms ease-out, max-height 800ms ease-out;
  transition: opacity 400ms ease-out, max-height 800ms ease-out;
}
.password-change-container.display[data-v-7beb4e13] {
  opacity: 1;
  max-height: 9999px;
  overflow: hidden;
  -webkit-transition: opacity 400ms ease-in, max-height 800ms ease-in;
  transition: opacity 400ms ease-in, max-height 800ms ease-in;
}
.password-divider[data-v-7beb4e13] {
  border-color: #B1B1B1 !important;
  width: 94%;
  margin: auto;
}

.v-input___user-edit--switch .v-label{
  font-size: 14px;
}

