html,
body {
  background: #f7f7f9;
}

.logo {
  margin: 3rem 0;
}

.auth-wrapper {
  background: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.auth-wrapper form {
  padding: 2rem 2rem;
}

.auth-wrapper header {
  font-size: 2rem;
  font-weight: 300;
  padding-bottom: 2rem;
  text-align: center;
}

.auth-wrapper .form-control {
  padding: 0.5rem 1rem;
  font-size: 1.09375rem;
}

.auth-wrapper .group-btn-login {
  margin-bottom: 5px;
}

.auth-wrapper .btn-link {
  margin: 0;
  padding: 0;
  color: #999;
}

.auth-alternative {
  padding: 2rem;
  background: #fafafa;
  border-top: 1px solid #eee;
}

.btn-social-facebook {
  background: #3B5998;
  color: white;
}

.btn-social-facebook:hover {
  background: #2d4373;
  color: white;
}

.btn-social-google {
  background: #dd4b39;
  color: white;
}

.btn-social-google:hover {
  background: #c23321;
  color: white;
}

.btn-social {
  text-align: center;
  text-decoration: none;
  position: relative;
}

.btn-social i {
  width: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  line-height: 43px;
}

