.bg-image{
    background-image: url('../../2026/images/background.png');
    height: 800px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-image-submission{
    background-image: url('../../2026/images/2.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-image-committee{
    background-image: url('../../2026/images/5.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-image-registration{
    background-image: url('../../2026/images/3.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-image-instructions{
    background-image: url('../../2026/images/5.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-image-about{
    background-image: url('../../2026/images/6.png');
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-home{
    background-color: rgb(68, 76, 77) !important;
    opacity: 0.9;
    border-radius: 0% 0% 4% 4%;
}

.container-bg-white{
    background-color: rgb(255, 255, 255) !important;
    opacity: 0.9;
}

.container-dark{
    background-color: rgb(6, 6, 49) !important;
    opacity: 0.9;
}

.container-light{
    background-color: rgb(255, 255, 255) !important;
    opacity: 0.9;
}

.bg-blue{
    background-color: rgb(6, 6, 49) !important;
    color: white;
}
