/* DVIIOS Login RC1.11 — identidade oficial
   Escopo: logo e botão principal. */

.auth-brand img{
  width:172px!important;
  max-height:none!important;
  height:auto!important;
  object-fit:contain!important;
  object-position:left center!important;
  filter:none!important;
  opacity:1!important;
}

.auth-mobile-brand img{
  width:168px!important;
  max-height:none!important;
  height:auto!important;
  object-fit:contain!important;
  filter:none!important;
}

.auth-submit{
  background:#ffc928!important;
  color:#11151a!important;
  border:1px solid #ffc928!important;
  font-weight:800!important;
  box-shadow:0 10px 24px rgba(255,201,40,.16);
}

.auth-submit:hover,
.auth-submit:focus-visible{
  background:#f4bd22!important;
  border-color:#f4bd22!important;
  color:#11151a!important;
  transform:translateY(-1px);
  box-shadow:0 14px 30px rgba(255,201,40,.22);
}

.auth-form input:focus{
  border-color:#ffc928!important;
  box-shadow:0 0 0 3px rgba(255,201,40,.12)!important;
}

@media(max-width:900px){
  .auth-mobile-brand img{
    width:156px!important;
  }
}
