@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);


body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}

/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}
.login-logo a {
  color: #444;
}
.login-page {
  background: #d2d6de;
}
.login-box {
  width: 360px;
  margin: 7% auto;
}
@media (max-width: 768px) {
  .login-box{
    width: 90%;
    margin-top: 20px;
  }
}
.login-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}

