html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: start;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: white;
  text-align: center !important;
}

.container {
  background:white;
  width: auto;
}

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

.form-signin .btn-primary {
  background-color: #3eb6dc;
  border-color: #3eb6dc;
}

.form-signin a{
  color: #3eb6dc;
}
