html, body, .bg {
  height: 100%;
}

.box-login {
  background: rgba(228,228,228,1);
  padding: 20px 30px;
  border-radius: 7px;
  box-shadow: 0 5px 8px rgba(0,0,0,0.5);
  width: 50%;
  max-width: 350px;
  min-width: 275px;
}

.box-login label {
  width: 100%;
}

.bg {
  background-size: cover;
  background-position: center;
}

.corp {
  background-image: url(../../assets/img/fundo_usuario.jpg);
}

form.login {
  width: 100%;
}

form button {
  margin-top: 14px;
}

.logo {
  margin-bottom: 20px;
  max-width: 200px;
}

.novaversao {
  margin: 10px;
  color: #343434;
  font-size: 16px;
  border-bottom: dashed 1px transparent;
  line-height: 1em;
  transition: border-bottom 0.5s;
}

.novaversao:hover {
  color: #343434;
  border-bottom: dashed 1px #343434;
  text-decoration: none;
}

.box-anuncio {
  background: #f1efef;
  max-width: 95%;
  padding: 10px;
}

.box-anuncio span {
  font-size: 10px;
  text-transform: uppercase;
  margin-top: -10px;
}

.box-anuncio img {
  max-width: 100%;
}

.box-anuncio, .box-anuncio img {
  box-shadow: 0 2px 2px rgba(0,0,0,0.3);
  border-radius: 3px;
}

