body{
	font-family: sans-serif; 
    background-image: url(bg1.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;  
    background-size: cover;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
    }
 
h1{
	text-align: center;
	/*ketebalan font*/
	font-weight: 300;
}
 
.tulisan_login{
	text-align: center;
	/*membuat semua huruf menjadi kapital*/
	text-transform: uppercase;
}
 
.kotak_login{
	width: 350px;
	background: rgb(244, 246, 247);
	/*meletakkan form ke tengah*/
	margin: 80px auto;
	padding: 30px 20px;
}
 
label{
	font-size: 11pt;
}
 
.form_login{
	/*membuat lebar form penuh*/
	box-sizing : border-box;
	width: 100%;
	padding: 10px;
	font-size: 11pt;
	margin-bottom: 20px;
	background: rgb(243, 246, 247);
}
 
.tombol_login{
	background: #3e5ff1;
	color: white;
	font-size: 11pt;
	width: 100%;
	border: none;
	border-radius: 25px;
	padding: 10px 20px;
}
 
.link{
	background: #18038d;
	color: white;
	font-size: 11pt;
	width: 100%;
	border: none;
	border-radius: 25px;
	padding: 10px 150px;
}