
.arc-box {
    float: left;
    border: 2px solid #ababab;
    height: 25px;
    width: 25px;
    border-radius: 4px;
    background: #f7f7f7;
}

p.petugas {
    float: left;
    color: #696969;
    font-weight: 600;
    font-size: 12px;
    padding: 4px;
}

.notif {
    color: #cc3434;
    font-size: 12px;
    margin-bottom: 15px;
}

.icon {
    float: left;
}

.captcha {
    position: absolute;
    background: #fff;
    margin-left: -10px;
    border: 2px solid #cacaca;
    box-shadow: 1px 1px 13px #CCC;
    padding: 0px 10px 10px;
    border-radius: 4px;
    display: none;
    z-index:1;
}

.captcha p {
    font-size: 12px;
    margin: 0;
}

input.txtcaptcha {
    font-size: 18px;
    padding: 5px 10px;
    border: 2px solid #c7c7c7;
    border-radius: 3px;
    margin: 3px -9px -9px;
    background: #f7f7f7;
}

img#changecaptcha {
    right: 5px;
    top: 5px;
    position: absolute;
    cursor: pointer;
}

img#captcha {
    height: 70px;
}

.login-content{
    padding: 30px 20px 60px;
}