.section-login{
    margin-top:20px;
}

.txtLogin {
    background-color: #FFFDF6;
}



.btn-provider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    padding: 10px 50px;
    position: relative;
    width: 100%;
    background-color: #fafafa;
    border: 1px solid #64635e;
    transition: background-color .1s ease,border-color .1s ease;
    font-size: 1rem;
    color: #21211f;
    font-weight: 600;
}
.btn-provider:hover{
    background-color:#E0E0DE;
    color:#21211f;
    text-decoration:none;
    border-color:hsl(60,3.125%,75.45)
}

.btn-seconnecter {
    background-color: #d92229;
    color:white;
}