.main-header .logo {
  background-color: #072568;
}

.oxy-bg {
  background-color: #072568;
}

[data-overlay]::before {
  background: #072568 !important;
}

[data-overlay="6"]::before {
  background: #072568 !important;
  opacity: 1 !important;
}

.logo-login {
  max-width: 200px;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loading-box {
    text-align: center;
    color: #fff;
    font-size: 18px;
}