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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

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

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

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

@media scrren and(max-width: 1024px) {
    .login-page {
        background: url('../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('../images/404_main_day.webp') 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 {
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    height: calc(100% - 60px);
    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;
    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('../images/molino_cvas.webp') 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: 20px;
    font-size: 14px;
    z-index: 999;
    color: whitesmoke !important;
}


.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;
    }

}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.main-section {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 50px 50px 50px 50px;
    background-image: url(../images/background_login.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-overlay {
    background-color: #000000;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.container_login {
    min-height: 90vh;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.left-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self);
    width: 40%;
    position: relative;
    min-height: 1px;
    display: flex;

}

.left-element .content {
    display: flex;
    background-color: #73B73E;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /*padding: 5% 20% 25% 20%;*/
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    box-shadow: 0 0 40px #474747;
    border-radius: 30px !important;
}

.left-logo-container {
    margin-bottom: 50px;
    margin-block-end: 20px;
    text-align: left;
}

.left-logo {
    width: 163px;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle;
    display: inline-block;
}

.left-element-card {
    margin-bottom: 50px;
    margin-block-end: 20px;
    width: 100%;
}

.right-element {
    width: 60%;
    position: relative;
    min-height: 1px;
    display: flex;
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self);
}

.right-element .content {
    align-content: space-between;
    justify-content: flex-end;
    border-style: none;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
}

.venka-button {
    font-family: "Montserrat", Sans-serif, serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #363636;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #363636;
    border-radius: 0;
    padding: 18px 25px 18px 25px;
}

.venka-button-wrapper {
    text-decoration: inherit;
    display: flex;
    justify-content: center;
}

.venka-button-text {
    text-decoration: inherit;
    flex-grow: 1;
    order: 10;
    display: inline-block;
    font-family: "Montserrat", Sans-serif, serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1em;
    letter-spacing: 0;
    fill: #FFFFFF;
    color: #FFFFFF;
}

.right-element .content .spacer {
    width: 100%;
    height: 50px;
}

.right-logo-container {
    text-align: right;
    width: 100%;
    position: relative;
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self);
}

.right-logo {
    margin: 0 -2px -2px 0;
    padding: 8% 8% 8% 8%;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform .4s;
}

.right-logo img {
    width: 255px;
    border-style: none;
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

@media (min-width: 1025px) {

    .main-section {
        background-attachment: fixed;
    }
}