.page{
    margin: 0 auto;
    width: 400px;
    margin-top: 50px;
    text-align: center;
    font-family: Helvetica, sans-serif;
}

hr{
    color: #291F6C;
    width: 100px;
    height: 1px;
    background-color: #291F6C;
}

#probleme{
    font-family: Helvetica, sans-serif;
    color: #F5333F;
}

a{
    color: #291F6C;
}

h1{
    color: #291F6C;
    font-family: Helvetica, sans-serif;
}


p{
    color: #291F6C;
    font-family: Helvetica, sans-serif;
}

input{
    border-top:none;
    border-top-color:#FFFFFF;
    border-left:none;
    border-left-color:#FFFFFF;
    border-right:none;
    border-right-color:#FFFFFF;
    border-bottom-color: #F5333F;
    width: 250px;
    font-size: inherit;
}

input
{
    font-size:18px;
}

input:focus{
    border-bottom-color: rgb(48, 11, 135);
    outline: none;
}


#button-connexion{
    background-color: white;
    color: #291F6C;
    border-color: #F5333F;
    border-radius: 8px;
    border-width: 4px;
    padding: 10px;
    outline: none;
    width: 200px;
    font-size: 20px;
}

#button-connexion:hover{
    background-color: #F5333F;
    color: white;
}


footer{
    position: absolute;
    bottom: 0;
    width: 400px;
    height: 50px;
}

footer p{
    color: #291F6C;
}