* {
  box-sizing: border-box;
  font-family: "Barlow";
}

html, body {
  min-height: 100%;
  margin: 0;
  width: 100%;
  position: relative;
  font-size: 1.2em;
  line-height: 1.2;
  display: flex;
  align-items: flex-start;
}

.event-details-top {
  margin-bottom: 16px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex: 1;
}
.event-details-top .logo {
  display: flex;
  max-width: 20%;
}
.event-details-top .logo > img {
  width: 100%;
  height: auto;
}

.description {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
}
.description .ico {
  font-weight: 600;
  display: flex;
}
.description .event-name {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.1em;
  line-height: 1.2;
  padding: 8px 0;
  display: block;
}
.description .date {
  font-weight: 200;
  font-size: 0.8em;
  display: block;
}
.description .logo {
  display: flex;
  max-width: 20%;
  height: auto;
}

.layout {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.layout.login {
  justify-content: center;
  align-items: center;
}

.player {
  width: 60%;
  position: relative;
}

.container-16by9 {
  padding-bottom: 56.25%;
  position: relative;
}
.container-16by9 .container-body-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.container-16by9 .container-body-wrapper .container-body {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}
.header .title {
  font-family: Barlow, sans-serif;
  font-weight: 500;
  font-size: 50px;
  -webkit-font-smoothing: antialiased;
}

.content-row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100% - 100px);
}

.form-container {
  width: 100%;
  padding: 16px;
  max-width: 400px;
}

.form-title {
  margin: 8px 0;
  text-transform: uppercase;
  font-weight: 300;
}

.form-description {
  display: none;
}

.form-group {
  margin-bottom: 8px;
}
.form-group input[type=text],
.form-group input[typ\e =password] {
  font-size: inherit;
  display: inline;
  width: 100%;
  padding: 4px 15px 6px;
  font-weight: 300;
}

.divider {
  margin: 16px 0;
}

.btn-logout,
.btn-login {
  font-size: inherit;
  text-decoration: none;
  border-radius: 20px;
  padding: 4px 16px 6px;
  font-weight: 400;
  border: none;
  text-transform: capitalize;
  user-select: none;
  cursor: pointer;
}
.btn-logout:active, .btn-logout:visited,
.btn-login:active,
.btn-login:visited {
  text-decoration: none;
}

.flex-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#get_in_the_game {
  width: 70%;
  max-width: 450px;
}

input {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
input[type=text], input[type=password] {
  border-radius: 0;
}

@media screen and (orientation: portrait) {
  .layout.login {
    transform: none !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1280px) {
  .player {
    width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  html, body {
    height: 100%;
  }

  body {
    align-items: normal !important;
    overflow: auto;
  }
}
@media only screen and (max-device-width: 768px) and (-webkit-device-pixel-ratio: 2), only screen and (max-device-width: 768px) and (-webkit-device-pixel-ratio: 3), only screen and (max-width: 768px) {
  html, body {
    height: 100%;
  }

  .layout.login {
    height: 100%;
    width: 100%;
  }

  .header {
    width: 100%;
  }

  .player {
    width: 100%;
  }

  .description {
    padding: 0 8px;
  }

  .event-details .description {
    font-size: 0.7em;
  }
}
@media only screen and (max-device-width: 768px) and (min-device-height: 900px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), only screen and (max-device-width: 768px) and (min-device-height: 900px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), only screen and (max-width: 768px) and (max-height: 900px) and (orientation: portrait) {
  .login-container {
    transform: translate(0, -5%);
  }
}
@media only screen and (max-device-width: 768px) and (min-device-height: 900px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait), only screen and (max-device-width: 768px) and (min-device-height: 900px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait), only screen and (max-width: 768px) and (min-height: 900px) and (orientation: portrait) {
  .login-container {
    transform: translate(0, -15%);
  }
}

/*# sourceMappingURL=style_8.css.map */
