@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");

html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  background-image: url(../images/login-wallpaper.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

form img{
  max-width: 500px;
}

form input{
  height: auto;
}

.form-signin {
  width: 100%;
  max-width: 450px;
  padding: 15px;
  margin: auto;
}

.text-system{
  color: #284e84;
}

.input-system{
  border: 1px solid #284e84;
}

.span-pass{
  position: absolute;
  margin:8px;
  right: 0;
  cursor: pointer;
  z-index: 1000;
}

.btn-system{
  background: #284e84;
  color: #fff;
}

.btn-system:hover{
  border: 1px solid #284e84;
  color: #284e84;
}
