<LinearLayout\r
         android:layout_width="match_parent"\r
         android:layout_height="wrap_content"\r
+        android:background="@color/login_background_color"\r
         android:layout_above="@id/buttonOK"\r
         android:layout_alignParentTop="true"\r
         android:orientation="horizontal" >\r
 
     <LinearLayout\r
         android:layout_width="match_parent"\r
         android:layout_height="wrap_content"\r
+        android:background="@color/login_background_color"\r
         android:gravity="center"\r
         android:orientation="vertical"\r
         android:padding="8dp" >\r
 
     <string name="auth_method_saml_web_sso">off</string>
     
     <!-- Colors -->
+    <color name="login_background_color">#FFFFFF</color>
     <color name="background_color">#F7F7F7</color>
     <color name="actionbar_start_color">#1D2D44</color>
     <color name="actionbar_end_color">#1D2D44</color>