body{
background-image: url('img/background.png')no-repeat scroll; /*https://sidoi-team.blogspot.com/2018/02/mengatur-background-website-agar-sesuai.html?m=1*/
background-size: 100% 100%;
min-height: 700px;
/*https://badoystudio.com/cara-desain-tabel-dengan-css/#:~:text=Cara%20Desain%20Tabel%20dengan%20CSS%201%20Inilah%20Cara,Kode%20table.html%20dan%20style.css%20...%204%20Penutup%20*/
}


/*body
{

background-image:url('img/background.jpg');
background-size: 100% 100%;
min-height: 700px;
}*/



.login-background{


font-family: calibri;
background: rgba(240, 0, 0, 0.0);



/*background: rgba(142, 130, 136, 0.2);*/
padding-top: 20px;
padding: 10px;
box-shadow : 5px;

border-radius: 6px;
width: 270px; /*mengatur lebar background login*/
color: #999
height: auto;
margin-top: 20px;



margin: 10px auto;

text-align: center;

}
input[type="text"],input[type="password"]{
  border: none;
border-bottom: 1px solid #999;
margin-bottom: 9px;
color: #999;
width: 100%;
padding: 7px 2px;
background: white; /*mengatur warna dalam tulisan*/  

}


input[type="submit"]{
background: #0eb7cc;
color: #fff;
border-radius: 12px;
padding: 10px;
width: 100%;
border: none;
}
.img-logo{
height: 100px; /*mengatur tinggi logo*/
width: 90px; /*mengatur lebar logo*/ 
}
a,a:hover,a:visited,a:active{
text-decoration: none;
color: #999;
}


