body{
	font-family: sans-serif;
	background: #d5f0f3;
}

h1{
	text-align: left;
	/*ketebalan font*/
	font-weight: 300;
}

.tulisan_login{
	text-align: left;
	/*membuat semua huruf menjadi kapital*/
	text-transform: uppercase;
}

.kotak_login{
	width: 70%;
	background: white;
	/*meletakkan form ke tengah*/
	margin: 10px auto;

}

label{
	font-size: 11pt;
}

.form_login{
	/*membuat lebar form penuh*/
	width: 50%;

	font-size: 11pt;
	margin-bottom: 10px;
}

.tombol_login{
	background: #46de4b;
	color: white;
	font-size: 11pt;
	width: 100%;
	border: none;
	border-radius: 3px;

}

.link{
	color: #232323;
	text-decoration: none;
	font-size: 10pt;
}