body {
  padding: 5px;
}

.login-sentence {
  font-family: 'Lato';
  font-weight: 100;
}

.btn-github {
  color: #fff !important;
  border-color: #222;
  background-color: #222;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-github:hover {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

.btn-github:focus,
.btn-github.focus {
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(34, 34, 34, 0.5);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(34, 34, 34, 0.5);
}

.btn-twitter {
  color: #fff !important;
  border-color: #1da1f2;
  background-color: #1da1f2;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-twitter:hover {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}

.btn-twitter:focus,
.btn-twitter.focus {
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(29, 161, 242, 0.5);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(29, 161, 242, 0.5);
}

.btn-facebook {
  color: #fff !important;
  border-color: #3b5999;
  background-color: #3b5999;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-facebook:hover {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
}

.btn-facebook:focus,
.btn-facebook.focus {
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(59, 89, 153, 0.5);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(59, 89, 153, 0.5);
}

.btn-google {
  color: #fff !important;
  border-color: #dd4b39;
  background-color: #dd4b39;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-google:hover {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}

.btn-google:focus,
.btn-google.focus {
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(221, 75, 57, 0.5);
          box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(221, 75, 57, 0.5);
}

.vectors {
  color: #ffffff !important;
}

.margin-0 {
  margin: 0 auto;
}

.login-bottom {
  position: absolute;
  bottom: 0;
}

body.login-page .login-sidebar {
  min-height: 100vh;
  padding: 0;
  background: #fff;
  border-radius: 0;
  position: fixed;
  right: 0;
}

body.login-page .copy {
  width: 70%;
  padding: 30px 30px 12px;
}

@media screen and (max-width: 991px) {
  body.login-page .login-sidebar {
    min-height: 500px;
    position: relative;
    padding: 0;
    background: #fff;
    border-radius: 0;
  }

  .login-bottom {
    position: relative;
  }

  body.login-page .copy {
    width: 100%;
  }
}

body.login-page .copyright {
  margin: 20px 0;
  float: left;
}

body.login-page .login-container {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding: 30px;
  top: 50%;
  margin-top: -150px;
}

body.login-page .copy h1,
body.login-page .copy h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 0 14px;
  line-height: 27px;
}

body.login-page .copy p {
  color: #fff;
  font-size: 13px;
  max-width: 650px;
  opacity: .9;
  z-index: 99;
  font-weight: 300;
  margin-top: 0;
  left: 15px;
  position: relative;
  top: -8px;
}

body.login-page .login-container form {
  padding-top: 15px;
}

.login-page .login-button {
  background: #000;
}

body.login-page .form-group {
  background-color: #fff;
  position: relative;
  border: 2px solid rgba(28, 43, 54, 0.07);
  border-radius: 3px;
  padding: 7px 12px 4px;
  overflow: hidden;
  -webkit-transition: border .3s ease-in;
  transition: border .3s ease-in;
  font-weight: 400;
}

body.login-page .form-group label {
  margin: 0 0 3px;
  display: block;
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  font-weight: 500;
  font-size: 10px;
  color: #58666e;
}

body.login-page .form-group .form-control {
  background: #fff;
  -webkit-appearance: none;
  color: #1c2b36;
  outline: 0;
  line-height: normal;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: 400;
  border: none;
  height: 25px;
  min-height: 25px;
  padding: 0;
  margin-top: -4px;
  background: 0 0;
  -webkit-transition: border .25s linear,color .25s linear,background-color .25s linear,-webkit-box-shadow .25s linear;
  transition: border .25s linear,color .25s linear,background-color .25s linear,-webkit-box-shadow .25s linear;
  transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
  transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear,-webkit-box-shadow .25s linear;
}

body.login-page .login-container form p {
  text-transform: none;
  font-weight: 400;
}

body.login-page .login-container p {
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #757c85;
  border-radius: 2px;
  font-size: 14px;
  text-transform: uppercase;
  padding-left: 2px;
}

