/*====================
* LOGIN
=====================*/

.banner {
  text-align: center;
}

.error_message {
    background-color: #ffc;
    border: 1px solid #999;
    padding: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
}

.error_message {
    font-size: 80%;
    color: #900;
}

fieldset.tblFooters {
    border-radius: 0 0 4px 5px;
    border-top: 0 none;
    clear: both;
    float: none;
    margin-bottom: 0.5em;
    margin-top: 0;
    text-align: right;
}

fieldset legend {
    background-color: #FFF;
    border: 1px solid #aaa;
    border-radius: 2px;
    box-shadow: 3px 3px 15px #bbb;
    color: #444;
    font-weight: bold;
    max-width: 100%;
    padding: 5px 10px;
}

.tblFooters {
    background: #d3dce3 none repeat scroll 0 0;
    color: #000;
    font-weight: normal;
}

fieldset {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 4px 4px 0 0 ;
    box-shadow: 1px 1px 2px #fff inset;
    margin-top: 1em;
    padding: 1.5em;
}

.container {
    text-align: left;
    margin: 0 auto;
    width: 30em;
}

#loginform {
    text-align: center;
}

body {
    color: #444;
    font-family: sans-serif;
    background: #c8d2bc url(images/bg1.png);
}

html {
    font-size: 86%;
}

#page_content {
    margin: 4.5em 0 0 0;
}

input[type="text"], input[type="password"], input[type="number"], input[type="date"] {
    background: white none repeat scroll 0 0;
    border: 1px solid #aaa;
    border-radius: 2px;
    color: #555;
    padding: 4px;
}

input, select {
    outline: medium none;
}

input, select, textarea {
    font-size: 1em;
}

input#input_go {
  color: white;
  width: 84px;
  line-height: 38px;
  text-align: center;
  border-color: #00a012;
  background: linear-gradient(#00c417 0,#00b615 100%);
}

legend {
    border-bottom: none;
}

.login label {
    float: left;
    font-weight: bolder;
    width: 10em;
}

.item {
    margin: .5em auto;
}

/* ===================
 * footer
 * ==================*/
footer { 
  font: 100% 'Droid Sans', arial, sans-serif;
  height: 60px;
  padding: 15px;
  text-align: center; 
  font-size: .9em;
  background: transparent;
  color: #FFF;
}

footer p { 
  line-height: 1.2em;
  color: #444;
}

footer a { 
  color: #FFF;
  text-decoration: none;
}

footer a:hover { 
  color: orange;
  text-decoration: none;
}