.main__banner {
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.8) !important;
}

.navbar li a {
  padding-top: 0 !important;
}

h1.titulo-pagina {
  margin-left: 0 !important;
  text-align: center;
}

.btn-editar {
  background-color: #fff !important;
  color: #337ab7 !important;
}
.btn-editar:hover {
  cursor: pointer;
}

#container-recaptcha-solicitacao {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#container-recaptcha-solicitacao #container-btn-continuar-solicitacao {
  margin-top: 2.4em;
}
#container-recaptcha-solicitacao #container-btn-continuar-solicitacao button {
  margin-left: 0;
}

.glyphicon-refresh-animate {
  -animation: spin 0.7s infinite linear;
  -webkit-animation: spin2 0.7s infinite linear;
}

@-webkit-keyframes spin2 {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: scale(1) rotate(0deg);
  }
  to {
    transform: scale(1) rotate(360deg);
  }
}

/*# sourceMappingURL=treinamento.css.map */
