html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
}

/* CONTEÚDO PRINCIPAL */
.content {
  flex: 1;
}

.esqueci-senha {
  text-align: center !important;
  margin: 30px 0px;
}

.esqueci-senha a {
  text-decoration: none;
  top: 5px;
}

.esqueci-senha a:hover {
  text-decoration: underline;
}

/* RODAPÉ FIXO */
.rodape-sistema {
  background-color: #EDF2F5;
  color: #595757;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

.rodape-sistema p {
  margin: 0;
  font-size: 14px;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap');

/* TOPO */
.topo-sistema {
  background: linear-gradient(135deg, #0d6efd, #0b5ed7);
  height: 70px;
  width: 100%;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

/* Formulário um pouco mais estreito + espaço entre campos */
.login-form-col {
  max-width: 340px;
}

.content .contents .form-group.first {
  margin-bottom: 14px;
  border-radius: 7px;
}

.content .contents .form-group.last {
  border-radius: 7px;
}

/* Rótulo sobe ao focar/digitar para não misturar com o texto */
.content .contents .form-group {
  min-height: 64px;
  padding-top: 18px;
  padding-bottom: 10px;
}

.content .contents .form-group .form-control {
  padding-top: 6px;
  line-height: 1.3;
}

.content .contents .form-group.focus label,
.content .contents .form-group.field--not-empty label {
  top: 10px;
  transform: none;
  margin-top: 0;
  font-size: 11px;
  color: #888;
}
