

html 
{ 
    height:100%;
    background: linear-gradient(#005595, #FFFFFF);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.form-signin  { background: #FFFFFF; color:#005595; }
#forgotpass_frame {background: #FFFFFF; color:#005595; }
 #logo                       { height:20mm; max-width:140mm}
    .name.label                 { color:#005595 }
    .password.label             { color:#005595 }
    .password.field             { }
#forgotten_link             { color: #FFFFFF; }


a
{
    cursor:pointer;
} 

body {
    background-color:transparent!important;
}