﻿body {
    background-color: #F7F7F7;
    height: 100%;
    background-color: rgba(52, 73, 94, 1);
}


.tresc {
    background-image: url("../images/city2.jpg") !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    height: 100%;
}

.jumbotron {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color: inherit;
    /*background-color: #eee;*/
    background-color: transparent;
}

.navlogo {
    padding-top: 0px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .navlogo {
        padding-top: 0px;
    }
}

.tytul h3 {
    margin: 0px;
}

.wyrazny {
    opacity: 1;
}

    .wyrazny a {
        color: #fff;
    }

.alert {
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 5px;
    font-weight: bolder;
}


.oswald {
    font-family: 'Oswald', sans-serif;
    line-height: 1.5em;
    font-weight: normal;
}

    .oswald h1 {
        font-size: 48px;
    }

.justify {
    text-align: justify;
}

.bold {
    font-weight: bolder;
}

.oswald h2 {
    text-align: center;
    color: #667586;
    font-size: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.oswald h4 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.req {
    background-color: inherit;
    border: 0px solid #ccc;
    padding: 0px 0px;
    font-size: 12px;
    margin: 10px;
    color: #FF0000;
}

.input-group {
    width: 100%;
}



.login__inner {
    display: block;
    max-width: 426px;
    min-height: 500px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 32px;
    margin-top: 32px;
}

.login_title {
    text-align: center;
    font-size: 32px;
    color: white;
    padding-top: 32px;
}

.cookies_title {
    text-align: center;
    font-size: 24px;
    color: #73879C;
}

.cookies_cont2 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: justify;
}

.cookies_par {
    font-size: larger;
    font-weight: bold;
    margin-top: 20px;
}

.login_auth {
    background-color: #FFFFFF;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    padding: 36px;
    text-align: center;
}

.login_form {
    width: 100%;
}

.login_auth h1 {
    margin-bottom: 25px;
    font-size: 14px !important;
    font-weight: bolder;
    margin-top: 0px;
}


.debtor_detail {
    background-color: #FFF;
    border-radius: 5px;
    padding: 32px;
    margin-top: 32px;
    margin-bottom: 48px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}


.debtinfo {
    border: 0px none;
    height: 100px;
    width: 100%;
    font-size: 14px;
}

.debtparam {
    text-align: left;
    padding: 5px;
    width: 30%;
}

.debtvalue {
    text-align: left;
    padding: 5px;
    font-weight: bolder;
}

.debtparamsep {
    padding-top: 20px;
}

.debtamount {
    color: orangered;
}

.normal {
    font-weight: normal;
}

.stopka {
    width: 100%;
    background-color: rgba(52, 73, 94, 1);
    margin-top: 32px;
    min-height: 250px;
}

.stopka_inner {
    display: block;
    max-width: 960px;
    padding: 20px;
    color: #ECF0F1;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    line-height: 14px;
    text-align: justify;
}

.stopka_inner a {
    color: #ECF0F1;
    text-decoration: underline;
}

.stopka_info {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 20px;
    margin-bottom: 20px;
}

.stopka_ikona {
    padding-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.login_info {
    display: block;
    width: 100%;
    color: #666;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    line-height: 14px;
    text-align: justify;
    margin-bottom: 20px;
}

.login_error {
    text-align: left;
    padding: 5px;
}

.login_error_mess {
    display: inline-table;
    padding: 5px;
    background-color: transparent;
}