/*** 

File: style.css
Project: portal - logowanie
Version: 1.0

***/
/*** RESPONSIVE STYLE

1. HEADER
2. SECTION
3. FOOTER

***/
@import url(https://fonts.googleapis.com/css?family=Lato:400,300,700&subset=latin,latin-ext);

/*** reset style ***/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*** end reset style ***/

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

* {
    padding: 0;
    margin: 0;
}

body {
    background: #f8f8f8;
    font-family: 'Lato', sans-serif;
}

#wrapper {
    max-width: 1180px;
    margin: 0px auto;
}

header {
    position: absolute;
    background: #fff;
    width: 100%;
    max-width: 1180px;
    z-index: 9999;
}

.in-frame header {
    display: none;
}

#logo {
    float: left;
    height: 75px;
}

#logo img {
    border: 0px;
}

#name {
    float: left;
    padding: 24px 20px 0px;
    position: relative;
    color: #000;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
}

#name span {
    color: #b22c1b;
}

#contact {
    margin: 8px 15px 0 0;
    float: right;
}

#contact a.imgurl {
    display: block;
    width: 75px;
    float: left;
    color: #000;
    font-weight: 600;
    font-size: 11px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    opacity: 0.5;
    transition: opacity 0.5s ease-in-out;
}

#contact img {
    margin: 0 5px 2px 5px;
}

/*** 1. HEADER ***/

@media only screen and (max-width: 570px) {

    header {
        position: absolute;
        background: #fff;
        width: 100%;
        max-width: 1180px;
    }

    #logo {
        float: left;
        height: 60px;
    }

    #logo img {
        height: 60px;
        border: 0px;
    }

    #name {
        float: left;
        padding: 20px 20px 0px;
        position: relative;
        color: #000;
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
    }

    #name span {
        color: #b22c1b;
    }

    #contact {
        margin: 5px 15px 0 0;
        float: right;
    }

    #contact a.imgurl {
        display: block;
        width: 75px;
        float: left;
        color: #000;
        font-weight: 600;
        font-size: 11px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        opacity: 0.5;
        transition: opacity 0.5s ease-in-out;
    }

    #contact img {
        height: 35px;
        margin: 0 5px 2px 5px;
    }

    #header-phone:hover .telefon, #header-email:hover .mail {
        top: 60px !important;
    }

}

@media only screen and (max-width: 472px) {

    #name {
        float: left;
        padding: 10px 10px 0px;
        position: relative;
        color: #000;
        font-weight: 700;
        font-size: 18px;
        line-height: 20px;
        text-transform: uppercase;
    }

    #name span {
        display: block;
        color: #b22c1b;
    }

    #contact {
        margin: 12px 15px 0 0;
        float: right;
    }

    #contact a.imgurl {
        display: block;
        width: 45px;
        float: left;
        color: #000;
        font-weight: 600;
        font-size: 11px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
        opacity: 0.5;
        transition: opacity 0.5s ease-in-out;
    }

    #contact a.imgurl span {
        display: none;
    }

    #contact img {
        height: 35px;
        margin: 0 5px 2px 5px;
    }
}

.clr {
    clear: both;
}

#box {
    width: 100%;
    max-width: 460px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    position: absolute;
}

.in-frame #box {
    color: black;
}

#box_alert {
    margin-bottom: 20px;
}

#box_alert {
    padding: 20px 25px 20px;
    background: rgba(0, 0, 0, 0.7);
}

#box div.title {
    width: 100%;
    padding: 5px 0px 12px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 2px solid #b22c1b;
    margin-bottom: 10px;
}

form .buttons, form .login {
    float: right;
}

form .buttons div, form .login div {
    min-width: 50%;
    float: left;
}

form .forgot p {
    line-height: 30px;
}

form .login_back {
    float: left;
    width: 35%;
}

form .forgot {
    margin: 0;
    font-size: 13px;
    line-height: 15px;
}

form .forgot img {
    margin: 0 8px 0 0;
}

form .forgot a {
    color: #fff;
    text-decoration: none;
}

form .forgot a:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
}

input {
    border: 0px;
    width: 100%;
    padding: 12px 60px 12px;
    font-size: 19px;
    margin: 12px 0;
    font-weight: 600;
    color: #858282;
    display: inline-block;
    overflow: hidden;
}

form input:hover {
    box-shadow: 0 0 1em #858282;
}

input[type="submit"] {
    border: none;
    cursor: pointer;
    padding: 12px 0px 12px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

form .login_back input[type="submit"] {
    background: #a8a7a5;
    border: none;
    cursor: pointer;
    padding: 12px 0px 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

footer {
    clear: both;
    position: absolute;
    bottom: 0;
    height: 75px;
    background: #ccc;
    width: 100%;
    max-width: 1180px;
    background: #3b3838 url(../img/bg_footer.png) no-repeat scroll 0 0
}

.in-frame footer {
    display: none;
}

footer #link {
    float: left;
    margin: 35px 0 0 50px;
}

footer #link, footer #link a {
    color: #B1AFAF;
    font-size: 13px;
    font-weight: 400;
}

footer #link a {
    padding: 0px 10px 0px;
}

footer #safe {
    float: right;
    margin: 12px 10px 0 0;
}

footer #safe img {
    width: 120px;
    border: 0px;
}

footer #safe a {
    opacity: 0.6;
}

footer #safe a:hover {
    opacity: 1.0;
}

/*** RWD FOOTER ***/

@media only screen and (max-width: 770px) {

    footer #link, footer #link a {
        color: #B1AFAF;
        font-size: 10px;
        font-weight: 400;
    }

}

