@charset "utf-8";
/* CSS Document */

@import url(reset.css);
@import url(elements.css);
@import url(forms.css);

body {
  background-color: #000;
  color: #252525;
  font-family: "Roboto";
}

@font-face {
  font-family: Roboto;
  src: url(../font/Roboto-Regular.ttf);
}

@font-face {
  font-family: Roboto;
  font-weight: 100;
  src: url(../font/Roboto-Thin.ttf);
}

@font-face {
  font-family: Roboto;
  font-weight: lighter;
  src: url(../font/Roboto-Light.ttf);
}

@font-face {
  font-family: Roboto;
  src: url(../font/Roboto-Black.ttf);
  font-weight: 900;
}

.full {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.centered {
  position: relative;
  margin: auto;
  width: 375px;
  height: 600px;
}

.terms {
  width: 800px !important;
  text-align: left;
}

.terms p {
  padding-top: 40px !important;
  line-height: 25px;
}
