html, body {
  background-color: #f2f4f5;
}

.login-logo {
  width: 300px;
  height: auto;
}

.login-panel {
  position: fixed;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 512px;
}

.content-wrapper {
  position: relative;
  top: 20px;
  background-color: #fefefe;
  padding: 8px;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: 10000;
  margin-top: -1px !important;
}

.content-wrapper-inner {
  padding-top: 40px;
  padding-bottom: 20px;
  border: 2px solid #e7e7e7;
}

.divider {
  padding: 25px;
}

.small-font * {
  font-size: 12px;
}

.btn-md {
  padding: 10px 65px;
}

.remember-me label input {
  margin: 2px 0 0;
}
