﻿body {
}

.buttonZaloguj {
    width: 100%;
    background-color: #efefef;
}

.backgroundImage {
    background-image: url(pic/slider/home_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 500px;
}

/*.backgroundImageSm {
    background-image: url(pic/slider/home_bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 100%;
    position: absolute;
    top: 0;
}*/
.warning-panel {
    background-color: white;
    color: #31578b;
    border-color: #ebccd1;
    padding: 20px;
    padding-left: 40px;
    font-family: "Century Gothic", Arial;
    font-size: 14px;
    display: none;
}

.changeLanguage{
    width: 30px;
    margin-left: 5px;
}

@media only screen and (max-width: 768px) {
    .backgroundImage {
        background-image: unset;
    }

    #header{
        display: none;
    }
}

.header {
    height: 40px;
    background-color: #31578b
}

#logo {
    width: 109px;
    height: 27px;
    margin-top: 5px;
}

.headerText {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #ffffff;
    padding: 6px 0px 0px 15px;
}

.jumbotronLeft {
    padding: 2rem 2rem;
    background-color: #31578b;
}

.jumbotronRight {
    color: black;
    background-color: white;
    border: 0px solid #000000;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .jumbotronRight a {
        color: black;
        text-decoration: revert;
    }

#linkLogo {
    width: 100%;
}

.linkLogo img {
    width: 80%;
}

.psw-btn {
    width: 100% !important;
}

.login-text-2:hover {
    color: #ffffff !important;    
}


.login-text-2 {
    font-family: "Century Gothic", Arial;
    font-size: 16px;
    color: #ffffff;
}





.jumbotronRemaindPassword {
    font-family: "Century Gothic", Arial;
    font-size: 16px;
    color: #ffffff;
    padding: 1rem 2rem;
}

    .jumbotronRemaindPassword a {
        color: white;
        text-decoration: revert;
        font-family: "Century Gothic", Arial;
        font-size: 14px;
    }

.jumbotronHelp {
    background-color: #efefef;

    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .jumbotronHelp a {
        color: #1b72b1 !important;
        text-decoration: revert;
        font-family: "Century Gothic", Arial;
        font-size: 14px;
    }
.helpd-title {
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    color: #6a6a6a;
    padding: 0px 0px 10px 0px;
}

.helpd-text {
    font-family: 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #6a6a6a;
    margin-top: 0px;
}

#bottom-bg {
    z-index: 1;
    border: 0px solid #000000;
    background-color: #31578b;
    font-family: "Century Gothic", Arial;
    font-size: 12px;
    color: #FFFFFF;
    text-align: left;
    padding: 15px;
}

.jumbotronColor {
    background-color: #31578b !important;
    padding: 2rem 2rem !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.jumbotron{
    padding-top: 2rem !important;
    
    margin-bottom: 2rem !important;
}



@media only screen and (max-width: 576px) {

    #divConteiner {
        margin-left: 0px !important;
        margin-right: 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media only screen and (min-width: 576px) {


    .home-text {
        margin: 20px 0px 20px 0px !important;
    }

    .text-title {
        font-family: 'Noto Sans', sans-serif;
        font-size: 32px;
        line-height: 26px;
        color: #d50912;
        margin-top: 20px;
        margin-bottom: 20px;
        box-sizing: unset;
    }	





    /*.text-title{
        margin-left: 10px !important;
    }*/
}

.home-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-align: justify;
    line-height: 19px;
    color: #000000;
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 20px 0px;
}

.jumbotronHight{

}

@media only screen and (min-width: 1200px) {
    .jumbotronHight {
        min-height: 840px;
    }

}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .jumbotronHight {
        min-height: 850px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .jumbotronHight {
        min-height: 890px;
    }
}

/*@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    .jumbotronHight {
        min-height: 845px;
    }
}*/