.smk-btn-show-pass {
  line-height: 40px !important;
  color: #9f9f9f;
}

span.red {
  color: red;
}

.load {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #a7a7a770;
  cursor: progress;
}

.load img {
  width: 200px;
}

.none {
  display: none !important;
}
