.make_center{
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-static,.main_bg_login{
    background: #f6f1ff !important;
}

.cust_btn{
    background-color: #37306B;
    color: white;
}
.cust_btn:hover{
    color: white;
    background-color: #534a8b;
}

.themed_txt{
    color: #3b1478 !important;
}
.themed_txt_blr{
    color: #604a83 !important;
}

.logo_login{
    filter:invert(93%) sepia(47%) saturate(4119%) hue-rotate(259deg) brightness(95%) contrast(102%) !important
}


@media (max-width:800px){
    .js-validation-signin{
        max-width: 80% !important;
        
    }
}
