@font-face {
  font-family: NeoSans;
  src: url("/fonts/NeoSans.otf");
}
body {
  font-family: NeoSans, Arial, sans-serif;
  background: #E2E2E2;
}

.conteudo {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #E2E2E2;
}

.inner-conteudo {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 30px 0;
  color: white;
  background: rgba(86, 86, 89, 0.7);
}

.esquerdo {
  padding-right: 20px;
  float: left;
  text-align: right;
  font-size: 2.8em;
}

.direito {
  margin-right: 15%;
  width: 50%;
  padding-left: 10px;
  float: right;
  text-align: start;
}

.header-login {
  font-size: 1.5em;
}

input[type=checkbox] {
  margin-top: 3px !important;
  opacity: 1 !important;
}

button {
  border: none !important;
}

a {
  color: white;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
a:link {
  color: white;
  text-decoration: none;
}
a:hover {
  color: white;
  text-decoration: none;
}
a:visited {
  color: white;
  text-decoration: none;
}

@media only screen and (max-width: 550px) {
  .conteudo {
    background-color: rgba(86, 86, 89, 0.7);
  }

  .inner-conteudo {
    display: block;
    width: 100%;
    height: auto;
    padding: 80px 0;
    color: white;
    background: none;
  }

  .esquerdo {
    padding: 0;
    text-align: center;
    float: none;
    font-size: 2.8em;
  }

  .direito {
    margin-left: 7px;
    width: 100%;
    padding-left: 0;
    float: none;
  }

  input[type=checkbox] {
    visibility: visible;
  }
}

/*# sourceMappingURL=login-page.css.map */
