|  |  | @ -110,8 +110,9 @@ class _LoginPageState extends State<LoginPage> { | 
			
		
	
		
		
			
				
					
					|  |  |  |                         backgroundColor: AppColor.fieldBgColor(context), |  |  |  |                         backgroundColor: AppColor.fieldBgColor(context), | 
			
		
	
		
		
			
				
					
					|  |  |  |                         validator: (value) => Validator.hasValue(value!) ? null : context.translation.requiredField, |  |  |  |                         validator: (value) => Validator.hasValue(value!) ? null : context.translation.requiredField, | 
			
		
	
		
		
			
				
					
					|  |  |  |                         labelText: context.translation.username, |  |  |  |                         labelText: context.translation.username, | 
			
		
	
		
		
			
				
					
					|  |  |  |                         style: TextStyle(fontWeight: FontWeight.w500, fontSize: 12, color: context.isDark ? Colors.white : const Color(0xff3B3D4A)), |  |  |  |                         style: TextStyle(fontWeight: FontWeight.w500, fontSize: context.isTablet() ? 16 : 12, color: context.isDark ? Colors.white : const Color(0xff3B3D4A)), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         labelStyle: TextStyle(fontWeight: FontWeight.w500, fontSize: 11, color: context.isDark ? Colors.white : const Color(0xff767676)), |  |  |  |                         floatingLabelStyle: TextStyle(fontWeight: FontWeight.w500, fontSize: context.isTablet() ? 16 : 12, color: context.isDark ? Colors.white : const Color(0xff3B3D4A)), | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                         labelStyle: TextStyle(fontWeight: FontWeight.w500, fontSize: context.isTablet() ? 16 : 12, color: context.isDark ? Colors.white : const Color(0xff767676)), | 
			
		
	
		
		
			
				
					
					|  |  |  |                         textInputType: TextInputType.text, |  |  |  |                         textInputType: TextInputType.text, | 
			
		
	
		
		
			
				
					
					|  |  |  |                         showWithoutDecoration: true, |  |  |  |                         showWithoutDecoration: true, | 
			
		
	
		
		
			
				
					
					|  |  |  |                         contentPadding: EdgeInsets.symmetric(horizontal: 16.toScreenWidth, vertical: 12.toScreenHeight), |  |  |  |                         contentPadding: EdgeInsets.symmetric(horizontal: 16.toScreenWidth, vertical: 12.toScreenHeight), | 
			
		
	
	
		
		
			
				
					|  |  | @ -125,8 +126,9 @@ class _LoginPageState extends State<LoginPage> { | 
			
		
	
		
		
			
				
					
					|  |  |  |                         showWithoutDecoration: true, |  |  |  |                         showWithoutDecoration: true, | 
			
		
	
		
		
			
				
					
					|  |  |  |                         labelText: context.translation.password, |  |  |  |                         labelText: context.translation.password, | 
			
		
	
		
		
			
				
					
					|  |  |  |                         backgroundColor: AppColor.fieldBgColor(context), |  |  |  |                         backgroundColor: AppColor.fieldBgColor(context), | 
			
		
	
		
		
			
				
					
					|  |  |  |                         style: TextStyle(fontWeight: FontWeight.w500, fontSize: 12, color: context.isDark ? Colors.white : const Color(0xff3B3D4A)), |  |  |  |                         style: TextStyle(fontWeight: FontWeight.w500, fontSize: context.isTablet() ? 16 : 12, color: context.isDark ? Colors.white : const Color(0xff3B3D4A)), | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |                         labelStyle: TextStyle(fontWeight: FontWeight.w500, fontSize: 11, color: context.isDark ? Colors.white : const Color(0xff767676)), |  |  |  |                         labelStyle: TextStyle(fontWeight: FontWeight.w500, fontSize: context.isTablet() ? 16 : 12, color: context.isDark ? Colors.white : const Color(0xff767676)), | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |  |  |  |  |                         floatingLabelStyle: TextStyle(fontWeight: FontWeight.w500, fontSize: context.isTablet() ? 16 : 12, color: context.isDark ? Colors.white : const Color(0xff3B3D4A)), | 
			
		
	
		
		
			
				
					
					|  |  |  |                         contentPadding: EdgeInsets.symmetric(horizontal: 16.toScreenWidth, vertical: 12.toScreenHeight), |  |  |  |                         contentPadding: EdgeInsets.symmetric(horizontal: 16.toScreenWidth, vertical: 12.toScreenHeight), | 
			
		
	
		
		
			
				
					
					|  |  |  |                         obscureText: !_passwordVisible, |  |  |  |                         obscureText: !_passwordVisible, | 
			
		
	
		
		
			
				
					
					|  |  |  |                         suffixIcon: Icon( |  |  |  |                         suffixIcon: Icon( | 
			
		
	
	
		
		
			
				
					|  |  | 
 |