@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,700&subset=latin-ext);
html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background:#f8f8f8;
	font-family: 'Source Sans Pro', sans-serif;
  font-weight:400;
  font-size:14px;
  line-height:20px;
	color:#656565;
}
.c {
	display:inline-block;
	width:100%;
}
.c:after {
	content:' ';
	clear:both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	-webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
::-webkit-input-placeholder {
  color: rgba(0,0,0,0.3);
}
::-moz-placeholder {
  color: rgba(0,0,0,0.3);
}
:-ms-input-placeholder {
  color: rgba(0,0,0,0.3);
}
:-moz-placeholder {
  color: rgba(0,0,0,0.3);
}
body {
	display:table;
}
#panelLogowania {
	min-height:470px;
	position:relative;
}
body div#rejestracjaUserForm:first-child {
	position:relative;
}
body div:first-child {
	display:table-cell;
	vertical-align:middle;
}
.copyRights {
	padding:8px;
	position:absolute;
	bottom:0;
	left:0;
	font-weight:300;
}
.copyRights img {
	width:80px;
	height:auto;
	display:block;
}
.copyRights a {
	display:inline-block;
	vertical-align:middle;
}
.copyRightImg {
	float:left;
}
.copyRightInfo {
	position:absolute;
	right:8px;
	bottom:8px;
}
#formularz {
	display:block;
	max-width:340px;
	width:100%;
	margin:auto;
	position:relative;
}
#id, #pass, #pass1, #phone {
	position:relative;
}
.id:before, .pass:before, .i-mobile:before {
	position:absolute;
	top: 14px;
  left: 14px;
	font-size:24px;
	line-height:24px;
	display:block;
	width:30px;
	text-align:center;
	color: rgba(0,0,0,0.3);
}
input {
	display:block;
	font-family: 'Source Sans Pro', sans-serif;
  font-weight:300;
  font-size:18px;
  line-height:24px;
	width:100%;
	border:1px solid #e3e3e3;
	padding: 14px 40px 14px 55px;
}
#id input {
	-webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
	border-bottom:0;
}
#pass input {
	border-top:1px solid #f8f8f8;
	border-bottom:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
input:focus {
	outline:0;
	padding:14px;
}
button, a.button {
	display:block;
	font-family: 'Source Sans Pro', sans-serif;
  font-weight:300;
  font-size:18px;
  line-height:24px;
	width:100%;
	border:0;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	padding: 14px 0;
	color:#fff;
	background:#e43933;
	cursor:pointer;
}
#formularz > span > img {
	display:block;
	margin:auto;
	width:auto;
	height:86px;
	margin-bottom:30px;
}
a.button {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
button:hover, a.button:hover {
	background:#bb2d28;
	text-decoration: none;
}
button:focus, a.button:focus {
	outline:1px dotted #333;
}
h1 {
	font-weight:300;
	text-align:center;
	margin:0 0 25px 0;
	font-size:30px;
	line-height:34px;
}
.cloud, .blockIco {
	font-size:120px;
	line-height:120px;
	text-align:center;
	display:block;
}
.r {
	text-align:center;
	margin:15px 0;
}
.forget {
	display:inline-block;
	text-align:center;
	color:#656565;
	text-decoration:none;
	font-weight:400;
}
.forget:hover {
	text-decoration:underline;
}
.forget:focus {
	color:#1b232e;
	outline:1px dotted #333;
}
#info {
	font-size:14px;
	line-height:18px;
	height:18px;
	padding:8px;
	margin:0 0 15px 0;
	display:block;
	text-align:center;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.info {
	background-color: #fddddd;
	color: #933432;
}
.info span:before {
	margin-right:8px;
}
/* ########################################
########### pierwsza rejestracja ##########
#########################################*/
.rejestracjaUser div#id input:first-of-type {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	border-top: 1px solid #e3e3e3 !important;
}
.rejestracjaUser input {
	border-bottom:0px solid transparent;
	border-top:0px solid transparent;
}
.rejestracjaUser #pass input {
	border-top: 2px solid #e3e3e3;
}
.rejestracjaUser #pass1 input {
	border-top: 1px solid #f8f8f8;
}
.rejestracjaUser input[placeholder='Telefon'] {
	border-top: 2px solid #e3e3e3;
}
.infoBox {
	padding:8px;
	margin-bottom:15px;
  border:1px solid #cec480;
	background: #f9f8e0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.rejestracjaAlert {
	padding:8px;
}
span.errorInput {
    position: absolute;
    right: 8px;
    top: 19px;
    font-size: 20px;
    display: block;
}
span.errorInput:after {
    color: #e43933;
    cursor: pointer;
}
.titleCloud {
  position:absolute;
  background: #fffae3 !important;
  padding:6px;
  top:0;
  left:0;
  z-index:99;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 16px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 16px 0 rgba(0,0,0,0.5);
  color: #e43933;
  -webkit-transition: all 0s ease-in-out;
  -moz-transition: all 0s ease-in-out;
  -o-transition: all 0s ease-in-out;
  transition: all 0s ease-in-out;
  max-width:200px;
}
.titleCloud:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fffae3;
  position:absolute;
  bottom:-10px;
  left:50%;
  content:' ';
  margin-left:-10px;
}
.alertBox {
	padding:8px;
	background:#e43933;
	border:1px solid #c0302b;
	color:#fff;
	margin-bottom:25px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.alertBox td:first-of-type {
    padding-right: 8px;
    font-size: 26px;
}
.alertBox a {
	text-decoration:none;
	color:#fff;
}
.alertBox a:hover {
	text-decoration:underline;
}
#przejdzLogowanie {
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.r a:before {
	margin-right:5px;
}
.r a:hover:before {
	text-decoration:none;
}
.sendOk {
	padding:8px;
	background:#00a65a;
	border:1px solid #008c4b;
	color:#fff;
	margin-bottom:25px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.sendOk td:first-of-type {
    padding-right: 8px;
    font-size: 26px;
}
.boxRejestracja, .boxResetBox, .newPasswordInfo {
	margin-bottom:15px;
	display:none;
}
.newPassword .rejestracjaUser #pass input {
	border-top:1px solid #e3e3e3;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
