html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #f2f2f2;
}

.form-signin {
  border-radius: 5px;
  background: #ffffff;
  width: 100%;
  max-width: 400px;
  padding: 15px 15px 50px 15px;
}

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

.form-signin input {
  margin: 10px 0px 15px 0px;
  color: #05517a;
}

.form-signin input:focus {
  background-color: #f3f8ff;
}

.form-signin img {
  margin-top: 10px;
  margin-bottom: 20px;
  width: 80px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.form-signin .btn-login {
  width: 100%;
  color: #fff;
  text-align: center;
  background: #05517a;
  font-weight: 400;
  border: 0;
}

.form-signin .btn-login:hover {
  background: #05517a;
  border: 0;
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
/*# sourceMappingURL=login.css.map */