﻿@media screen{

body {
	font: 20px arial,Tahoma;
	line-height: 1.3em;
	padding: 0;
	font-size: 13px;
	color: #4d516a;	
  background: #;
  text-align: center;
  float: center;
  overflow-y: scroll;
	overflow-x: hidden;
  margin:0;
}
::placeholder {
  color: #c0c6d2;
  font-size: 1em;
}
.sidebarForm {
	background:;
	width: 100%;
	padding: 0 0 9.5% 0;
	float:center;
}
.blform {
margin-left:3%;
}
.sidebarForm .input { 
	width: 93.1%;
	height: 20px;
	overflow: hidden;
	background: #f3f6fb;
	border: 1px solid #dfe3ea;
	margin: 2% 1%; 
	padding: 10px 5px;           		
}
.sidebarForm .input input {
	width: 100%;
	height: 26px;
	background: #fefefe;
	margin: -3px 0 0 0px;
	padding: 0px 8px;
	border: none;
	background: transparent;
	text-align:left;
	outline:none;
}
.bl50{
	width: 47.8%;
	margin: 0 0 1% 0.5%;
	float: left;
}
.inputext { 
	width: 93.9%;	
	overflow: hidden;
	background: #f3f6fb;
	border: 1px solid #dfe3ea;
	margin: 1% 0 0 1%;
}
.inputext textarea {
	font: 13px Arial, Tahoma;
	width: 100%;
	background: #efefef;
	border: none;
	background: transparent; 
	text-align: left;
	outline:none;
	padding: 10px 10px;
}
.sidebarForm button  {
	  font-size: 17px;
	  font-weight: 400;
	  background: #e07363;
	  color: #fff;
	  padding: 1.5% 5%;
	  letter-spacing:0.04ex;
	  text-decoration: none;
	  text-align: center;
	  float: center;
	  -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; 
    margin: 3% 0;
    border: 0; 
}
.sidebarForm button:hover {
	  background: #d36252;
}
h1.zagform {
font-size: 22px;
text-align: center;
padding: 1% 0 5% 0;
}
p.textform {
	font-size: 13px;
	padding: 0 1%;
	margin: 0;
	text-align:left;
}

@media only screen and (max-width: 540px) {

::placeholder {
  font-size: 1.5em;
}
.blform {
margin-left:0;
}
.sidebarForm {
}
.sidebarForm .input { 	
}
.sidebarForm .input input {
}
.bl50{
	width: 100%;
}
.inputext { 
  width: 95.8%;
  margin: 2% 0 0 1.5%;
}
.inputext textarea {
	font-size: 10px;
}
.sidebarForm button  {
padding: 3.5% 15%;
}
input[type~="text"], 
input[type~="password"], 
input[type~="select"], textarea {
  font-size: 10px;
}
p.textform {
	font-size: 13px;
	padding: 0 1.5%;
}

}

@media screen and (min-width: 600px) and (max-width: 1280px) {

.inputext { 
  margin-top: 1%;
}

}

@media only screen and (max-width: 320px) {

}

@media only screen and (max-width: 280px) {

}

}