


form{
    text-align: center;
    font-family: cursive, 'Courier New', Courier, monospace;
    font-weight: bold;
    background-color: rgb(43, 90, 166);
    border: 3px solid rgb(20, 8, 69);
    border-radius: 30px;
}

.container{
    display: inline-block;
    margin-left: 37.5%;
    margin-right: 37.5%;
    width: 25%;
    margin-bottom: 3%;
}

input[type="text"],
input[type="password"]{
    background-color: rgb(106, 178, 198);
    border-radius: 30px;
    border-color: rgb(20, 8, 69);
    height: 2em;
    margin: 2%;
}

input[type="text"]:focus,
input[type="password"]:focus{
    outline: none;
}

input[type="text"]:hover,
input[type="password"]:hover{
    background-color: rgb(192, 193, 193);
    color: rgb(20, 8, 69);
}

input[type="submit"]{
    background-color: rgb(106, 178, 198);
    border-color: rgb(20, 8, 69);
    padding: 1%;
    margin: 1%;
    border-radius: 30px;
}

input[type="submit"]:hover{
    background-color: rgb(192, 193, 193);
    color: rgb(20, 8, 69);
}

/* Aide contextuelle CSS */

.tooltip {
    --balloon-color: rgb(206, 115, 17);
    --balloon-font-size: 15px;
}
