: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");
}

.cover-home{
    background: url('https://ik.imagekit.io/atlasvirtual/mbs/cover%20granara_mXvcnv0-N.png?updatedAt=1707206567706') center 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/mbs/logo-granara-white_GLcAm2DDg.png?updatedAt=1707206567162') center center no-repeat;
    background-size: 100% auto;
}
/* loading  */
.loader-container {
    background: rgba(255,255,255,.3)  url('https://ik.imagekit.io/atlasvirtual/mbs/logo-granara_gjFHfa4LH.png?updatedAt=1707206567257') center center no-repeat;
    background-size: 130px auto;
}
.login-into {
    /* cover bg */
    background: url('https://ik.imagekit.io/atlasvirtual/mbs/cover%20granara_mXvcnv0-N.png?updatedAt=1707206567706') center center no-repeat;
    background-size: calc(100% - 317px) 100%;
}

@media (max-width: 650px) {

    .cover-home {
        background: url('https://ik.imagekit.io/atlasvirtual/mbs/cover%20granara_mXvcnv0-N.png?updatedAt=1707206567706');
        background-size: auto 100%;
    }
}