
.sectionHeader {
    background-image: linear-gradient(to bottom right, #006559, #409b97);
}

.appBarLogo, .appBarLogoLarge {
    content: url("/themes/AustralianVisaAssist/AppBarLogo.png");
    height: 40px;
}

.loginLogo {
    content: url("/themes/AustralianVisaAssist/LoginLogo.png");
    width: 411px;
}

.btn-primary {
    text-transform: uppercase;
    --bs-btn-bg: var(--mud-palette-primary) !important;
    --bs-btn-hover-bg: var(--mud-palette-primary-darken) !important;
}