/* Additional CSS from 14-11-2017 (please add to layout_new.css) */
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

.login {
    background-color: #f9f9f9;
}

.login-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -56%);
    width: 50%;
}

@media (max-width: 896px) {
    .login-wrapper {
        left: 10%;
        transform: translate(0, -56%);
        width: 80%;
    }
}

@media (max-width: 576px) {
    .login-wrapper {
        left: 5%;
        transform: translate(0, -56%);
        width: 90%;
    }

    .login-box {
        padding-left: 23px!important;
    }

    .login-box::before{
        content: ""!important;
    }
}

.login-logo-ch, .login-logo-ro, .login-logo-pl {
    width: 100px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.login-logo-cz, .login-logo-sk {
    position: absolute;
    top: 25px;
    right: 25px;
}

.login-box {
    border: 1px solid #dfdfdf;
    font-family: "Exo 2",sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3em;
    padding: 20px 23px 20px 9em;
    border-radius: 5px;
    background-color: #fff;
    min-height: 150px;
}

.los-error-message {
    margin-bottom: 0;
    margin-top: 50px;
}

.login-box::before, .los-error-box::before {
    color: rgba(0, 0, 0, 0.1);
    content: "\E898";
    display: inline-block;
    font-family: Material Icons;
    font-size: 7.5em;
    left: 7px;
    position: absolute;
    top: 63px;
}

.login-box a:link, .login-box a:visited, .login-box .error {
    color: rgb(204, 0, 0);
    text-decoration: none ! important;
}

.login-box a:hover, .login-box a:active {
    color: rgb(204, 0, 0);
    text-decoration: none !important;
    background-color: #f0f0f0;
}

.login-box label {
    font-weight: 600;
}

.login-box .btn {
    border: medium none;
    font-weight: 300;
    letter-spacing: 0.1ex;
    margin-right: 1em;
    padding: 4px 30px;
    text-transform: uppercase;
    color: #fff !important;
    transition: font-weight .35s ease-in-out;
    transition: letter-spacing .35s ease-in-out;
}

.login-box .btn-danger {
    background-color: #be1521;
}

.login-box .btn-primary {
    background-color: #909090;
}

.login-box .btn.btn-danger:hover {
    background-color: #be1521;
    font-weight: 400;
}

.login-box .btn.btn-primary:hover {
    background-color: #909090;
    font-weight: 400;
}

.brand-box {
    margin-top: 1.5em;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 0.1ex;
    text-align: center;
}

.brand-box img {
    width:70%;
}

.brand-box p.grey {
    content: "ksiĂâ˘gowoĂâşĂâĄ kadry biznes";
    color: #868686;
}

.brand-box p.blue {
    content: "ksiĂâ˘gowoĂâşĂâĄ kadry biznes";
    color: #00205b;
}

.brand-box p.green {
    content: "ksiĂâ˘gowoĂâşĂâĄ kadry biznes";
    color: #116634;
}

/*Please exchange the CSS with this modified version here:*/

/* line 113 */
.headerMiddle td {
    vertical-align: middle;
    /* width: 33.3333%; */
}

p, h1, h2, h3, h4, h5, h6, ul {
    margin-bottom: 0.7em;
    margin-top: 0px;
}

span.placeholder {
    font-family: "Exo 2", sans-serif!important;
    font-size: 15px!important;
    font-weight: 300;
}