.login-wrap{
  min-height: 100vh;
  max-width: 460px;
}

.login-wrap > .w-100{
  width: 100%;
}

.login-card{
  position: relative;
}

.password-wrap{
  position: relative;
}

.password-wrap .form-control{
  padding-right: 48px;
}

.btn-eye{
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
  color: var(--color-text-muted);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0;
  z-index: 3;
}

.btn-eye:hover{
  color: var(--color-text-strong);
  background: var(--color-surface-5);
}

.btn-eye:focus,
.btn-eye:active{
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}

.form-check-input,
.form-check-label{
  cursor: pointer;
}