/* start HEADER - TOP */
.logo {
position:relative;
margin-top:30px;
margin-bottom:20px;
}

#frmlogin {
width:219px;
height:104px;
background:url(../images/bglogin.png) no-repeat;
position:relative;
margin:15px auto 0 auto;
z-index: 2;
}

#username, #password, #code {
position:absolute;
background:none;
border:none;
height:29px;
padding:0 5px;
color:#000;
box-sizing: border-box;
}

#username, #password {
width:219px;
left:0px;
}

#username {
top:0px;
}

#password {
top:38px;
}

#code {
width:66px;
top:3px;
left:262px;
}

.img_code {
position:absolute;
top:3px;
left:338px;
}

#login {
background:none;
border:none;
position:absolute;
width:104px;
height:29px;
top:75px;
left:0px;
cursor:pointer;
}

.lupapass, .daftar {
position:absolute;
display:block;
}

.lupapass {
top:75px;
left:0px;
width:104px;
height:29px;
}

.daftar {
left:114px;
top:75px;
width:104px;
height:29px;
}

.runningtext {
height:28px;
margin:5px 0 5px 0;
background:url(../images/runningtext.png) no-repeat center left;
}

.runningtext_content {
height:28px;
line-height:28px;
padding:0 10px 0 30px;
color:#fff;
}

/* end HEADER - TOP */
