@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

html,
body {
    height: 100%;
    /*background-color: #e1f5fe;*/
    font-family: Raleway;
}
td {
    background-color: #fff;
}

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

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

.footer {
    height: 40px;
    background-color: #0c6057;
    border-top: 1px solid #085b53;
    padding-top: 10px;
    color: #ddd;
}
.footer a {
    color: #ddd;
}
.footer a:hover {
    text-decoration: none;
}

.btn {
    border-radius: 0px;
    -moz-box-shadow: 0px 0px 1px 1px #00796b;
    -webkit-box-shadow: 0px 0px 1px 1px #00796b;
    box-shadow: 0px 0px 1px 1px #00796b;
    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 {
    min-height:60px !important;
    border-bottom: 2px solid #0c6057;
    border-radius: 0;
    background-color: #e5e3e4;
}

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