@font-face {
    font-family: "Gotham";
    src: url("https://assets.bistroadmin.com/public/fonts/Gotham-Book.woff") format("woff");
}

body {
    font-family: "Gotham", Arial, sans-serif;
    margin-left: 7px;
}

.toast {
    max-width: 100% !important;
}

.login-page-day {
    overflow: hidden;
    background: url('https://assets.bistroadmin.com/public/images/bg_day.webp') no-repeat fixed center center;
    background-size: cover;
}

.login-page-night {
    overflow: hidden;
    background: url('https://assets.bistroadmin.com/public/images/bg_night.webp') no-repeat fixed center center;
    background-size: cover;
}

@media scrren and(max-width: 1024px) {
    .login-page {
        background: url('https://assets.bistroadmin.com/public/images/bg_day_small.webp') no-repeat fixed center center;
    }
}

.login-page .login-form .login-header {
    margin-bottom: 10px;
}

.login-page .login-form .form-group .form-control.input-dark {
    background: #313334;
    border: 1px solid #afb1b1;
    color: #fff;
}

.container-404 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: url('https://assets.bistroadmin.com/public/images/404_main_day.png') no-repeat;
    background-size: 350px;
    width: 350px;
    height: 550px;
    border: 1px solid red;
}

.container-login {
    top: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
    /*height: 510px;*/
    box-shadow: 0 0 40px #a3a3a3;
    border-radius: 30px !important;
}


.customer-logo {
    border-radius: 25px;
    position: relative;
    max-height: 120px;
    max-width: 150px;
    text-align: center;
    font-size: 21px;
    color: white;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    /*border: 1px solid red;*/
}

.customer-logo-bistro {
    height: 45px;
    width: 100px;
    left: 50%;
    right: 50%;
}

.welcome-msg {
    margin-top: -75px;
    padding-top: 10px;
}


.logo-header {
    display: block;
    float: left;
    width: 130px;
    height: 40px;
    position: absolute;
    left: calc(100% / 2 + 160px);
    top: 3px;
    font-size: 0;
    margin-top: 3px;
}

.row-404 {
    height: calc(100% - 170px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.row-login {

    height: calc(100% - 120px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.btn {
    padding: 30px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /* text-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 20px #eee;*/
    margin: auto;
    display: block;
    border-radius: 30px !important;

}

/* Demo Stuff End -> */

/* <- Magic Stuff Start */

.btn:hover {
    background-position: right center; /* change the direction of the change here */
}

.btn-1 {
    background-image: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%);
}

.btn-2 {
    background-image: linear-gradient(to right, #fbc2eb 0%, #a6c1ee 51%, #fbc2eb 100%);
}

.btn-3 {

    background-image: linear-gradient(to right, #84fab0 0%, #36bd0c 51%, #84fab0 100%);
}

.btn-4 {
    background-image: linear-gradient(to right, #a1c4fd 0%, #b537ff 51%, #a1c4fd 100%);
}

.btn-5 {
    background-image: linear-gradient(to right, #c88223 0%, #c80000 51%, #c88223 100%);
}

.logo {
    width: 50px;
    height: 50px;
    background: url('https://assets.bistroadmin.com/public/images/molino_cvas.png') no-repeat;
    margin: auto;
    padding-top: 20px;
}

.login-wraper {
    width: 440px;
    height: 370px;
    padding: 0;
    position: relative;
    border-radius: 2px;
    margin: 0 auto;
}

.login-blur {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #2c2c2c;
    background: rgba(5, 3, 3, 0.76);
    filter: blur(4px);
}

.login-block {
    position: absolute;
    margin: 20px;
}

.login-block h1 {
    text-align: center;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 20px;
}


.login-block button {
    width: 100%;
    height: 40px;
    background: #ff656c;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e15960;
    color: #2c2c2c;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    outline: none;
    cursor: pointer;
}

.login-block button:hover {
    background: #ff7b81;
}

.login-helper {
    margin-top: 40px;
    font-size: 14px;
}


.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
}

tr {
    cursor: pointer;
}

.site_footer {
    position: absolute;
    border-top: 2px solid whitesmoke;
    background: #202020;
    color: #989898;
    padding-bottom: 10px;
    margin-top: 0;
    top: calc(100% - 120px);
    width: 100%;
    height: 120px;
}

.site_footer_wrapper {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    box-sizing: border-box;
    position: relative;
    width: calc(100% - 100px);
    margin: 0 auto;
    display: block;
}

.site_footer_copyright {
    box-sizing: border-box;
    position: relative;
    width: calc(100%);
    height: 20px;
    margin-top: 5px;
    display: block;
    background: #202020;
    font-size: 11px;
    border-top: 2px solid #353535;
}

.site_footer_section {
    padding: 0;
    border: 0;
}

.site_footer_section a {
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    color: #989898;
    text-decoration: none;
    margin-bottom: 5px;
    letter-spacing: .02em;
}

.site_footer_title {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #2c2d32;
    border-radius: .35rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


@media screen and (max-width: 1366px) and (min-width: 400px) {

    .no-show-on-small {
        display: none !important;
        height: 0;
    }

    .no-show-on-mobile {
        display: block !important;
    }

    .show-only-mobile {

        display: none !important;
    }

    .container-login {
        top: 60px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 350px;
        height: 450px;
        box-shadow: 0 0 40px #a3a3a3;
        border-radius: 30px !important;
    }

    .login-form {

        margin-top: -60px;
    }


    .welcome-msg {
        margin-top: 0;
        padding-top: 10px;
    }

}
