
.text-agensi{
  font-size: 11px !important;
}

input[type=text], input[type=password], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


input[type=submit],input[type=button] {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover,input[type=button]:hover  {
  background-color: #45a049;
}

.parent-form {
  /* border-radius: 5px; */
  /* background-color: #f2f2f2; */
  padding: 20px;
}

/* by default, all form div must hidden */
#div_daftar_pengguna, #div_senarai_pengguna, #div_lupa_password, #div_senarai_kampung{
  display: none;
  margin-bottom: 100px;
}

.btn-input-loginPage{
  display: flex;
}

#login{
  margin-right: 5px
}

#set_semula{
  background: #313a1e;
  color: white;
  margin-left: 5px
}

#set_semula:hover{
  background: #1e250e;
  color: white;
}

#div_footer {
position: fixed;
padding: 10px 10px 0px 10px;
bottom: 0;
width: 100%;
/* Height of the footer*/ 
/* height: 40px; */
background: grey;
}