#auth {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#auth #auth_content {
  min-width: 0;
  flex-grow: 1;
}
#auth #auth_footer {
  min-width: 0;
}
.pwd-eye{
  position: absolute;
  top: 40%;
  right: 4%;
  cursor: pointer;
}