/* Midgard Error Page .css */

body,
html
{
  height: 100%;
  margin: 0;
  padding: 0;
}

body
{
  background-color: #f2f2f2;
  color: #d3d7cf;
  font-size: 62.5%;
  font-family: 'Trebuchet MS', 'Helvetica', 'Arial', sans-serif;
  text-align: center;
}

#container
{
  color: #000000;
  width: 662px;
  height: 502px;
  background-image: url('images/login-background.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  top: 50%;
  position: absolute;
  left: 50%;
  margin: -251px auto 0 -331px;
}

.clear
{
  clear: both;
}

/* Branding Elements */
#branding
{
  height: 150px;
}

#branding #title
{
  float: left;
  padding-top: 10px;
  width: 300px;
  text-align: right;
}

#branding #title h1
{
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 4.2em;
}

#branding #title h2
{
  padding: 0;
  margin: 0;
  font-size: 1.8em;
}

#branding #grouplogo
{
  float: right;
  margin: 18px 25px 0 0;
}
#branding #grouplogo img
{
  border: none;
}

/* Content Elements */
#content
{
  font-size: 1.6em;
  text-align: center;
  width: 300px;
  margin: 0 auto;
  height: 250px;
}

#content #login
{
  padding-top: 75px;
  padding-left: 5px;
  text-align: left;
  border-bottom: 2px solid #000000;
  height: 125px;
}

#content #login label
{
  clear:  both;
  margin: 1px 0 0;
  padding: 0;
  /*overflow: visible;*/
}

#content #login p
{
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 0.875em;
}

#content #login #password,
#content #login #username
{
    margin: 0 0 5px 0;
    padding: 0 0 0 5px;
    overflow: hidden;
    height: 24px;
    width: 205px !important;
    background-color: rgba(255, 246, 188, 0.6);
    border: 1px solid rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
}

#content #submit
{
  margin: 15px 15px 25px 0;
  float: right;
}
#content #error,
#content #ok
{
  padding-left: 32px;
  text-align: left;
  font-size: 0.75em;
  height: 16px;
}

#content > #error,
#content > #ok
{
  padding-top: 15px;
}

#content #error
{
  background-image: url('images/icon-error2.gif');
  background-repeat: no-repeat;
  background-position: 5px 13px;
  color: #ef0000;
}

#content #ok
{
  color: #ffffff;
}

#content a
{
  color: #a40000;
  text-decoration: none;
  font-weight: bold;
}

#content table caption
{
  font-weight: bold;
  text-align: left;
  margin-top: 6px;
  min-width: 300px;
}
#content table td
{
  vertical-align: top;
}
#content table td h2
{
  margin-top: 0;
}

#content table td dl
{
  margin-top: 0;
}

/* Bottom Elements */
#bottom
{
  font-size: 1.2em;
  height: 96px;
}

/* Footer Elements */

#footer
{
  background-color: #f2f2f2 !important;
  text-align: center;
  margin: 10px auto;
  color: #a0a0a0;
  font-size: 1em;
  width: 632px;
}

#footer div
{
  text-align: left;
  font-size: 1.1em;
}

#footer div a
{
  color: #a0a0a0;
}
