/*login_page css*/

.center-child{
    display: flex;
    height: 100dvh;
    width: 100dvw;
    justify-content: center;
    place-items: center;
    /*background: #e1e1e1;*/

}



.active{
    fill: white;
}

.dropdown-menu{
    max-width: 150px;
    z-index: 1500;
}