@font-face {
    font-family: "Poppins";
    src: url('../../fonts/Poppins/Poppins-Regular.ttf');
    font-weight: normal;
}
@font-face {
    font-family: "Poppins";
    src: url('../../fonts/Poppins/Poppins-SemiBold.ttf');
    font-weight: bold;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid grey;
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

html, 
body {
    height: 100%;
    background-color: #F5F5F5;
    position: relative;
    font-family: 'Poppins', sans-serif;
}

::selection { 
    background: #d9000c;
}
::-moz-selection, { 
    background: #d9000c;
}

a {
    color: #d9000c;
    font-weight: bold;
    transition: 0.33s all;
	text-shadow: 0 0 8px white;
	
}
a:hover { 
    color: #fff;
    text-decoration: none;
}
.auth-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.auth-content:before {
    content: " ";
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    /* background-image: url('../../images/pp-login-bg-2.jpg'); */
    background-image: url('../../images/17.png');
    background-size: cover;
    background-position: center;
    -webkit-filter: blur(1px) brightness(0.6);
    -moz-filter: blur(1px) brightness(0.6);
    -o-filter: blur(1px) brightness(0.6);
    -ms-filter: blur(1px) brightness(0.6);
    filter: blur(1px) brightness(0.6);
    transition: 2s filter;

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        background-image: none;
    }
} 
.auth-content:hover:before {
    -webkit-filter: blur(2px) brightness(0.5);
    -moz-filter: blur(2px) brightness(0.5);
    -o-filter: blur(2px) brightness(0.5);
    -ms-filter: blur(2px) brightness(0.5);
    filter: blur(2px) brightness(0.5);
}
/*WERSJA PORTALU */
.version-auth p.version-info{
    color: white;
    font-weight: bold;    
}
.version-auth{
	width: 50px;
    float: right;
    text-align: center;
    margin-top: 20px;
}/*WERSJA PORTALU */
.login-form {
    width: 420px;
    background-color: transparent;
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);;
}
.login-form > p {
    margin: 0;
    padding: 7px 12px;
    border: 1px solid #272A39;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    background-color: transparent;
    color: #DDD;
    cursor: default;
    display: none;
}

.login-form i {
    color: #fff;
    font-size: 22px;
}
.login-form > form {
    padding: 16px;
    padding: 16px 8px 16px 16px
    border: none;
    border-top: 0;
    margin-bottom: 0;
    width: inherit;
}
.login-form > form:before {
    content: " ";
    position: absolute;
    top: -72px;
    width: calc(100% - 32px);
    background-image: url('../../images/logo.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 94px; 
}
.login-form > form > p.wellcome-text {
    margin: 0 0 10px;
    padding: 7px 12px;
    color: #fff;
    cursor: default;
    text-align: center;
}
.login-form > form > div {
    margin-bottom: 10px;
}
.login-form > form > div > div.icon {
    width: 10%;
    text-align: center;
    border-right: 2px solid #fff;
    display: block;
    position: absolute;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 42px;
    left: -23px;
}
.login-form > form > div > div.icon > i {
    border-radius: 0;
    font-size: 18px;
    position: absolute;
    top: 48%;
    left: 38%;
    line-height: 0px;
}
.login-form > form > div > input {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0;
    border: 1px solid transparent;
    padding: 10px 16px;
    box-shadow: none;
    transition: 0.33s all;
}
.login-form > form > div > input:focus,
.login-form > form > div > input:hover {
    background: rgba(255, 255, 255, 0.7);
    color: #333;
}
.login-form > form > div > input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}
.login-form > form > div:last-of-type {
    text-align: right;
    margin-bottom: 0;
    /*margin-top: 16px;*/
}
.login-form div.no-form{
    text-align: center;
}

.login-form > form > div:last-of-type > button, 
.login-form div.no-form > button {
    background-color: #d9000c;
    border-radius: 5px;
    color: #fff;
    border: 3px solid transparent;
    border-bottom: 3px solid #fff;
    padding: 12px 17px;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.33s all;
}
.login-form > form > div:last-of-type > button:hover, 
.login-form div.no-form > button:hover {
    background-color: #fff;
    color: #d9000c;
    border-bottom: 3px solid #d9000c;
}
.login-form div.no-form > button {
    padding: 6px 9px;
    border-bottom-width: 2px;
    font-weight: normal;
    font-size:12px;
}


.form-control:focus {
    border-color: #ADADAD;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(146, 146, 146, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(132, 132, 132, 0.6);
}

@media (max-width: 479px) {
    body {
        font-size: 13px;
    }

    .login-form {
        width: 280px;
    }

    .login-form > form > div > div {
        padding-top: 8px;

    }

    .login-form > form > div > div.icon {
        left: -12px;
    }

    .login-form > form > div:last-of-type > button {
        margin-top: 25px;
    }
    .login-form > form > p.wellcome-text {
        margin: 0 0 6px;
        font-size: 12px;
    }
}