/* Messages --------------------------------------------------------------- */
#error, #success {
  padding: 10px 10px;
  text-align: left;
  font-weight: bold;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 15px 0;
}
#error {
  background: #a22;
  color: #fff;
}
#success {
  background: #cfc;
  color: #051;
}
/* Messages --------------------------------------------------------------- */
.login-window {
  width: 300px;
  margin: 100px auto;
  background: white;
  padding: 30px;
  padding-top: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #DDD;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.25);
  position: relative;
}
div#header {
  height: auto;
  margin: 0 0 27px;
}
div#header img {
  display: block;
  height: 150px;
  widows: 150px;
  margin: 0 auto;
  float: none;
}
div#header h1 {
  margin-top: 0px;
  text-align: center;
  display: none;
}
div#header h2, div#header h3 {
  margin-top: 0px;
  text-align: center;
  color: #555;
}
div#header a {
  color: #769926;
}
label {
  font-weight: bold;
  color: #141414 !important;
  display: block;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  margin-bottom: 11px;
}
input[type=text], input[type=password] {
  font-size: 14px;
  width: 286px;
  padding: 9px 7px 7px;
  background: none !important;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  border: solid 1px #BBB;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
label + input, label + textarea, label + select {
  margin-top: -9px;
}
input[type=submit] {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .5);
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.28);
  border: 1px solid #0593DC;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  background: #00A6FC;
  padding: 9px 34px 10px;
  color: white !important;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  position: absolute;
  right: 0;
}
input[type=submit]:hover	{ 
  background-color: #769926; 
  border: 1px solid #769926;	
}
div#footer {
  margin-top: 25px;
  position: relative;
}
div#footer a {
  color: #AAA;
  padding: 9px 0;
  display: inline-block;
}
div#footer a:hover {
  color: #555;
}