@media screen and (max-width: 1199px) {
  .dokan-dashboard-content {
    .edit-account {
      > fieldset {
        .form-row {
          .show-password-input {
            top: 41px;
          }
        }
      }
    }
  }
}

@media screen and (max-width: 767px) {
  .dokan-dashboard-content {
    .edit-account {
      > fieldset {
        .form-row {
          label {
            font-size: 14px;
          }
          .show-password-input {
            top: 33px;
          }
        }
      }
    }
  }
}
