body {
  background: #eee;
}

h1 {
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 0;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  background: #fff;
  border-radius: 3px;
  transform: translate(-50%, -50%);
}

.image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  background: url('../img/bg.webp') no-repeat center center;
  background-size: cover;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
}

.acesso {
  text-align: center;
  padding: 5em;
}

.logo {
  padding: 15px;
  margin-bottom: 40px;
}

.texto {
  background: rgba(19, 81, 180, 0.8);
  padding: 15px;
  border-radius: 10px;;
  text-align: justify;
}

.br-button {
  padding: 7%;
}

.entrar-com{
  font-weight: normal;
}

.gov_br{
  font-size: 20px;
  font-weight: bold;
  margin-left: 0.25em;
}

@media screen and (max-width: 768px){
	.center {
    width: 90%;
  }

  .image {
    background: none;
    border-radius: 10px;
  }

  .texto {
    border-radius: 10px;;
    background: rgba(7, 29, 65, 0.9);
    text-align: justify;
  }
}

