/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.68); }

.modal {
  color: #fff;
  padding: 40px 40px 40px 40px;
  background-color: #0A0A0A;
  box-shadow: 0px 0px 12px rgba(102, 102, 102, 0.24);
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% - 120px);
  max-width: 600px; }
  .modal h1 {
    width: 100%;
    text-align: center;
    font-size: 2.6em;
    margin-bottom: 20px;
    text-transform: uppercase; }
  .modal p {
    margin-bottom: 20px; }
  .modal .buttons {
    margin-top: 20px; }
  .modal button {
    padding: 0px 14px;
    background-color: #fff;
    color: #ffffff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    height: 40px;
    outline: none;
    border: none;
    vertical-align: middle;
    font-size: 14px;
    letter-spacing: -0.5px;
    color: #333;
    text-transform: uppercase;
    font-weight: 700; }
    .modal button i {
      padding: 0 10px 0 0; }
    .modal button.green {
      background-color: #1DB954;
      color: #fff; }
  .modal .form-item {
    display: flex;
    width: 100%;
    margin: 15px 0; }
    .modal .form-item label {
      flex-grow: 0;
      width: 100px;
      padding-top: 4px;
      color: #AAA; }
      .modal .form-item label.fluid {
        width: auto;
        flex-grow: 1;
        font-size: 14px; }
    .modal .form-item input {
      flex-grow: 1;
      padding: 4px 0;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-clip: padding-box;
      /* stops bg color from leaking outside the border: */
      box-shadow: none; }
      .modal .form-item input[type='checkbox'] {
        flex-grow: 0;
        margin-right: 20px;
        margin-top: 8px; }
  .modal span.or {
    font-size: 12px;
    padding: 0 10px; }

.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(100% - 40px);
  z-index: 999;
  padding: 0 20px 16px 20px;
  display: flex;
  color: rgba(255, 255, 255, 0.22);
  font-size: 14px; }
  .footer a, .footer a:visited, .footer a:active, .footer a:link, .footer a:hover {
    color: inherit;
    -webkit-transition: color 0.24s;
    -moz-transition: color 0.24s;
    -o-transition: color 0.24s;
    -webkit-transition: color 0.24s;
    transition: color 0.24s; }
  .footer a:hover {
    color: rgba(255, 255, 255, 0.7); }
  .footer ul {
    flex-grow: 1; }
    .footer ul li {
      display: inline-block; }
      .footer ul li i {
        font-size: 20px;
        padding: 0 2px; }
    .footer ul.right {
      text-align: right; }

html, body {
  height: 100%;
  min-height: 100%; }

body {
  overflow: hidden;
  font-family: 'Roboto Slab', serif;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges; }
  body .logo {
    width: calc(100vw - 80px);
    max-width: 374px;
    display: block;
    position: absolute;
    z-index: 999;
    right: 40px;
    top: 40px;
    background-image: url("/images/logo.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    z-index: 999; }
    body .logo:before {
      content: "";
      display: block;
      padding-top: 25.66845%; }
  body .joystick {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100vw;
    height: 33vh; }

/*# sourceMappingURL=app.bundle.css.map*/