.login_menu{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    height: 60vh; /* Ensures the container takes up the full viewport height */
}

.error *{
    color: red;
}

.explanation{
    margin-top: 1em;
    color: grey;
}

#df_info_sn_selected{
    margin-top: 1em;
}

#df_info_test_selected{
    margin-top: 1em;
}

.btn-primary{
    margin-top: 1em;
    margin-left: 1em;
}

.shiny-input-container:has(div #x_axis_var1_failure),
.shiny-input-container:has(div #x_axis_var1_score),
.shiny-input-container:has(div #x_axis_var4){
    margin-right:1em;
}
