/* Authentication page css */
/*-------------------------*/
.bg-authentication {
  background-color: #F2F4F4;
}

.bg-authentication #icon-arrow {
  position: absolute;
  top: 11px;
  right: 15px;
}

.bg-authentication .brand-text {
  color: #5A8DEE;
  font-weight: 600;
  letter-spacing: 0.01rem;
}

@media only screen and (min-width: 992px) {
  .bg-authentication .disable-rounded-right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE Specific CSS */
  .bg-authentication {
    width: 100%;
    display: block;
  }
}

.erro-no-campo {
  background: #e03300;
  color: #fff;
  display: inline-block;
  padding: 5px 9px;
  width: 100%;
  font-size: 10px;
}

.call_pessoa {
  margin-top: 20px;
  margin-bottom: 16px;
  font-weight: bold;
  cursor: pointer;
}

.neblina {
  background: url(../../image/bg-neblina.png) repeat 0 0;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1000;
}