* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }

html, body, div, span, h2, h3, h4, h5, h6, p, a, img, b, i, ul, li, form, label, table, tbody, tr, td, aside, footer, header, nav,
section, input, button {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

a {
  text-decoration: none; }

ul {
  list-style: none; }

body {
  width: 100%;
  height: 100vh;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #0E1012;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  background-image: radial-gradient(50% 50% at 50% 50%, #1A1F24 0%, #0E1012 100%);
}

.logo__image {
  width: 171px;
  height: 110px;
  margin-bottom: 35px;
  object-fit: contain;
}

.logo__text {
  padding: 0 38px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  opacity: .5;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 768px) {
  .logo__image {
    width: 206px;
    height: 132px;
    margin-bottom: 23px;
  }

  .logo__text {
    font-size: 16px;
  }
}

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