/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2019-10-28, 11:25:18
    Author     : mzieba
*/

/* reset */
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.clear{clear:both;}/* clear float */

img{max-width:100%;}
/*end reset*/

html {
    background: url(../img/logowanie_bg3.jpg) no-repeat center top fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {   
    font-family: 'Nunito Sans', sans-serif;
    height: 100%;
    overflow: hidden;
    
}

input {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;   
}
h1 {
    font-size: 40px;
    text-align: center;
    margin: 2.3em 0 1.5em;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
}
.main-box {
    width: 23%;
    margin: 10% auto 0px auto;
    background: rgba(32,32,32, 0.85);
    padding: 12px;
    position: relative;
    -webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.12);
}

.footer {
    width: 23%;
    margin: 0px auto 0px auto;
    padding: 12px;
    position: relative;
}

.footer img {
    transform: scale(0.45);
}

.alert-close {
    background: url('../images/into.png') no-repeat 0px 0px;
    background-size: 16px;
    cursor: pointer;
    height: 24px;
    width: 24px;
    position: absolute;
    right: 11px;
    top: 17px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    z-index: 999;
}
.content {
    padding: 50px 50px;
    text-align: center;
	position: relative;
}
h2 {
    color: #fff;
    font-size: 26px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 1.3em;
    text-transform: uppercase;
}
.content input[type="text"], .content input[type="password"] {
    outline: none;
    font-size: 14px;
    letter-spacing: 0.4px;
    color: #000000;
    padding: 12px 12px 12px 40px;
    width: 100%;
    border: none;
    -webkit-appearance: none;
    margin-bottom: 12px;
    border: 1px solid #fff;	
}
.content input[type="submit"] {
    font-weight: 600;
    width: 100%;
    background: #22a7f0;
    border: none;
    margin: 3em 0 1.5em;
    outline: none;
    letter-spacing: 1px;
    font-size: 14px;
    padding: 14px 0;
    color: #fff;
    text-transform: uppercase;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    cursor: pointer;
	-webkit-appearance: none;	
}
.content input[type="submit"]:hover{
	background:#1995d9;
}
.form-input i {
    position: absolute;
    left: 12px;
    top: 13px;
    font-size: 16px;
    color: #3e3e3e;
}
.form-input {
    position: relative;
}
.wthree-text a {
    color: #fff;
    font-size: 13px;
    display: inline;
    letter-spacing: 1px;
    text-transform: capitalize;
}

/*--responsive--*/

@media(min-width:2000px){
    .form-input i {
        left: 20px;
    }
}

@media(max-width:1600px){
    .main-box {
        width: 35%;
    }
   
}
@media(max-width:1440px){
    
    h2 {
        font-size: 24px;
        margin-bottom: 1em;
    }
    h1 {
        font-size: 35px;
        margin: 1.7em 0 1em;
    }
    .content {
        padding: 40px 40px;
    }
}
@media(max-width:1366px){
    
}
@media(max-width:1280px){
    .content {
        padding: 35px 35px;
    }
    h1 {
        font-size: 33px;
        margin: 1.5em 0 1em;
    }
    .content input[type="submit"] {
        margin: 2.5em 0 1.3em;
    }	
    .footer img {
        transform: scale(0.6);
    }
}
@media(max-width:1080px){
    .main-box {
        width: 40%;
    }
   
}
@media(max-width:1050px){
    .main-box {
        width: 41%;
    }
}
@media(max-width:1024px){
    h1 {          
        margin: 2.3em 0 1.3em;
    }
    .main-box {
        width: 42%;
    }
}
@media(max-width:991px){
    h1 {
        margin: 1.5em 0 1em;
    }
    
    .footer img {
        transform: scale(0.75);
    }
}
@media(max-width:900px){
    .main-box {
        width: 47%;
    }
    
    h2 {
        font-size: 23px;
    }
    h1 {
        margin: 1.8em 0 1.2em;
        font-size: 30px;
    }
}
@media(max-width:800px){
    .main-box {
        width: 50%;
    }
    
}
@media(max-width:768px){
    h1 {
        margin: 3.5em 0 1.5em;
    }
    	
}
@media(max-width:767px){
    h1 {
        margin: 2.2em 0 1.2em;
    }
    .content input[type="text"], .content input[type="password"] {
        font-size: 13px;
        padding: 10px 10px 10px 37px;
        
    }
    .content input[type="submit"] {
        margin: 2em 0 1.3em;
        font-size: 14px;
        padding: 13px 0;
    }
    .form-input i {
        bottom: 23px;
    }
}
@media(max-width:736px){
    .main-box {
        width: 52%;
    }
}
@media(max-width:667px){
    .content {
        padding: 35px 30px;
    }
   
}
@media(max-width:640px){
   
}
@media(max-width:600px){
    .main-box {
        width: 60%;
    }
    
}
@media(max-width:568px){
    h1 {
        margin: 2.5em 0 1.5em;
        font-size: 28px;
    }
    h2 {
        font-size: 20px;
    }	
    .main-box {
        width: 63%;
    }
}
@media(max-width:480px){
    h1 {
        font-size: 25px;
    }
    .content {
        padding: 30px 25px;
    }
    .main-box {
        width: 70%;
    }
   
}

@media(max-width:414px){
    .main-box {
        width: 80%;
    }
    .content input[type="text"], .content input[type="password"] {
        width: 100%;
    }	
}
@media(max-width:384px){
   
    h1 {
        letter-spacing: 3px;
        margin: 2em 0 1.5em;
    }
	
}
@media(max-width:375px){
    .content input[type="text"], .content input[type="password"] {
        width: 100%;
    }
    h1 {
        margin: 2.3em 0 1.5em;
        font-size: 24px;
    }
    .form-input i {
        font-size: 15px;
    }
}
@media(max-width:320px){
    h1 {
        margin: 1.6em 0 1.2em;
        font-size: 22px;
        letter-spacing: 2px;
    }
    h2 {
        font-size: 17px;
    }
    .content {
        padding: 20px 15px;
    }
   
	
}
/*--responsive--*/