﻿.buttonZaloguj {
    background-color: #efefef;
}


.warning-panel {
    background-color: white;
    color: #14385a;
    border-color: #ebccd1;
}

@media only screen and (max-width: 768px) {
    .backgroundImage {
        background-image: unset;
    }

    #header{
        display: none;
    }
}

.header {
    background-color: #14385a
}


.headerText {
    color: #ffffff;
}

.jumbotronLeft {
    background-color: #14385a;
}

.jumbotronRight {
    color: #14385a;
    background-color: white;
}

    .jumbotronRight a {
        color: #14385a;
        text-decoration: revert;
    }

.login-text-2:hover {
    color: #ffffff !important;    
}


.login-text-2 {
    color: #ffffff;
}





.jumbotronRemaindPassword {
    color: #ffffff;
}

    .jumbotronRemaindPassword a {
        color: white;
    }
	
.jumbotronRemaindPassword a:hover{
        color: white;
        text-decoration: none;
    }

.jumbotronHelp {
    background-color: #efefef;
}

    .jumbotronHelp a {
        color: #14385a !important;
        text-decoration: revert;
    }


.helpd-text {
    color: #6a6a6a;
}

#bottom-bg {
    background-color: #14385a;
    color: #FFFFFF;
}

.jumbotronColor {
    background-color: #14385a !important;
}

@media only screen and (max-width: 576px) {

}

@media only screen and (min-width: 576px) {

    .text-title {
        color: #d50912;
    }	

}

.home-text {
    color: #000000;
}


.btn-primary {
	background-color: #14385a;
    border-color: #14385a;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        color: #FFFF;
        background-color: #14385a;
        border-color: #14385a;
    }

a {
    color: #14385a;
    text-decoration: underline;
}

    a:hover {
        color: #14385a;
		text-decoration: none;
    }
	
