.bb-layout {
  width: 100vw;
  background-image: url("/bizBoxLogin/jakarta.faces.resource/background.svg.xhtml?ln=images");
  background-position: 0 50%;
  background-color: #002c66;
  background-repeat: no-repeat;
}

.bb-layout .layout-footer {
  background-color: #001a3d;
  color: var(--primary-color) !important;
}

.titleSize {
    font-size: 2.5rem;
    margin-top: 1.5rem;
    margin-bottom: 2.5rem;
}

/* Media query za mobilne zaslone */
@media (max-width: 520px) {
    .bb-layout .layout-footer .smallScreen {display: none !important;}
    .bb-layout .card {
        min-width: 90vw !important;
    }
    .titleSize {
        font-size: 2.0rem !important;
        margin-top: .5rem !important;
        margin-bottom: 1.5rem !important;
    }
}

.bb-layout .ui-button {
    background: var(--brand-blue);
}

.bb-layout .card {
  padding-top: 2rem;
  padding-bottom: 1.2rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 18px;
  min-width: 450px;
}

.greenBox {
  background-color: var(--brand-green);
  border-radius: 4px;
  padding: 0.3rem 0.5rem;
  display: inline-block;
  font-weight: 600;      /* po želji */
  color: white;
}

.bb-body.ui-input-filled .ui-inputgroup .ui-float-label:last-child input {
  border-top-left-radius: 0;
}

.layout-menu-static.layout-menu-active .layout-main {
    margin-left: 0;
}


.bb-layout .ui-button {
    font-size: 1.25rem;
}