.poziomo{
	display:flex;
	justify-content:center;
}
.dane, .nip, .mapa, form{
	width:500px;
	text-align:center;
	border: thick double #90ec7a;
	margin:10px;
	height:350px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 24px 0px rgba(255, 188, 121, 1);
	-moz-box-shadow: 0px 0px 24px 0px rgba(255, 188, 121, 1);
	box-shadow: 0px 0px 24px 0px #90ec7a;
	background-color:#f5fef1;
	position:relative;
}
.mapa{
	height:350px;
}
#name, #firma, #email, #phone, #message{
    padding: 5px;
	text-align:center;
    border-width: 1px;
    border-color: #a6f093;
    background-color: #ecfce8;
    border-style: solid;
    border-radius: 20px;
    box-shadow: 0px 0px 2px rgba(166,240,147,.75);
	width:300px;
}
#name:focus, #firma:focus, #email:focus, #phone:focus, #message:focus {
    outline:none;
	background-color: #bdffa5;
	border-width: 1px;
	border-color: #72cd5e;
}
textarea {
  resize: none;
}
.centerDane{
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width:100%;
	left:50%;
}
.centerDane h2{
	margin-top:0px;
	margin-bottom:12px;
}
#sendBtn{
	margin-top:5px;
	padding: 15px 40px;
	border-radius: 50px;
	background-color:#aeff96;
	transform: translateY(0);
	border-color:#a6f093;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
	z-index:100px;
}
#sendBtn:hover{
	margin-top:5px;
	transition: 300ms;
	background-color:#6ee650;
	border:none;
	color: #fff;
}
.dane a{
	color: #000;
	text-decoration: hotpink underline dotted;
}
.dane a:link {
	color:#000;
}
.dane a:hover {
	color: hotpink;
}
.dane a:active {
	color: hotpink;
	cursor: wait;
}
.googleMaps{
	width:500px;
	height:350px; 
	border:0;
	border-radius: 25px;
}
@media only screen and (max-width:1233px){
	.poziomo{
		display:block;
	}
	.poziomo:nth-child(1){
		margin-top:20px;
	}
	.all{
		width:100%;
	}
	.dane{
		height:250px;
	}
	form{
		height:525px;
	}
	.nip{
		height:280px;
	}
	.dane, .nip, .mapa, form{
		width:95%;
		margin:auto;
	}
	#name, #firma, #email, #phone, #message{
		width:90%;
		font-size:28px;
	}
	#message{
		height:100px;
	}
	#sendBtn{
		height:50px;
		width:50%;
		border-radius: 30px;
		margin-top:15px;
	}
	.googleMaps{
	width:100%;
	height:350px; 
	border:0;
	border-radius: 25px;
	}
}