html {
  font-size: inherit;
}

body {
  padding-top: 4.5rem;
}

.btn {
  /* border: 3px solid #847f7f; */
  padding: .375rem .75rem;
  /* border-radius: 1.25rem;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem; */
}

.btn-size {
  width: 100%;
}

i {
  margin-bottom: 10px;
}

.btnP-logout {
  padding: inherit;
  width: 70px;
}

.btnP-acao {
  padding: 0px;
  margin-right: 2px;
}

.btnC-verde {
  color: green;
}

.btnC-amarelo {
  color: black;
}

.btnC-vermelho {
  color: red;
}

.txt-user-top {
  color: white;
  margin-right: 10px;
}

label.error {
  color: red;
  font-style: italic;
}

.custom-file-label::after{
  content: "Buscar";
}

@media screen and (max-width: 575px) {
  .col {
    padding-bottom: 10px;
  }
  .btn-size {
    width: inherit;
  }
}