html {
  height: 100%;
}

body {
  height: 100%;
  padding-top: 60px;
  margin-top: 60px;
}

.starter-template {
  padding: 80px 15px;
  text-align: center;
}

.login_logo {
  margin: 5;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.login_logo:hover {
  border: 2px solid #999;
}

.no_link_hover:hover {
  text-decoration: none;
}