/* styles only used in the login page */

@charset "UTF-8";

*{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	font-weight:normal;
	padding:0;margin:0;
	text-decoration:none;
	list-style-type:none;
	border:none;
	background-repeat:no-repeat;
	}
	
html{
	width:100%;
	height:100%;
	}
	
body{
	background-color:#CCCCCC;
	width:100%;
	height:100%;
	overflow:hidden;/* ie 11 fix */
	}
	
#wrapper{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}

#wrapper form{
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&amp;0.2+0,0.1+100 */
	
	position: relative;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:440px;
	height:400px;
	max-width:100%;
	text-align:center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:20px 0 0 0;
}

#wrapper form p{
	color:white;
	font-size:14px;
	margin:40px 0 15px 0;
}

#wrapper form img{
	display:block;
	margin:5px auto 30px auto;
	max-width:75%;
}

#wrapper form .field{
	min-height:55px;
}

#wrapper form input[type=text], #wrapper form input[type=password]{
	width:290px;
	height:28px;
	max-width:100%;
	line-height:22px;
	padding:3px 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(36,48,62,0.1);
	border-radius:4px;
	color:#acacac;
}

#wrapper form input:focus{
	-webkit-box-shadow: inset 0px 0px 0px 1px #18c856;
	-moz-box-shadow: inset 0px 0px 0px 1px #18c856;
	box-shadow: inset 0px 0px 0px 1px #18c856;
}

#wrapper form #b_login, #wrapper form .button{
	min-width:172px;
	background-color:#18c856;
	color:white;
	height:28px;
	border-radius:4px;
	margin-bottom:32px;
	text-transform:uppercase;
	font-size:14px;
	cursor:pointer;
	 padding: 0 15px;
}

#wrapper form #b_login.mb10{
	margin-bottom:10px;
}

#wrapper form .button.blue{
	background-color:#2f9797;
	display:inline-block;
	line-height:28px;
}


#wrapper form .warning{
	display:none;
	color:red;
	text-align:left;
	width:290px;
	max-width:100%;
	margin:0 auto;
	line-height:25px;
	font-style:italic;
}

#wrapper form a:not(.button){
	color:rgba(255,255,255,1.00);
	font-size:13.5px; 
	display: block; margin:0 auto 20px auto; min-width:100px !important; max-width: 170px; padding: 5px 20px; border-radius: 4px;
	background:rgba(36,48,62,0.80) ;
	
	
	
}

#wrapper form .message{
	display:block;
	
	max-width:100%;
	color:red;
	font-size:14px;
	text-align:center;
	background-color:rgba(0,0,0,0.4);
	margin:0 auto 10px auto;
	padding:5px 0;
}

#loginBox{ background: rgba(255,255,255,0.6); padding: 50px 20px 20px 20px; border-radius: 10px; margin-bottom: 20px;} 
.adnotacja{background: rgba(255,255,255,0.6); padding: 20px;border-radius: 10px; }
@media screen and (max-width: 500px){

#wrapper form{
	background:none;
}

}