* {
  margin: 0;
  padding: 0;
}

@font-face {
    font-family: 'quicksandregular';
    src: url('font/quicksand-regular-webfont.eot');
    src: url('font/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/quicksand-regular-webfont.woff2') format('woff2'),
         url('font/quicksand-regular-webfont.woff') format('woff'),
         url('font/quicksand-regular-webfont.ttf') format('truetype'),
         url('font/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
  background-image: url(bg2.png);
  background-repeat:  no-repeat;
  background-attachment: fixed;
  background-size: 100%;
}
#home-title {
  font-family: 'carbon-type';
  font-size: 3em;
  color: #000;
  margin: 3%;
  margin-top: 7%;
}
#home-links {
  font-size: 2em;
  color: #000;
  font-family: 'carbon-type';
  margin-left: 6%;
}
a:link {
  text-decoration:  none;
  color: #000;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #990000;
}
a:active {
  text-decoration: none;
  color: #000;
}
#login {
  margin-left: 6%;
  font-size: 2em;
  font-family: 'carbon-type';
}
.login-box {
  height: 40px;
  width: 300px;
  background-color: #FFF;
  border: 1px solid #FFF;
  font-family: 'carbon-type';
  font-size: 1em;
  box-shadow: 5px 2px 5px #000;
}
.submit {
  height: 50px;
  width: 150px;
  background-color: #000;
  color: #FFF;
  font-family: 'carbon-type';
  font-size: 2em;
  border: none;
  cursor: pointer;
}
#submit-box {
  margin-left: 20%;
}
.error {
  margin-left: 6%;
  font-size: 1.5em;
  font-family: 'carbon-type';
  color: #990000;
}
