app/site-content/css/login.css
changeset 8 294ff7ac9cb6
child 9 38727da8a948
equal deleted inserted replaced
7:3e6916eb3d2c 8:294ff7ac9cb6
       
     1 *					{ margin: 0; padding: 0; }
       
     2 body				{ font-family: Georgia, serif; background: url(/site-content/images/login-page-bg.jpg) top center no-repeat #c4c4c4; color: #3a3a3a;  }
       
     3 
       
     4 .clear				{ clear: both; }
       
     5 
       
     6 form				{ width: 406px; margin: 170px auto 0; }
       
     7 
       
     8 legend				{ display: none; }
       
     9 
       
    10 fieldset			{ border: 0; }
       
    11 
       
    12 label				{ width: 115px; text-align: right; float: left; margin: 0 10px 0 0; padding: 9px 0 0 0; font-size: 16px; }
       
    13 
       
    14 input				{ width: 220px; display: block; padding: 4px; margin: 0 0 10px 0; font-size: 18px;
       
    15 					  color: #3a3a3a; font-family: Georgia, serif;}
       
    16 input[type=checkbox]{ width: 20px; margin: 0; display: inline-block; }
       
    17 					  
       
    18 .button				{ background: url(/site-content/images/button-bg.png) repeat-x top center; border: 1px solid #999;
       
    19 					  -moz-border-radius: 5px; padding: 5px; color: black; font-weight: bold;
       
    20 					  -webkit-border-radius: 5px; font-size: 13px;  width: 70px; }
       
    21 .button:hover		{ background: white; color: black; }