/* ===========================
   MATIM GOVERNMENT THEME
=========================== */

body.task-login{
    background-image:url("images/bg.jpeg") !important;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    background-attachment:fixed;
}

body.task-login:before{
    content:"";
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.35);
}

#layout-content{
    position:relative;
    z-index:2;
}

.matim-header{
    text-align:center;
    margin-bottom:25px;
}

.matim-logo{
    width:120px;
    margin-bottom:15px;
}

.matim-header h2{
    color:#005BAC;
    font-size:28px;
    margin:0;
    font-weight:bold;
}

.matim-header h3{
    color:#2E7D32;
    margin-top:5px;
    font-size:20px;
}

.matim-header p{
    color:#666;
    font-size:15px;
}

.propform{
    background:rgba(255,255,255,.95);
    border-radius:20px;
    padding:35px;
    box-shadow:0 20px 60px rgba(0,0,0,.30);
}

.btn-primary{
    background:#005BAC;
    border:none;
    border-radius:8px;
}

.btn-primary:hover{
    background:#0A72D1;
}

#login-footer{
    margin-top:25px;
    text-align:center;
    color:#555;
    font-size:13px;
}

/* Background halaman login */
body.task-login{
    background: url("images/bg.jpeg") center center / cover no-repeat fixed !important;
}

/* Hilangkan background putih */
body.task-login #layout,
body.task-login #layout-content{
    background: transparent !important;
}

/* Login box */
body.task-login #login-form{
    background: rgba(255,255,255,.92) !important;
    border-radius:15px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.35);
}
body.task-login #layout-content.selected.no-navbar{
    background: transparent !important;
}
.matim-logo{
    width:110px;
    height:auto;
    display:block;
    margin:0 auto 15px;
}
/* Header */
.matim-header{
    text-align:center;
    margin-bottom:30px;
}

.matim-header h1{
    color:#ffffff !important;
    font-size:42px;
    font-weight:700;
    text-shadow:0 3px 8px rgba(0,0,0,.8);
}

.matim-header h2{
    color:#ffffff !important;
    font-size:26px;
    font-weight:600;
    text-shadow:0 3px 8px rgba(0,0,0,.8);
}

.matim-header p{
    color:#ffffff !important;
    font-size:18px;
    text-shadow:0 2px 6px rgba(0,0,0,.8);
}
.matim-header h1,
.matim-header h2,
.matim-header p{
    color:#fff !important;
    text-shadow:2px 2px 8px rgba(0,0,0,.8);
}