/* .login-section {
    background-image: url(../../../images/backgrounds/events_bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
}
.login-container {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}
.theme-crm-btn{
    padding: 0.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #192F60;
    color: #fff;
}
.theme-crm-btn a{
    color:#fff;
}
.theme-crm-btn:hover{
    padding: 0.5rem;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #192F60;
    color: #fff;
}
.main-heading{
    color: #192F60;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    text-transform: capitalize;
}
.login-link-text{
    color: #192F60;
    font-size: 1rem;
    font-style: normal;
    text-transform: capitalize;
} */