body {
  padding-top: 40px;
  padding-bottom: 40px;
  /*background-color: #eee;*/
  background-color: #fff;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-purple { background-color: hsl(281, 31%, 29%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9d6fb3", endColorstr="#523360"); background-image: -khtml-gradient(linear, left top, left bottom, from(#9d6fb3), to(#523360)); background-image: -moz-linear-gradient(top, #9d6fb3, #523360); background-image: -ms-linear-gradient(top, #9d6fb3, #523360); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9d6fb3), color-stop(100%, #523360)); background-image: -webkit-linear-gradient(top, #9d6fb3, #523360); background-image: -o-linear-gradient(top, #9d6fb3, #523360); background-image: linear-gradient(#9d6fb3, #523360); border-color: #523360 #523360 hsl(281, 31%, 22%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.46); -webkit-font-smoothing: antialiased; }