:root {
    --mm-line-height: 20px;
    --mm-listitem-size: 44px;
    --mm-navbar-size: 44px;
    --mm-offset-top: 0;
    --mm-offset-right: 0;
    --mm-offset-bottom: 0;
    --mm-offset-left: 0;
    --mm-default: #112c62;
    --mm-color-border: rgba(195, 212, 202, 0.1);
    --mm-color-button: rgba(195, 212, 202, 0.3);
    --mm-color-text: #222;
    --mm-color-text-dimmed: rgba(195, 212, 202, 0.75);
    --mm-color-background: #153472;
    --mm-color-background-hover: #0c2048;
    --mm-color-background-highlight: #112c62;
    --mm-color-background-emphasis: none;
    --mm-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}
@font-face {
    font-family: senticRegular;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/font_sentic/SenticText.otf") format("opentype");
}

@font-face {
    font-family: senticLight;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/font_sentic/SenticDisplayLight.otf") format("opentype");
}

@font-face {
    font-family: senticMedium;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/font_sentic/SenticTextMedium.otf") format("opentype");
}

@font-face {
    font-family: senticBold;
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/font_sentic/SenticTextBold.otf") format("opentype");
}

div#page{
    position: relative;
    background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    min-height: 95px;
}
div#page:before {
    position: absolute;
    top: 20px;
    left: 30px;
    width: 200px;
    height: 100px;
    background: url('https://ik.imagekit.io/atlasvirtual/Grand%20Batang/logo%20gbc%20white_yoKuzI7V5.png?updatedAt=1715063177143') top center no-repeat;
    background-size: 100% auto;
    content: "";
}

.cover-home{
    background: url('https://ik.imagekit.io/atlasvirtual/Grand%20Batang/cover%20gbc%20crop_zDj3X7Vcd.png?updatedAt=1715063853585') left center no-repeat;
   background-size: cover; 
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    text-align: center;
}

.header .logo-header {
    background: url('https://ik.imagekit.io/atlasvirtual/Grand%20Batang/logo%20gbc%20white_yoKuzI7V5.png?updatedAt=1715063177143') center center no-repeat;
    background-size: 100% auto;
}
/* loading  */
.loader-container {
    background: rgba(255,255,255,.3)  url('https://ik.imagekit.io/atlasvirtual/Grand%20Batang/logo%20gbc_usyIcR44k.png?updatedAt=1715063176942') center center no-repeat;
    background-size: 130px auto;
}
.login-into {
    /* cover bg */
    background: url('https://ik.imagekit.io/atlasvirtual/Grand%20Batang/cover%20gbc%20crop_zDj3X7Vcd.png?updatedAt=1715063853585') center center no-repeat;
    background-size: calc(100% - 317px) 100%;
}
.slide-right img {
    display: block;
    max-width: 350px !important;
}

@media (max-width: 650px) {
    /* cover */
    .cover-home {
        background: url('https://ik.imagekit.io/atlasvirtual/BSD%20PROPERVIEW/cover%20enchante_od9PzfBu7.jpg?updatedAt=1714644897966');
        background-size: auto 100%;
    }
    .slide-right img {
        display: block;
        max-width: 360px;
    }
    div#page:before {
        top: 25px;
        left: 15px;
        width: 250px !important;
    }
}
