body
{
	
	margin:0;
	padding:0;
	position:absolute;
	width:100%;
	top:0;
    background-image:url('../images/tlo.jpg');
	background-repeat: repeat;
	background-size: 3px 3px;
	font-family: Roboto;
}
input[type="text"], input[type="password"], textarea, select { 
    outline: none;
}
#login_div_tlo
{
	margin:0 auto;
        width:1000px;
   		margin-bottom: 50px;
}
.login_tekst_dol{
	font-family: Roboto;
	color:white;
	font-size:15px;
	font-weight: 300;
	text-align: center;
	margin-top:20px;
	
}
.login_tekst{
	font-family: Roboto;
	color:white;
	font-size:33px;
	font-weight: 300;
	text-align: center;
	margin-top:50px;
}
#content{
	width:100%;
}
#top{
    width:100%;
    height:40px;
	background:white;
}
#top_table{
	font:normal normal 100% Verdana, sans-serif;
	font-size:11px;
	color:black;
	background-color: #181423
    
}
#div_logo, #div_reminder{
    margin: 0 auto;
    margin-top:60px;
    width:250px;
    opacity:0;
    text-align: center;
}
#div_reminder{
	margin-top: 0;
	display: none;
	opacity: 1;
}

#div_reminder h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: normal;
}



#password, #user, .frontPageInput{
	font-family: Roboto;
	height: 30px;
	border-radius: 3px;
	border: none;
	background-color: white;
	color: black;
	width: 100%;
	padding: 0 10px 0 10px;
	border: 1px solid white;
	
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -kthtml-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

input.error {
	box-shadow: 0 0 10px -1px rgba(255,0,0,0.7);
	border: 1px solid rgb(255,0,0) !important;
	
}
.login_error{
text-align: center;
padding-top: 15px;

color: red;
font-weight: 300;
font-family: Roboto;
font-size: 14px;
}
.login_input{
}

.reset_info{
	color: white;
	display: none;
	text-align:center;
	margin-bottom: 30px;
	font-size: 33px;
	margin-top: 142px;
	font-family: Roboto;
	font-weight: 300;
}
.under_login{
	text-align:left;
	line-height: 30px;
	margin-top: 10px;
}
.under_login a{
	font-family: Roboto;
	font-size: 12px;
}
.under_login a:hover {
	color: black;
}

#zaloguj_button{
	float: right;
	border-radius: 3px;
    margin: auto;
    width:80px;
    height: 30px;
    cursor:pointer;
    background: #f0b300;
    border: 1px solid white;
    color: white;
    font-family: Roboto;
    font-size: 10px;
    outline:none;
}
#zaloguj_button:hover{
	background: #E7B115;
}

#logo{
    margin: auto;
	margin-top:160px;
    width:210px;
    height:79px;
	background-image:url('images/login/logo_glowne.png');
	background-repeat:no-repeat;
}
#login, #haslo, #mail{
    text-align: center;
    margin-top: 10px;
    position: relative;
}

#ladowanie_danych{
        text-align:center;
        margin-top:130px;
        font-size:20px;
}

#ladowanie_danych img{
	width: 20px;
}

#div_error{
        color:red;
        font:11px Verdana,sans-serif;
}
#error{
        padding-left: 45px;
        padding-top: 275px;
        height:20px;
}
A:link {color:white; text-decoration: none}
A:visited {color:white; text-decoration: none}
A:active {color:white; text-decoration: none}

A:hover {color:white; text-decoration: none}

.passResetLoad{
	margin-top: 250px;
	display:none;
	text-align:center;
}
.passResetLoad img{
	width: 30px;
}
.passResetInfo {
	margin-top: 250px;
	display: none;
	text-align: center;
}
.passResetMsg{
	margin-bottom: 20px;
}
.passResetInfo a{
	color: black;
}
.passResetInfo a:hover{
	color: white;
}

#reminderLogin, #mail{
	position: relative;
}


.errorInfo {
	top: 2px;
	display: none;
	font-size: 11px;
	position: absolute;
	right: 265px;
	color: white;
	background: rgba(255,0,0,0.7);
	height: 25px;
	padding: 0 8px;
	line-height: 25px;
	white-space: nowrap;
}

.errorInfo img{
	position: absolute;
	right:-10px;
	width: 10px;
	height: 25px;
	opacity: 0.7;
}



