body {
  background: -webkit-linear-gradient(to bottom, silver, white); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(to bottom, silver, white); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(to bottom, silver, white); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, silver, white); /* Standard syntax */
  height: 400px;
}

.login-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 340px;
  padding: 15px;
  margin: -135px 0 0 -170px;
  background-color: #FFF;
  border: 1px solid #DDD;
}

.login-box input[type=text] {
    margin: 6px 0;
}

.login-box-logo {
  /*position: absolute;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*margin: -192px 0 0 -80px;*/
  background-image: url("/source/images/logo.png");
  background-repeat: no-repeat;
  background-size: 138px 42px;
  width: 163px;
  height: 52px;
}

.login-bar {
  height: 1px;
  background: #cc2900;
}
