.login-wrapper {
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -130px;
  margin-left: -300px;
  background: white;
  box-shadow: 0 0 20px #505050;
  -webkit-box-shadow: 0 0 20px #505050;
  -moz-box-shadow: 0 0 20px #505050;
}
.login-wrapper .control-label {
  padding-top: 1px;
}
.xlarge {
  margin-left: -5px;
  margin-top: -1px;
  width: 215px !important;
}
.help-block {
  margin-top: 0px !important;
  color: #BFBFBF !important;
}
.checkbox {
  margin: 0px !important;
}
.login-header {
  margin: 10px 0;
  padding: 0;
  text-align: center;
}
.login-header p {
  margin: -8px 0 10px 0;
  text-transform: uppercase;
  font-family: arial;
  font-size: 18px;
  color: #9B9B9B;
}
.modal-footer {
  box-shadow: inset 0 1px 6px #D5D5D5;
  -moz-box-shadow: inset 0 1px 6px #D5D5D5;
  -webkit-box-shadow: inset 0 1px 6px #D5D5D5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#logo {
  display: inline-block;
  float: none;
}
