.orientation-direction[data-v-2fafcb39] {
  font-size: 12px !important;
  position: absolute;
  margin-left: -18px;
  margin-top: 6px;
}
.field-with-info-dialog-info-container p {
  text-align: justify !important;
}
.password-change-container[data-v-38385753] {
  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-38385753] {
  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-38385753] {
  border-color: #B1B1B1 !important;
  width: 94%;
  margin: auto;
}

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

