body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
     background-image: url("/img/JEPUN.jpg");
     background-size: cover;
     background-attachment: fixed; 
}

.login-container label {

  margin-bottom: 5px;
}

.login-container input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.login-container button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
}
.tampil {
      background-color:blue;
       border :5px solid;
       padding-right: 30px;
       padding-left: 30px;
       padding-bottom:20px;
       border-radius: 0 25px 0 25px;
       color:white;
    
}

link: a {
    color :white;
    text-decoration: none;
}

span {
    color:red;
}



.toggle-password {
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none; /* Mencegah teks ikon terseleksi */
}

