@charset "UTF-8";


input[type="text"],
input[type="email"],
input[type="password"] { text-align:center; }

textarea {min-height:200px;}

select,
option,
textarea,
input[type="text"],
input[type="email"],
input[type="password"] { 
	font-size:16px;
	border-radius:6px;
	border:1px solid rgba(200,200,200,1.00);
	padding:5px;
	background:rgba(255,255,255,1.00);
	background-image:none;
}

select, placeholder { height:33px; color:rgba(156,156,156,1.00); }

input[type="submit"].btn {margin-top:-5px;}

label { margin-left: 10px; margin-right: 10px; }



.IconForm p {
	float:left;
	margin-bottom:10px; 
	width:100%;
}
.IconForm span.symbol {
	float:left; 
	width:33px; 
	height:33px;
	border:1px solid rgba(200,200,200,1.00) ;
	border-radius:6px;
	color:rgba(200,200,200,1.00);
	background:rgba(255,255,255,1.00);
	text-align:center;
	font-size:20px;
	line-height:1px;
	padding-top:6px;
}
.IconForm [type="text"],
.IconForm input[type="email"],
.IconForm input[type="password"],
select {
	width:91%; 
	float:right;
}

@media (max-width:1023px){
	.IconForm [type="text"],
	.IconForm input[type="email"],
	.IconForm input[type="password"],
	select { width:85%; }
	
}

@media (max-width:767px){
	.IconForm p { width:96%; }
}

.IconForm textarea {min-height:210px;}