/* **************
 * PASSWORD EYE *
 * **************/

.password_eye_icon {
  display: inline-block;
  cursor: pointer;
  margin-left: 5px;
  position: absolute;
  left: -21px;
  top: 1px;
}

/* **************
 * MISCELANEOUS *
 * **************/
 
.button.button_disabled {
  background-color: #eeeeee!important;
  border: solid 1px #adadad!important;
  color: #a0a0a0!important;
  pointer-events: none;
}