/*!
 * Custom CSS v0.0.1 (https://ghbsystem.com)
 * Copyright 2024-2025 GHB, Inc.
 */
.roboto-light {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.roboto-normal {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.roboto-semibold {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
.roboto-bold {
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
#loaderOverlay {
    opacity: 0;
    transition: opacity 0.3s ease;
}
#loaderOverlay.show {
    opacity: 1;
}
.bg-form{background: linear-gradient( to bottom, #2164A3 0%, #13396B 100%);}
.bg-light{background-color: #E3EFFA !important;}
.bsmarketng-banner-section{
    background: url('../images/bsmarketng-banner-bg.jpg') no-repeat 50% 50%/cover;
}
.company-bg{
    background: url('../images/bsmarketng-company-bg.jpg') no-repeat 50% 50%/cover;
}