/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Mulai coding css setelah CSS reset*/

body{
	background-image: url(img/pola.png);
}

.container{
    background-color: maroon;
    width: 1000px;
    height: 500px;
    margin: 100px auto;
}
.containerkcl{
	background-color: maroon;
	width: 500px;
	height: 250px;
	margin: 100px auto;
}
.gambar{
    width: 600px;
    height: 500px;
	padding: 25px;
	position: absolute;
}
.keter{
	padding: 20px;
	color: white;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;

}
.login{
    width: 400px;
    height: 500px;
	float: right;
}

.flogin{
	box-sizing: border-box;
	padding: 30px;
	display: inline-block;
	color: white;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	margin-top: 80px;
}
.fsub{
	/*box-sizing: border-box;*/
	/*display: inline-block;*/
	width: 350px;
	padding: 60px;
	margin: 50px auto;
	
}

.textin{
	width: 340px;
	height: 30px;
	margin-top: 5px;
}

.Loginbutton{
	width: 350px;
	height: 40px;
	background-color: darkblue;
	border-radius: 8px;
	font-size: 20px;
	color: whitesmoke;
}

.daftarbutton{
	background-color: darkorange;
	height: 25px;
	border-radius: 6px;
	margin-left: 105px;
	color: white;
	font-weight: bold;
}
.testii{

	background-color: aliceblue;
	width: 200px;
	height: 200px;
	margin: auto;
}	