* {
  -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: #111526; }

.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: radial-gradient(50% 50% at 50% 50%, #181F3F 0, #111526 100%); }

.logo__image {
  margin-bottom: 16px; }
  @media screen and (min-width: 768px) {
    .logo__image {
      margin-bottom: 32px; } }

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

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