/* html, body{ */
/* background-color: black !important; */
/* background: url(../../../assets/adminux/img/BG.jpg) top center repeat; */
/* background: url(../../../assets/images/BG.jpg) top center repeat;
    color : white;
} */
html,
  body {
    background: url(../../../assets/images/BG.jpg) top center repeat;
    background-size: cover;
    background-attachment: fixed;
  }
/* @media only screen and (max-device-width: 640px) {
  html,
  body {
    background: url(../../../assets/images/BG.jpg) top center repeat;
    background-size: cover;
    background-attachment: fixed;
  }
}

@media only screen and (min-device-width: 640px) {
  html,
  body {
    background: url(../../../assets/images/BG.jpg) top center repeat;
    background-size: cover;
    background-attachment: fixed;
  }
} */

.text-username {
  color: #a59c9c;
  font-size: 1.5rem;
}

#username,
#password {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  border-radius: 0px 3px 3px 0px;
  margin-bottom: 1em;
  margin-top: 10px;
  font-size: 20px;
  width: 96%;
  color: #ffffff;
}

.logo-eye {
  max-width: 2.5rem;
  position: absolute;
  top: 35%;
  right: 6%;
}

.forgetPassword {
  text-decoration: underline;
  color: #0081be;
  font-size: 1rem;
}

.img-login {
  width: 60%;
  height: auto;
}
