@charset "utf-8";

/* 

CSS Document created by JPMEstudio System  - http://www.jpmestudio.com

JPMEstudio.com Â© 2014-2016 - All rights reserved

More info: info@jpmestudio.com

This site is created and optimized by JPMEstudio System - http://www.jpmestudio.com

*/


form {
	width:100%;
}
@media screen and (max-width:1000px) {
form {
	width:90%;
}
}
section {
	margin: 0 auto;
	text-align: center;
}
.form-input, .error {
	display: block;
	height: 35px;
	padding: 6px 10px;
	margin-bottom: 20px;
	font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 90%;
	background: #f6f6f6;
	border: 1px solid #dbdbdb;
	border-radius:0px;
	color: #333;
	position: relative;
}
.form-input-list, .error {
	display: block;
	height: 50px;
	padding: 6px 10px;
	margin-bottom: 20px;
	font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	width: 100%;
	background: #f6f6f6;
	border: 1px solid #dbdbdb;
	border-radius:0px;
	color: #333;
	position: relative;
}
input:focus {
	box-shadow: 0 0 1px 1px #DFDFDF;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
.error{
	background: #ff9197;
	border: 5px solid red;
}
textarea.form-input {
	height: 200px;
	overflow: auto;
	width: 100%; 
	position: relative;
	border-radius:0px;
}
textarea:focus {
	box-shadow: 0 0 1px 1px #DFDFDF;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
.selectstyle {
	width: 100%;
	position: relative;
}
select {
	width: 100%;
	background: #F3F3F3;
	color: #585757;
	padding: 5px;
	font-size: 13px;
	line-height: 100%;
	border: 1px solid #C1C1C1;
	border-radius: 0;
	height: 30px;
	-webkit-appearance: none;
} 
option {
	padding: 5px;
}
label {
	color: #444;
	font-size: 15px;
}
label span {
	color: #ff4141;
	font-size: 16px;
	font-family:roboto2;
}