/*
Theme Name: Hello Elementor Child
Description: Hello Elementor Child Theme
Template: hello-elementor
*/
body.login h1 a {
    background-image:url("../../uploads/2024/05/logo_synapse_bleu.svg");
    background-size: contain;
    width:100%;
}
.login #wp-submit {
    background-color: #334D98; 
    border: none;
    box-shadow: none;
    transition: background-color 0.3s ease;
}
.login #wp-submit:hover {
    background-color: #3096CF;
}