/* =============================================================== */
/* login.css - Styles for the e-GdP login page                     */
/* =============================================================== */

/* Import the styles for the standard page */
@import url(/css/standard_page.css);
/* Import the styles common to all e-GdP pages */
@import url(/css/e-gdp/common.css);

/* --------------------------------------------------------------- */

#content .form td {
  padding: 2px;
  text-align: left;
}

#content .form input {
  background: #EEE2A5; /* RGB: 238, 226, 165 */
}

/* =============================================================== */
