﻿body {
    background-image: url(images/background-publication-mykiosque.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.btn-sso {
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 8px;
    padding-right: 7px;
}

.zn-help {
    padding-top: 10px;
    color: unset!important;
}

.alert-success {
    color:#fff;
    background-color: rgba(113, 192, 22, 1)!important;
}

.alert-danger {
    color: #fff;
    background-color: rgba(252, 86, 97, 1) !important;
}

.auth .brand-logo {
    margin-bottom: 1rem;
    font-size: 1.50rem;
}

.auth .brand-check {
    font-size: 12px;
    text-align: center;
    margin-bottom: 1rem;
}

.auth .brand-check-url {
    font-size: 12px;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.auth .brand-check-url i {
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 20px;
    color: #0ECB81;
}

.auth .brand-check-url i label:first-child {
    padding-left: 5px;
    color: #0ECB81;
}

.auth .brand-check-url i label {
    color: #000;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: unset !important;
}

.auth .auth-form-light {
    background-color: rgba(255,255,255,.2);
    border-radius:10px;
    color:#fff;
}

.auth-link {
    font-size: 14px;
    color: var(--btn-txt-color)!important;
}

.auth-link:hover {
    color: var(--btn-txt-color) !important;
}

.auth-form{
   width:480px;
}

@media (min-width: 576px) {
    .brand-logo img {
        width: 390px !important;
    }
}




.main-panel {
    background: unset !important;
    width: 100%;
}

#map-canvas {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: -200px;
    left: 0;
    right: 0;
    z-index: 0;
}

.container-scroller {
    z-index: 100;
    position: relative;
}
