html,
body {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
  height: 100vh;

}

.saudacao {
  display: block;
  text-align: center;
}

.warning-periodo {
  margin-top: 10px;
}

.hidden {
  display: none;
}

.btn a {
  text-decoration: none;
  color: white;
}

h4 {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  color: #002d98c7;

}

.formulario .d-flex {
  gap: 25px;

}


.gera-holerite {
  margin-bottom: 15px;
}

.verify-code-text {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: #1d1d1d;
}


@media (max-width:510px) {
  .table {
    font-size: 12px;

  }

  .btn-consulta {
    height: 32px;
  }

  button {
    font-size: 12px !important;
  }

  .formulario .d-flex {
    gap: 5px;

  }

  .footer {
    padding: 0;
    font-size: 10px;

  }

  .footer footer a {

    color: white;
  }
}

@media (max-width:470px) {
  .container {
    font-size: 12px;
  }

  .saudacao h4 {
    font-size: 14px;
  }

  .formulario select {
    width: 110px;
    font-size: 12px;

  }


}