@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html,
body {
    height: 100%;
    /*background-color: #e1f5fe;*/
    font-family: "Inter", serif;;
    background-image: url(/frontend/web/images/pattern-new.png);
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 100px;
    background-color: #1b1b1b;
    border-top: 1px solid #262626;
    padding-top: 20px;
    color: #899191;
}

.panel {
    background-color: #7B1417;
    border-color: #7B1417;
}
.panel {
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 1px 1px #607d8b;
    -webkit-box-shadow: 0px 0px 1px 1px #607d8b;
    box-shadow: 0px 0px 1px 1px #607d8b;
    color: white;
}
.btn {
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 1px 1px  #7B1417;
    -webkit-box-shadow: 0px 0px 1px 1px  #7B1417;
    box-shadow: 0px 0px 1px 1px  #7B1417;
    color: white;
}
.panel:hover {
    -moz-box-shadow: 0px 0px 3px 1px #9e9e9e;
    -webkit-box-shadow: 0px 0px 3px 1px #9e9e9e;
    box-shadow: 0px 0px 3px 1px #9e9e9e;
    transition: box-shadow 0.3s;
}
.btn-likla {
    background-color: #26a69a;
    color: white;
}

.logo {
    position: absolute;
    top: -1px;
    left: 35px;
    height: 60px;
}

.logo_2 {
    position: absolute;
    top: -1px;
    left: 955px;
    height: 60px
}

.site_title i {
    position: absolute;
    top: 8px;
    left: 205px;
    border: 2px solid #00ac5d;
    padding: 10px 12px;
    border-radius: 50%;
    font-size: 22px;
    color: #039be5;
    font-weight: bold;
}

.navbar {
    -moz-box-shadow: 0px 0px 3px 2px #e4e4e4;
    -webkit-box-shadow: 0px 0px 3px 2px #e4e4e4;
    box-shadow: 0px 0px 3px 2px #e4e4e4;
    background-color: #7f121c;
    border-color: #7f121c;
    border-radius: 0;
}

.navbar-header .navbar-brand {
    color: #009688;
    font-size: 30px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    .logo {
        left: -2px;
    }
    .logo_2 {
        left: 792px;
    }
    .site_title i {
        left: 168px;
    }
}
@media only screen and (max-width: 768px) {
    .logo {
        left: 100px;
        height: 70px;
    }
    .logo_2 {
        left: 470px;
        height: 70px;
    }
    .site_title i {
        top: 14px;
        left: 300px;
        font-size: 26px;
    }
    .navbar-toggle {
        display: none;
    }
}
@media only screen and (max-width: 640px) {
    .logo {
        left: 44px;
    }
    .site_title i {
        left: 243px;
    }
    .logo_2 {
        left: 414px;
    }
}
@media only screen and (max-width: 414px) {
    .logo {
        top: 10px;
        left: 40px;
    }
    .logo_2 {
        display: none;
    }
    .site_title i {
        top: 25px;
        left: 239px;
    }
}
@media only screen and (max-width: 360px) {
    .logo {
        left: 16px;
    }
    .site_title i {
        left: 215px;
    }
}
@media only screen and (max-width: 320px) {
    .logo {
        left: 4px;
        height: 65px;
    }
    .site_title i {
        font-size: 24px;
        top: 22px;
        left: 188px;
    }
}