.show-hide-pwd {
    display: none;
}
#submit_login {
    background: #0f6bff;
    color: #fff;
    border: 0;
    width: 137px;
    height: 41px;
    margin-right: 24px;
    display: flex;
    padding-right: 16px;
    margin-top: 24px;
    background-image: url(../img/picto/bouttonloginsubmit.svg);
    background-repeat: no-repeat;
    background-position-x: 110px;
    background-position-y: 19px;
}