.l-body {
    position: relative;
    min-height: 100vh;
}

.l-body--site .l-bg {
    height: 200px;
    max-height: 200px;
    overflow: hidden;
}

.l-bg__gradient--site {
    position: absolute;
    top: 0;
    z-index: 0;

    width: 100%;
    height: 100%;
    /*background: rgb(255,255,255);*/

    background: linear-gradient(to top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) calc(100% - 100px), rgba(255,255,255,0) 100%);
}

.navbar-login {
    visibility: visible !important;
    opacity: 1 !important;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: center;

    padding-top: 130px;
}

.l-body--important-msg .logo-container {
    padding-top: 148px;
}

.site-content {
    margin-top: 0;
    padding-bottom: 100px;
}

.l-body--logo-center .site-content {
    margin-top: 0;
}

.section-header {
    margin-bottom: 30px;

    text-align: center;
    font-size: 2.25rem;
}

#login-form .form-control {
    font-size: 1rem;
}

.container {
    padding: 0 !important;
    max-width: 100% !important;
}

.l-footer {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-top: 60px;
}

.site-content {
    padding-bottom: 140px;
}

.formularze {
    background-color: #ffffff !important;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.white-container-new--color-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    /*border-top: 3px solid #128071;*/
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

b, strong {
    font-weight: bold;
}

/*.custom-navbar {*/
/*    position: relative;*/
/*    top: 1px;*/
/*}*/

/*.custom-navbar li a:focus, .custom-navbar li.active a {*/
/*    background-color: #ffffff !important;*/
/*    color: #d0041d;*/
/*    font-weight: bold;*/
/*}*/

/*.custom-navbar li a {*/
/*    background-color: rgba(0,0,0,0.05) !important;*/
/*}*/

@media screen and (max-width: 768px) {
    .l-body--logo-center .navbar-login {
        height: 40px;
        width: 140px;
        padding: 0;
        margin-right: 10px;
        font-size: 1rem;
        line-height: 40px;
    }
}

@media screen and (max-width: 426px) {
    .navbar-login {
        width: 33vw !important;
    }
}

/*
================================================== !!! ==================================================
    WIDTH: ALL
    HEIGHT: 400
================================================== !!! ==================================================
*/

@media screen and (max-height: 400px) {
    .logo-container {
        padding-top: 80px;
    }

    .l-body--important-msg .logo-container {
        padding-top: 98px;
    }
}