@media only screen and (max-width: 648px) {

    footer #link {
        float: left;
        margin: 9px 0 0 50px;
        line-height: 14px;
    }

    footer #link, footer #link a {
        color: #B1AFAF;
        font-size: 10px;
        font-weight: 400;
        display: block;
    }

}

@media only screen and (max-width: 382px) {
    footer #safe img {
        margin: 5px 0 0 0;
        width: 100px;
        border: 0px;
    }
}

@media only screen and (max-width: 362px) {
    footer #safe img {
        margin: 10px 0 0 0;
        width: 80px;
        border: 0px;
    }
}

@media only screen and (max-width: 342px) {
    footer #safe img {
        margin: 15px 0 0 0;
        width: 50px;
        border: 0px;
    }
}

/*** TOP ***/

#header-phone, #header-email {
    float: left;
}

.telefon {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    position: absolute;
    top: -50px;
    right: 0px;
    margin-left: -15px;
    font-size: 20px;
    color: #858282;
    text-align: right;
    transition: all 0.5s ease;
    transition-property: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.telefon span {
    color: #c21b17;
}

.telefon span.small {
    font-size: 10px;
    color: #858282;
    line-height: 20px;
}

.mail {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 10px;
    position: absolute;
    top: -35px;
    font-size: 20px;
    right: 0;
    margin-left: -15px;
    text-align: right;
    color: #858282;
    transition: all 0.5s ease;
    transition-property: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.mail a {
    color: #c21b17;
    text-decoration: none;
}

#header-phone:hover .telefon, #header-email:hover .mail {
    background-color: rgba(255, 255, 255, 0.9);
    top: 75px;
}

.in-frame #box_login label.errors, .in-frame #box_login div.errors {
    color: red;
}

.in-frame input.errors {
    border-color: red !important;
}

.errors h2, .warn h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
}

.errors h2::before,
.errors span.icon::before,
.warn h2::before,
.warn span.icon::before {
    vertical-align: middle;
    content: url(../img/error.png);
}

.kc-feedback-text::before {
    vertical-align: middle;
    content: url(../img/error.png);
}

.warn, .info {
    clear:both;
    font-size: 14px;
    padding: 5px 0 5px;
    line-height:1.5;
}

.info {
    margin: 0 0 1em;
    padding: 0;
    color: white;
    background: none;
}

.info span.icon::before {
    vertical-align: middle;
    content: url('../img/info.gif');
}

.success {
    clear:both;
    padding:0 0 0 5px;
    margin:0 0 1em;
    line-height:1.5;
}

.success span.icon::before,
.success h2::before {
    vertical-align: middle;
    content: url('../img/success.gif');
}

/*** ALERT ***/

#box_alert h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 5px;
    border-bottom: 2px solid #b22c1b;
}

#box_alert p {
    padding-top: 5px;
    font-size: 12px;
    line-height: 15px;
}

#box_alert p::before {
    vertical-align: middle;
    content: url(../img/error.png);
    color: #ff0000;
}

/*** CAPTCHA ***/

img#imgmathcaptcha {
    width: 50%;
    height: 60px;
    float: left;
}

#reloadDiv {
    vertical-align: middle;
    float: left;
    margin: 5px 0 3px 8px;
    font-size: 13px;
}

input#captcha {
    clear: both;
    background: #fff;
    width: 50%;
    margin: 0px;
    margin-top: 6px;
    padding: 6px 10px;
    font-size: 14px;
    font-weight: 400;
}

/* COOKIE */

#cookies {
    background-color: #b0b2b3;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    z-index: 999999;
}

#cookies .page-wrap {
    background-color: #b0b2b3;
    color: white;
    font-size: 0.9em;
    padding: 15px 120px 15px 25px;
    position: relative;
    margin: 0 auto;
    max-width: 1180px;
}

#cookies .page-wrap p {
    line-height: 1.2em;
    margin: 0;
}

#cookies .page-wrap a {
    color: #e9573d;
}

#cookies .page-wrap .close {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 25px;
    right: 15px;
    text-transform: uppercase;
}

#cookies .page-wrap .close span.ico {
    padding: 7px;
    color: #ccc;
}

@media only screen and (max-width: 656px) {

    #cookies .page-wrap .close {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        top: 15px;
        right: 15px;
        text-transform: uppercase;
    }

    #cookies .page-wrap {
        background-color: #b0b2b3;
        color: white;
        font-size: 0.7em;
        padding: 35px 15px 15px;
        position: relative;
    }

}

.hide {
    display: none !important;
}

.password-strength-icon-check-circle {
    color: greenyellow;
}
.password-strength-icon-info-circle {
    color: deepskyblue;
}
.password-strength-icon-exclamation-circle {
    color: yellow;
}
.password-strength-icon-times-circle {
    color: red;
}
.progress-bar-danger {
    background-color: red;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    border-radius: 25px;
}
.progress-bar-warning {
    background-color: yellow;
    color: black;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    border-radius: 25px;
}
.progress-bar-success {
    background-color: greenyellow;
    color: black;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 8px;
    border-radius: 25px;
}
.progress {
    border: 1px solid lightgray;
    border-radius: 25px;
    margin-top: 6px;
}

p.thick {
    font-weight: bold;
}

.icon-warn{
    background: url(../img/error.png) no-repeat;
    width: 16px;
    height: 16px;
    border: none;
    display:inline-block;
    float: left;
    margin: 5px;
}

.la-panel{
    height: 30px;
}

.login-again:hover {
    box-shadow: 0 0 1em #858282;
    position: absolute;
    right: 25px;
}


