@media handheld, only screen and (max-device-width: 480px) {

/** style for both LoginView and SurveyView **/

.eg-chat-login,.eg-chat-survey {
  	
    .form-fields {
        
         input[type=text], textarea {
        
          font-size:16px;
	 }
    
   }
        
   input[type=text], textarea {
			font-size:16px;

	 }
	
}

.eg-chat-editor {

	input[type=text], textarea {
			font-size:16px;			
    }
    
	
  }

}