
/* FORMS
================================================== */
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
	display:block;
	margin-bottom:1.5em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow:none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"] {
	padding:0 25px;
	height:50px;
}
.row-fluid input[type="text"], .row-fluid input[type="password"], .row-fluid input[type="email"], input[type="tel"], .row-fluid textarea {
	padding:0 25px;
	width: 100%;
	box-shadow:none;
}
textarea {
	background: #fff;
	padding:25px;
}
select {
	padding:16px;
	height:auto;
	background:#ededed;
}
label, legend {
	display: block;
}
legend {
	margin-bottom:1em;
}
input#verify {
	margin-top:1em;
	margin-bottom:0;
}

input[type="checkbox"] {
	display: inline;
}
form .error {
	color:#bc0000;
}
.modal-header {
	padding: 2.5em 2.5em 0 2.5em;
}
.modal-body, modal-footer {
	padding: 2.5em;
}
/* END FORMS
================================================== */



/*** Form ***/
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus {
	border: none;
	color: #fff;
	background-color:#444;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
	color: #444;
	background-color:#ededed;
    border:1px solid #ededed;
}
