.smart-form input:enabled,
.smart-form textarea:enabled,
.smart-form select:enabled{
	background: rgba(235, 235, 255, 0.4) !important;	
							 /*255*/
}	
.smart-form input:focus,
.smart-form textarea:focus,
.smart-form select:focus { 
    outline: none !important;;
    border-color: #9ecaed !important;;
    box-shadow: 0 0 10px #9ecaed !important;;
}