input, select, textarea{
	border:none
}
input:focus, select:focus, textarea:focus{
	outline: none;
}

.input-text{
	/*
	padding: 10px 15px;
	border-bottom: 4px solid #37a000;
	*/
	width: 200px;
	padding: 5px 10px;
	background-color: #DAE0E7;
	font-weight: 500;
	color: #565e67;
	/*border: 1px solid #DAE0E7;*/
	border-radius: 3px;
}
.input-select{
	/*
	padding: 10px 15px;
	border-bottom: 4px solid #37a000;
	*/
	width: 200px;
	padding: 5px 10px;
	background-color: #DAE0E7;
	font-weight: 500;
	color: #565e67;
	border-radius: 3px;
}
