:root {
    --brand-new-value: #007fff;
    --brand-highlight: #0054d5;
    --brand-highlight-sec: #001b7d;
    --brand-highlight-50: rgba(0, 27, 125, .5);
}

.wrapper .auth__logo-image {
    width: 242px !important;
    content: url('../images/logo-turna-tech.svg');
}

.app-footer .versions-box__logo:before {
    content: "Powered by TurnaTech";
}

.app-footer .versions-box__logo {
    background-image: url('../images/logo-turna-tech.svg');
    padding-left: 3.5rem;
}
