.bkg{
    width: 100%;
    background-size: 130% !important;
    background-repeat: no-repeat !important;
    height: 97%;
    background-position-y: 75% !important;
    position: absolute;
    top: 0;
    z-index: -1;
    animation-name: MOVE-BG;
    animation-duration: 40s;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
  }

  @keyframes MOVE-BG {
    0% {
      background-position-x: 0px ;
    }
    50% {
      background-position-x: -100px ;
    }
    100% {
      background-position-x: 0px ;
    }
  }

  .box-login {
    background: rgb(23 19 24 / 43%);
    box-shadow: 3px 4px 5px -4px rgba(0,0,0,0.75);
    margin-top: 7em;
    position: relative;
    height: 54%;
    color: #fff;
    backdrop-filter: blur(7px);
    padding-top: 2em;
    padding-bottom: 14em;

  }

  @media only screen and (max-width: 767px) {
    .box-login {
        padding-bottom: 16em;
    }
  }

  .box-login label{
    color: #fff;
  }
  .box-login input{
    border-bottom: 1px #108484 solid;
  }
  .box-login input.invalid{
    border-bottom: 1px #108484 solid !important;
  }
  .box-login input.valid{
    border-bottom: 1px #108484 solid !important;
    box-shadow: 0 1px 0 0 #108484 !important;
  }
  .box-login input:focus{
    border-bottom: 1px #108484 solid !important;
    box-shadow: 0 1px 0 0 #108484 !important;
  }

  .btn:hover{
    background-color: #38444c;
  }
  .btn{
    background-color: #108484;
  }

  .btn-link {
    color: #fff;
  }

  .btn-link:hover {
    color: #fff;
  }

  .titulo-login{
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  }

  .center {
    text-align: center;
  }

  .brand-logo{
    width: 75%;
    max-width: 320px;
  }

 .reverso {
    display: flex;
    align-items: center;
    justify-content: flex-end;
 }

 .color-card-header {
    background: #108484;
    color: #fff;
 }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #108484;
  border-color: #108484;
}

input, select, button {
  box-shadow: none !important
}

.card-body {
  padding-top: 40px;
}

.card-list {
  padding: 30px;
}

.campo-formulario {
  padding: 0px;
}

.icon-shape {
    width: 48px;
    height: 48px;
    background-position: center;
    border-radius: 0.5rem;
    margin: -20px 15px;
}
.icon-shape i {
    color: #fff;
    opacity: 0.8;
    top: 11px;
    position: relative;
}
.icon-shape .ni {
    top: 14px;
}

.card-sombra {

    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

.icone-sombra {

    box-shadow: 0 10px 30px -12px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.icone-cor {

    color: white;
}

.icone-padding {

    padding-top: 5px;
}

.spinner {

    position: relative;
    border: 8px solid rgba(0, 0, 0, .1);
    border-left-color: #22a6b3;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    left: 45%;
    top: 50%;
    animation: spin 1s linear infinite;
}

.spinner-container {

    opacity: .5;
    display: none;
}

@keyframes spin {

    to{transform: rotate(360deg);}
}

.card-background-color {

    background-color: #FAF9F9;
}

@media (min-width: 767px) {
  .paginacao {
    display: flex;
    justify-content: flex-end;
  }
}

.pagination {
  flex-wrap: wrap;
  justify-content: center;
}

.erro-feedback {

    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #e3342f;
}

.success-feedback {

    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #1d643b;
}

.dropdown-item:active{
  background-color: #008781 !important;
}

button {
  border-color: #108484 !important;
}
