<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* start HEADER - TOP */
.fixed-right {
position:fixed;
right:0;
top:20%;
}

.logo {
margin-top:70px;
position:relative;
margin-bottom:25px;
}

#frmlogin {
width:280px;
height:284px;
background:url(../images/bglogin.jpg) no-repeat;
position:relative;
margin-left:20px;
}

#username, #password, #code {
position:absolute;
background:none;
border:none;
height:38px;
padding:0 5px;
color:#fff;
}

#username, #password {
width:171px;
}

#username {
top:72px;
left:78px;
}

#password {
top:120px;
left:78px;
}

#code {
width:37px;
top:32px;
}

.img_code {
position:absolute;
top:29px;
right:0px;
}

#login {
background:none;
border:none;
position:absolute;
width:238px;
height:38px;
top:168px;
left:21px;
cursor:pointer;
background: red; opacity:0.3;
}

#login:hover {
  opacity:0;
}

.lupapass, .daftar {
position:absolute;
display:block;
}

.lupapass {
top:37px;
left:0px;
width:90px;
height:11px;
}

.daftar {
right:20px;
top:218px;
background: url(../images/daftar.gif) no-repeat;
width:240px;
height:40px;
}

.follow-us {
  color: #fff;
  margin-left:20px;
  padding-top:212px;
}

.follow-us ul, .follow-us li {
  margin: 0; padding: 0; list-style: none;
}

.follow-us ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  display: block;
  margin-top:5px;
}

.follow-us li {
  display: inline-block;
  margin-left:10px !important;
}

.follow-us li:first-child {
  margin-left: 0 !important;
}

.runningtext {
height:38px;
line-height:38px;
padding:0 0px 3px 120px;
margin:0px 0 0px 0;
background:url(../images/runningtext.png) no-repeat center left;
}

.runningtext_content {
color:#fff;
}

/* end HEADER - TOP */
</pre></body></html>