

.logo-login-q {
  margin-left: -35px;
  margin-bottom: -400px;
}

.login-q h3{
  color: #999;
}

.login-q a {
  color: #8a8989;
  text-decoration: underline
}

.login-q a:hover {
  color: #666666;
}

.label-login-q{
  color:#8a8989;
  font-weight: 300;
  font-size: 1.25rem;
}
.input-login-q {
  border-radius: 5px !important;
  background-color: #e2e2e2 !important;
  border: 0;
  padding: 10px;
  width: 100%
}

.button-login-q {
  background: #00c86b !important;
  border-radius: 5px;
}
.button-login-q-in {
  background: #c9323d !important;
  border-radius: 5px;
}

.card-q {
  position: relative;
  margin: auto;
  margin-top: 8%;
  width: 800px;
  height: auto;
  border-radius: 5px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.75);
  overflow: hidden;
}

.card-q2 {
  position: relative;
  margin: auto;
  width: auto;
  height: auto;
}

#form-login-q {
  margin-top: 3%;
}

#redes-sociais{
  padding-top: 10px;
  color:#8a8989;
}
#redes-sociais span{
  cursor: pointer;
}

.cursor-pointer .form-control[disabled], fieldset[disabled] .form-control{
  cursor: pointer !important;
}

.note {
  position: relative;
  top: 303px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  z-index: 999;
}
.note a{
  color: #FFFFFF;
  font-weight: 400px;
}
.note a:hover{
  color: #CCC
}

.note h4{
  font-size:16px;
}
.note:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 16px 16px 0;
  border-style: solid;
  border-color: #fff #fff #343436 #27ae60;
  background: #27ae60;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  width: 0
}

@media only screen and (max-width: 768px) {
  #form-login-q {
    margin: 0px
  }
  .card-q{
    width: 100%
  }
}
/* Sistema */
.icone-topo {
  color: #FFFFFF;
}
.logo-superior{
  margin-left:10px
}
.fundo-quiver {
  background-color: #ccc;
}
.fundo-quiver-in {
  background-image: linear-gradient(#FFE3DB, #FFF8F6);
}