body {
    background: #e7e9eb url('../Data/Back.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.container {
    max-width: 600px;
}
.logo-depan {
    width: 100%;
    max-width: 300px;
    margin-top: 30px;
}
.height-15 {
    height: 15px;
}
.garis {
    height: 5px;
    background: #ffffff;
    width: 100%;
    border-radius: 5px;
}
/*
.gambar {
    background-color: rgba(175,175,175, 0.9);
    width: 100%;
    height: 150px;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 7px;
    padding-top: 30px;
    transition: 0.5s;
}
*/
.gambar {
    max-width: 100px;
    border-radius: 15px;
    transition: 0.5s;
}
.gambar:hover {
    width: 110%!important;
    max-width: 120px;
    background-color: rgba(73, 73, 73, 0.9);
    transform: rotate(10deg);
}
.footer {
    margin-top: 15px;
    font-size: 11px;
} 
.footer span {
    /*
    color: #ffffff;
    background: #00a759;
    */
    color: #ffffff;
    border-radius: 5px;
}
.bg-menu {
    background-color: rgba(25,25,25, 0.8);
    border-radius: 15px;
    border: 2px solid rgba(255,255,255, 0.8);
    box-shadow:0 10px 16px 0 rgba(255,255,255,0.4),0 6px 20px 0 rgba(255,255,255,0.2) !important;
}
.cari-satu {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 2px solid #ffffff;
    box-shadow:0 10px 16px 0 rgba(255,255,255,0.4),0 6px 20px 0 rgba(255,255,255,0.2) !important;
}
.cari-dua {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 15px;
    padding-right: 30px;
    border: 2px solid #ffffff;
    transition: 0.5s;
    box-shadow:0 10px 16px 0 rgba(255,255,255,0.4),0 6px 20px 0 rgba(255,255,255,0.2) !important;
}
.btn-masuk {
    border: 2px solid #ffffff;
    transition: 0.5s;
    box-shadow:0 10px 16px 0 rgba(255,255,255,0.4),0 6px 20px 0 rgba(255,255,255,0.2) !important;
    border-radius: 15px;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/loader.gif) center no-repeat rgba(25,25,25, 0.9);
}