#peterstest {
  color: 000;
}
body {
  background: #f5f5f5;
  color: #D6002D;
}
.login #content {
  width: auto;
}
#loginform {
  width: 330px;
  background: #fff;
  padding: 10px 30px 10px 30px;
  margin: 60px auto;
  border: #e3e3e3 1px solid;
  box-shadow: 0px 0px 6px #BBB;
}
#loginform p.transitions {
  text-align: right;
  margin: 0 0 20px 0;
  padding: 0 17px;
  background: url() no-repeat 8px 0px;
  height: 30px;
}
#loginform fieldset {
  background: none repeat scroll 0 0 #fff;
  color: #333333;
  border: none;
  padding: 5px 10px 30px;
}
#loginform .systemdescription {
  background: url('../../applications/mcon/css/images/auto-report-logo.png') no-repeat center 20px;
  margin: 0;
  text-indent: -10000px;
  padding: 50px 10px;
  color: #fff;
  text-align: center;
}
#loginform #login_error {
  color: #000;
  line-height: 1.4em;
  margin-bottom: 1em;
}
#loginform input {
  width: 260px;
}
#loginform .ui-widget-content {
  border: none;
  display: block;
}
#loginform label {
  display: block;
}
#footer {
  display: none;
}
#cacherefresh {
  padding: 5px 20px;
  background: #fff;
  color: #D6002D;
  border-bottom: 1px solid #e3e3e3;
  text-align: center;
}
