body {
    background-image: url("img/biji-getah.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin: 0;
    font-family: 'Open Sans Condensed', sans-serif;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: rgba(255, 255, 255, 0.6);
}
  
.main-body {
    /* position: relative; */
}

a {
    text-decoration: none;
}
a:link, a:visited {
    color: black;
}
a:hover {
    color: black;
}

.i-x-center {
    display: flex;
    justify-content: center;
}

.i-y-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.i-x-left {
    display: flex;
    justify-content: flex-start;
}

.i-x-right {
    display: flex;
    justify-content: flex-end;
}

.i-x-wrap {
    flex-wrap: wrap;
}

.banner {
    height: 100px;
    width: 100%;
    background-color: white;
    margin: 50px 0px 35px;
    
}

.banner-item {
    padding: 0 12%;
}

/* .banner-img {
    width: 110px;
    height: 100px;
    background-image: url("img/logo-risda.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
} */

.banner-img {
    width: 95px;
    height: 95px;
    background-image: url(img/logo-risda.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
}

.banner-text {
    color: #003bad;
    width: 90%;
    font-weight: 700;
    text-shadow:
       3px 3px 0 #c9c9c9,
     -1px -1px 0 #c9c9c9,  
      1px -1px 0 #c9c9c9,
      -1px 1px 0 #c9c9c9,
       1px 1px 0 #c9c9c9;
}

.banner-text .main {
    font-size: 42px;
    
}

.banner-text .sub {
    font-size: 22px;
    
}

.tab {
    padding: 0 12%;
}

.tab-item {
    border: solid 3px #181818;
    font-size: 12px;
    padding: 2px;
    width: 85px;
    width: 99px;
    height: 20px;
    font-weight: bold;
    text-align: center;
    background-color: white;
}

.activity {
    padding: 0 12%;
}

.activity-container {
    background: rgba(125,125,125,0.45);
    background: rgba(69,69,69,0.45);
    border-radius: 5px;
    border: solid #575757;
    /*max-width: 1210px; */
    /* min-height: 485px; */
    padding-bottom: 20px;
}

.activity-container .notification {
    /* width: 726px; */
    width: 60%;
    order: 1;
}


.activity-container .modul {
    /* width: 470px; */
    width: 40%;
    order: 2;
}

.activity-icon {
    color: white;
    font-size: 18px;
    background: red;
    border: solid 3px #353535;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.activity-title {
    font-size: 22px;
    font-weight: bold;
    color: white;
    margin-left: 5px;
    text-shadow: 3px 3px 0 #575757, 
                -1px -1px 0 #575757, 
                1px -1px 0 #575757,
                -1px 1px 0 #575757,
                1px 1px 0 #575757;
    display: flex;
    align-items: center;
}

.notification {
    
}

.noti-title {
    margin: 15px 0;
}

.noti-body {
    background: #c8c8c8;
    height: 385px;
    margin: 0 0 0 35px;
    border: solid white;
    overflow-y: scroll;
    /* overflow: hidden; */

}

.noti-body .news {
    border-bottom: dotted #333;
    margin: 15px 15px 30px;
}

.news .news-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.news .news-body {
    font-size: 17px;
    /* font-style: italic; */
    margin-bottom: 4px;
    color: #002469;
}

.news .news-posted {
    font-size: 14px;
    margin-bottom: 12px;
    color: #003bad;
    margin-top: 15px;
}


.modul {
    
}

.modul-title {
    margin: 15px 0;
}

.modul-body {

}

.modul-body .modul-btn {
    text-transform: uppercase;
    background: red;
    color: white;
    font-size: 35px;
    font-weight: bold;
    width: 340px;
    height: 85px;
    margin: 15px 0 30px;
    border: solid 7px #a70000;
    border-radius: 25px 0;
    cursor: pointer;
}

.modul-btn:hover {
    background: #ff2300;
}

.modul-memo {
    color: white;
    font-size: 10px;
    margin: 0 63px;
    opacity: 1;
}

.modul-memo ul {
    margin: 5px 0 19px;
    padding: 0 15px;
}

.activity-container .login {
    /* width: 470px; */
    width: 40%;
    order: 2;
}

.login {

}

.login-body {

}
.login-select {
    width: 75%;
}

.login-body .login-btn {
    text-transform: uppercase;
    background: red;
    color: white;
    font-size: 35px;
    font-weight: bold;
    width: 340px;
    height: 85px;
    margin: 15px 0 20px;
    border: solid 7px #a70000;
    border-radius: 25px 0;
    
}

.login-title {
    width: 75%;
    color: white;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    text-shadow: 3px 3px 0 #7a7a7a, -1px -1px 0 #7a7a7a, 1px -1px 0 #7a7a7a, -1px 1px 0 #7a7a7a, 1px 1px 0 #7a7a7a;
}

.login-form {
    width: 75%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 0;
    text-shadow: 3px 3px 0 #7a7a7a, -1px -1px 0 #7a7a7a, 1px -1px 0 #7a7a7a, -1px 1px 0 #7a7a7a, 1px 1px 0 #7a7a7a;
}



.login-form .input {

}

.login-form .input input {
    width: 100%;
    height: 22px;
    border: solid 3px #909090;
    margin: 6px 0;
}

.login-action {
    width: 70%;
    margin: 15px 0;
}

.login-action .btn-submit {
    width: 50%;
    
}

.login-action .btn-submit button {
    width: 120px;
    height: 35px;
    background: #606060;
    border: solid 5px #8f8f8f;
    border-radius: 7px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.login-action .btn-reset {
    width: 50%;
}

.login-action .btn-reset button {
    width: 120px;
    height: 35px;
    background: #606060;
    border: solid 5px #8f8f8f;
    border-radius: 7px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
}

.forgot-pwd {
    color: yellow;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 15px;
}

.espek-sulit {
    color: white;
    font-size: 15px;
    margin-bottom: 0px;
}

.login-alert {
    width: 75%;
}

.alert-error {
    background: rgba(255, 81, 0, 0.74);
    border: solid red;
    
    color: white;
    font-weight: 700;
    font-size: 15px;
    padding: 7px;
    border-radius: 5px;
    text-align: center;
}

.toggle-password {
    float: right;
    margin-left: -25px;
    font-size: 16px;
    margin-top: -28px;
    position: relative;
    z-index: 2;
    text-shadow: 0px 0px 0 #7a7a7a, -1px -1px 0 #7a7a7a, 1px -1px 0 #7a7a7a, -1px 1px 0 #7a7a7a, 1px 1px 0 #7a7a7a;
}

@media only screen and (max-width: 1390px) {
    .banner-text .main {
        font-size: 35px;
    }

    .banner-text .sub {
        font-size: 18px;
    }
}




@media only screen and (max-width: 1200px) {
    .banner-text .main {
        font-size: 30px;
    }

    .banner-text .sub {
        font-size: 15px;
    }

    .modul-body .modul-btn {
        text-transform: uppercase;
        background: red;
        color: white;
        font-size: 35px;
        font-weight: bold;
        width: 270px;
        height: 85px;
        margin: 15px 0 30px;
        border: solid 7px #a70000;
        border-radius: 25px 0;
    }

    .login-body .login-btn {
        text-transform: uppercase;
        background: red;
        color: white;
        font-size: 35px;
        font-weight: bold;
        width: 270px;
        height: 85px;
        margin: 15px 0 30px;
        border: solid 7px #a70000;
        border-radius: 25px 0;
    }

    .espek-sulit {
        color: white;
        font-size: 15px;
        margin-bottom: 0px;
    }
}


@media only screen and (max-width: 1024px) {
    .modul-memo {
        color: white;
        font-size: 10px;
        margin: 0 15px;
    }

    .modul-body .modul-btn {
        text-transform: uppercase;
        background: red;
        color: white;
        font-size: 35px;
        font-weight: bold;
        width: 340px;
        height: 85px;
        margin: 15px 0 30px;
        border: solid 7px #a70000;
        border-radius: 25px 0;
    }

    .login-body .login-btn {
        text-transform: uppercase;
        background: red;
        color: white;
        font-size: 35px;
        font-weight: bold;
        width: 340px;
        height: 85px;
        margin: 15px 0 30px;
        border: solid 7px #a70000;
        border-radius: 25px 0;
    }

    .activity-container .notification {
        width: 100%;
        order: 2;
    }
    
    
    .activity-container .modul {
        width: 100%;
        order: 1;
    }

    .activity-container .login {
        width: 100%;
        order: 1;
    }

    .modul-memo {
        color: white;
        font-size: 10px;
        margin: 0 15px;
        opacity: 0;
    }

    .noti-body {
        background: #c8c8c8;
        height: 385px;
        margin: 0 35px 0 35px;
        border: solid white;
        overflow-y: scroll;
        /* overflow: hidden; */
    }

    .espek-sulit {
        color: white;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .login-form .input input {
        width: 100%;
        height: 22px;
        border: solid 4px #909090;
        margin: 6px 0;
    }
}


@media only screen and (max-width: 800px) {
    .banner {
        height: 108px;
        width: 100%;
        background-color: white;
        margin: 50px 0px;
    }
}

@media only screen and (max-width: 640px) {
    .banner-text .main {
        font-size: 25px;
    }

    .banner-text .sub {
        font-size: 10px;
    }

    .modul-body .modul-btn {
        text-transform: uppercase;
        background: red;
        color: white;
        font-size: 35px;
        font-weight: bold;
        width: 296px;
        height: 75px;
        margin: 15px 0 30px;
        border: solid 7px #a70000;
        border-radius: 25px 0;
    }

    .login-body .login-btn {
        text-transform: uppercase;
        background: red;
        color: white;
        font-size: 35px;
        font-weight: bold;
        width: 296px;
        height: 75px;
        margin: 15px 0 30px;
        border: solid 7px #a70000;
        border-radius: 25px 0;
    }

    .modul-memo ul {
        margin: 0;
        padding: 0;
    }

    .news .news-title {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 4px;
        text-transform: uppercase;
    }

    .news .news-body {
        font-size: 15px;
        font-style: italic;
        margin-bottom: 4px;
        color: #002469;
    }

    .news .news-posted {
        font-size: 10px;
        margin-bottom: 12px;
        color: #003bad;
        margin-top: 15px;
    }

    .activity {
        padding: 0 12px;
    }

    .noti-body {
        margin: 0 15px;
    }

    .tab {
        padding: 0 12px;
    }

    .banner-item {
        padding: 0 12px;
    }
}

@media only screen and (max-width: 450px) {
    .banner {
        height: 150px;
        width: 100%;
        background-color: white;
        margin: 50px 0px;
    }

    .modul-body .modul-btn {
        text-transform: uppercase;
        background: red;
        color: white;
        font-size: 35px;
        font-weight: bold;
        width: 250px;
        width: 290px;
        height: 75px;
        margin: 15px 0 30px;
        border: solid 7px #a70000;
        border-radius: 25px 0;
    }

    .login-body .login-btn {
        text-transform: uppercase;
        background: red;
        color: white;
        font-size: 35px;
        font-weight: bold;
        width: 250px;
        height: 75px;
        margin: 15px 0 30px;
        border: solid 7px #a70000;
        border-radius: 25px 0;
    }

    .activity {
        padding: 0 12px;
    }

    .noti-body {
        margin: 0 15px;
    }

    .tab {
        padding: 0 12px;
    }

    .banner-item {
        padding: 0 12px;
    }

}

@media only screen and (max-width: 300px) {
    .activity {
        padding: 0 12px;
    }

    .noti-body {
        margin: 0 15px;
    }

    .tab {
        padding: 0 12px;
    }

    .banner-item {
        padding: 0 12px;
    }
}