.login-title {
  font-size: 24px;
  color: white;
}

.login-wrapper {
  background: linear-gradient(to bottom right , #080808,  #3a073a);
}

.login-body .input-section {
  margin-bottom: 40px;
  position: relative;
}

.login-body .input-section label {
  position: absolute;
  top: 10px; /* posisi default */
  left: 10px;
  color: #aaa;
  transition: all 0.3s ease;
}

.login-body .input-section i {
  position: absolute;
  top: 10px; /* posisi default */
  right: 10px;
}

.input-section input:focus + label,
.input-section input:valid + label {
  top: -20px;
  color: #fff;
}

.login-body .input-section input {
  width: 100%;
  padding: 5px;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 1px solid white;
  color: #fff;
  padding: 6px 10px;
}

.login-wrapper .btn-login-himatif {
  background-color: #781178;
  color: #fff;
  border: none;
  outline: none;
  padding: 5px;
  border-radius: 3px;
}

.login-container-himatif {
  /* background: linear-gradient(to right, rgba(0, 0, 0, 1) 40%, rgba(0, 0, 0, 0.5) 100%),
              url('../img/if_menyala.JPG');
  background-size: cover;
  background-position: center; */
  position: relative;
}

.right-login-content {
  background-image: url('../img/HIMATIF\ UIN\ -FULL\ LOGO\ -\ TAGLINE\ -\ TRANSPARENT.png');
  background-color: #080808;
  background-size: cover;
  background-position: center;
}

.right-register-content {
  background-image: url('../img/HIMATIF\ UIN\ -FULL\ LOGO\ -\ TAGLINE\ -\ TRANSPARENT.png');
  background-color: #080808;
  background-size: 25rem;
  background-repeat: no-repeat;
  background-position: center;
}

.right-reset-content {
  background-image: url('../img/HIMATIF\ UIN\ -FULL\ LOGO\ -\ TAGLINE\ -\ TRANSPARENT.png');
  background-color: #080808;
  background-size: 15rem;
  background-repeat: no-repeat;
  background-position: center;
}

.remember-me p {
  font-size: 12px;
}

.forgot-pw .btn-forgot-pw,
.forgot-pw .rememberme {
  font-size: 12px;
  color: #fff;
}

/* Untuk Firefox: Hapus warna kuning autofill */
input:-moz-autofill,
input:-moz-autofill:hover, 
input:-moz-autofill:focus, 
input:-moz-autofill:active {
  box-shadow: 0 0 0px 1000px #88888833 inset !important;
  background-color: #88888833 !important;
  color: #fff !important; /* Sesuaikan warna teks */
  transition: background-color 9999s ease-out, color 9999s ease-out !important;
}


/* Untuk Chrome dan Safari */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
  box-shadow: 0 0 0px 1000px #88888833 inset !important;
  background-color: #88888833 !important;
  -webkit-text-fill-color: #fff !important; /* Warna teks */
  transition: background-color 9999s ease-out, color 9999s ease-out !important;
}
form label{
  margin-bottom: 3px  !important;
}
=======
input:-internal-autofill-selected {
  background-color: transparent !important;
  -webkit-text-fill-color: #fff !important;
}

input:-webkit-autofill {
  -webkit-box-shadow: transparent !important;
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}


.input-section input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;  /* ubah warna teks autofill */
  transition: background-color 9999s ease-in-out 0s; /* hilangkan warna kuning */
  caret-color: #fff; /* warna kursor */
}

