html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0;
  padding-top: 50px;
  padding-bottom: 40px;
}

.body-content {
  padding-left: 15px;
  padding-right: 15px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #f5f5f5;
}

.center300 {
  width: 100%;
  max-width: 300px;
  padding: 15ps;
  margin: auto;
}

.center500 {
  width: 100%;
  max-width: 500px;
  padding: 15ps;
  margin: auto;
}

/* LOGIN */
.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15ps;
  margin: auto;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
