input:not(input[type="radio"]):not(input[type="checkbox"]), textarea, select {
	background-color: #fcfcfc;
	box-shadow: inset 0px 0px 0px 1px #c7ccd0;
	color:#646E78;
}
input:not(input[type="radio"]):not(input[type="checkbox"]):focus, textarea:focus, select:focus {
	box-shadow: inset 0px 0px 0px 2px #c7ccd0;
	color:#646E78;
}
input:not(input[type="radio"]):not(input[type="checkbox"]), textarea, select {
	padding: 10px 10px!important;
	line-height: 20px;
}

button, .button {
	padding: 7.5px 15px!important;
	line-height: 20px;
} 
