
/* GRAFIQ UPDATE 014 — CONFIGURAÇÃO E LOGIN */

.grafiqLogin014{
  width:min(430px,calc(100vw - 30px))!important;
  max-height:none!important;
  overflow:visible!important;
  padding:32px!important;
  border-radius:22px!important;
}

.grafiqBrand014{
  text-align:center;
  margin-bottom:28px;
}

.grafiqWord014{
  font-size:38px;
  line-height:1;
  font-weight:900;
  letter-spacing:-2px;
  color:#101828;
}

.grafiqWord014 span{
  color:#6d42f5;
}

.grafiqBrand014 small{
  display:block;
  margin-top:9px;
  color:#667085;
  font-weight:700;
}

.grafiqLinks014{
  display:flex;
  justify-content:space-between;
  gap:16px;
  margin-top:22px;
  flex-wrap:wrap;
}

.grafiqLinks014 a{
  color:#2563eb;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
}

.grafiqLinks014 a:hover{
  text-decoration:underline;
}

.grafiqNote014{
  margin-top:24px;
  padding:13px;
  border-radius:11px;
  background:#f2f4f9;
  color:#5f6b7c;
  font-size:13px;
  line-height:1.55;
}

.logoDocumento014{
  margin:8px 0 18px;
  padding:16px;
  border:1px solid #dfe4ed;
  border-radius:14px;
  background:#f8fafc;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
}

.logoDocumento014 img{
  max-width:280px;
  max-height:110px;
  object-fit:contain;
}

.logoVazia014{
  margin:8px 0 18px;
  padding:25px;
  text-align:center;
  color:#667085;
  border:1px dashed #cbd5e1;
  border-radius:14px;
  background:#f8fafc;
}

@media(max-width:520px){
  .grafiqLogin014{
    padding:23px!important;
  }

  .grafiqLinks014{
    flex-direction:column;
  }

  .logoDocumento014{
    align-items:flex-start;
    flex-direction:column;
  }
}
