<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-size:14px;
    background:#eee;
    color:#000;
}

#wrapper{
    margin:55px auto;
    padding:0;
    width:70%;
    border:1px solid #ddd;
    border-radius:20px;
    box-shadow:3px 3px 3px #777;
    padding-bottom:10px;
    background:#fff;
}

#head{
    margin:10px auto;
    width:60%;
    float:right;
    border:0px solid #000;
}

#h-kiri{
    float:left;
    width:70%;
}

#h-kanan{
    float:right;
    width:30%;
}

#h-kanan img{
    border:1px solid #ccc;
}


#login{
    clear:both;
    width:90%;
    height:65%;
    margin:0 auto;
}

#box-login{
    border-top:40px solid #2ECCFA;
    border-bottom:15px solid #2ECCFA;
    border-right:15px solid #2ECCFA;
    border-left:15px solid #2ECCFA;
    width:auto;
    height:50%;
    padding:30px 50px 50px 30px;
    border-radius:20px;
}


h2
{
	position: relative;
	width: 25%;
	font-size: 1.5em;
	font-weight: bold;
	padding: 6px 20px 6px 50px;
	margin: 10px 10px 10px -20px;
	color: #555;
	background-color: #F7BE81;
	text-shadow: 0px 1px 2px #bbb;
	-webkit-box-shadow: 0px 2px 4px #888;
	-moz-box-shadow: 0px 2px 4px #888;
	box-shadow: 0px 2px 4px #888;
        float:left;
}

h2:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	top: 100%;
	border-width: 5px 10px;
	border-style: solid;
	border-color: #666 #666 transparent transparent;
}

table.login td {
	font-weight:800;
	font-family:tahoma;
        font-size:10px;
}

input[type="text"], input[type="password"]{
	height: 35px;
	position: relative;
	margin-top: 7px;
	font-size: 14px;
	color: #444;
	outline: none;
	border: 1px solid rgba(0, 0, 0, .49);

	text-indent: 20px;
	
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
	border-radius: 6px;

	background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
	background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
	background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
	background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);
	background-image: linear-gradient(bottom, #FFFFFF 0%, #F2F2F2 100%);

	-webkit-box-shadow: inset 0px 2px 0px #d9d9d9;
	box-shadow: inset 0px 2px 0px #d9d9d9;

	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	-ms-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out;
}
input[type="submit"], input[type="button"]{
    background:#eee;
    border:1px solid #ccc;
    padding:5px;
    width:100px;
    /*border-radius:10px;*/
    box-shadow:3px 3px 3px #ccc;
    margin-right:10px;
    float:left;
    /*text-align:center;*/
}

input[type="submit"]:hover , input[type="button"]:hover{
    background:#eee;
    box-shadow:3px 3px 3px #ccc;
}


input[type="submit"]:active,  input[type="button"]:active{
    position:relative;
    bottom:-1px;
}

#footer{
    padding:10px 0 5px 0;
}

#footer-box{
    width:95%;
    text-align:center;
    border-top:1px solid #ccc;
    margin:0 auto;
    padding-top:8px;
}

.new_user {
    /*text-align:center;*/
    float:left;
    /*margin-right:80px;*/
}

.new_user &gt; .daftar {
    padding:10px;
    display:block;
    font-size:14px;
    font-family:'lato',helvetica, arial, sans-serif;
    color:#000;
    text-decoration:none;
}

.new_user &gt; .daftar:hover {
    text-decoration:underline;
}

.bg-putih {
    background-color:#fff;
}</pre></body></html>