@charset "utf-8";
/* CSS Document */

body {
	background-size:100%; background-attachment:fixed;
	margin: 20px;
	font-family:'Calibri Light';
}
.background {position: absolute;width: 100%; background: url(../images/bgr.png); background-size:100%; background-attachment:fixed;}
body, buttom, input, select, textarea {
	color: #444;
	font-size: 12px;
}
p {
	margin: 0px;
	line-height: 19px;
}
input, select, textarea {
	font-size: 11px;
	padding: 7px 8px;
	border: 1px solid #999;
}
.judullogin {
	font-weight: normal;
	margin: 0px;
	padding: 5px;
	padding-bottom: 10px;
	font-size: 30px;
	color: #fff;
	min-height: 45px;
    background: dodgerblue;
}
h1 {

}
h3 {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}
#content {
	width: 550px;
	margin: 0 auto;
	margin-top: 10%;
	border-radius: 5px;
	border: 10px solid dodgerblue;
}
@media screen and (max-width: 550px) {
	#content {
		width: 90%;
	}
}
#content-login {
	padding: 20px 10px;
}
#jq_msg {
	display: none;
}
#jq_msg .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-radius: 0;
}
.ui-msg {
	padding: 10px;
}
