@import url("adm.css");
@font-face {
  font-family: "Raleway Regular";
  src: url("../font/Raleway/Raleway-Regular.ttf");
}
#login {
  background: url("../img/login/fundo.jpg") no-repeat right center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 768px) {
  #login {
    background: url("../img/login/fundo-mobile.jpg") no-repeat right center;
  }
}
#login a {
  text-decoration: none;
}

.container-login {
  max-width: 80% !important;
}

.fundo-login-input {
  background: url("../img/login/fundo-login-input.png") no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40%;
  right: 0;
  z-index: -1;
}
@media (max-width: 450px) {
  .fundo-login-input {
    left: 0;
    right: 0;
    background: url("../img/login/fundo-login-input.png") no-repeat -10rem center;
    background-size: 220%;
  }
}

a {
  color: #202020 !important;
  text-decoration: none !important;
}

#login {
  height: inherit;
}
@media (min-height: 530px) {
  #login {
    height: 100%;
  }
}
#login input[type=email], #login input[type=password] {
  border: 2px solid #951914;
}
#login .gradiente {
  background: linear-gradient(to right, rgba(249, 196, 61, 0.2470588235) 5%, #f9c33d 20% 80%, rgba(249, 196, 61, 0.2470588235));
}
#login i.bi {
  color: #f9c33d;
}
#login .bi {
  color: #f9c33d;
}

html {
  height: 100%;
  font-family: "Raleway Regular", Arial, Helvetica, sans-serif;
}

body {
  background-color: transparent !important;
}

.navbar {
  background-color: #951914 !important;
}

.nav-item a {
  color: #fff !important;
}
.nav-item a:hover {
  font-weight: bold;
  transition: all 0.1s;
}

#app {
  height: 100%;
}

.fundo-credenciamento {
  background: url("../img/credenciamento/fundo.jpg") no-repeat center !important;
  background-size: cover !important;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
}

@media (min-height: 770px) {
  .responsivo {
    height: 91.9%;
  }
}

.btn-danger {
  background-color: #951914 !important;
  border: none !important;
}
.btn-danger:hover {
  background-color: #b62d28 !important;
}

#credenciamento {
  height: 90%;
}
#credenciamento h1 {
  font-size: 1.5em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 20rem;
}
#credenciamento h1::after {
  content: "";
  display: block;
  margin-top: -0.7rem;
  width: 100%;
  height: 0.8rem;
  background-color: #f9c33d;
  z-index: -1;
}
#credenciamento .btn-scan {
  background-color: #14952A;
  padding-inline: 3rem;
  padding-block: 0.5rem;
}
#credenciamento .btn-scan h3 {
  color: #fff;
}
#credenciamento .btn-scan:hover {
  transform: scale(1.05);
  transition: all 0.3s ease-in-out;
}

#pesquisar {
  height: 90%;
}
#pesquisar h1 {
  font-size: 1.5em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 20rem;
}
#pesquisar h1::after {
  content: "";
  display: block;
  margin-top: -0.7rem;
  width: 100%;
  height: 0.8rem;
  background-color: #f9c33d;
  z-index: -1;
}
#pesquisar .table-responsive {
  overflow-x: auto;
  max-width: 100%;
}
#pesquisar a {
  color: #fff !important;
}

#cadastro {
  height: 90%;
}
#cadastro h1 {
  font-size: 1.5em;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 21rem;
}
#cadastro h1::after {
  content: "";
  display: block;
  margin-top: -0.7rem;
  width: 100%;
  height: 0.8rem;
  background-color: #f9c33d;
  z-index: -1;
}
#cadastro a {
  color: #fff !important;
}/*# sourceMappingURL=style.css.map */