/** do not delete - placeholder file to be used if no custom-style.css file is provided */

div#main {
    max-width: 1920px;
}

[data-bs-theme="default"] {
    --primary: #4b2e83;
    --primary-hover: #527a7a;
    --primary-disabled: #85adad;
    --text-color-btn: #ffffff;
}

.login-icon img {
    height: 75px;
    width: auto !important;
}