.form-control{
    border-radius: 12px;
    font-size: 16px;
}

#login::placeholder,
#password::placeholder {
    color:rgb(180, 187, 192); /* exemple : gris Bootstrap */
}

.btn{
    border-radius: 12px;
}

.shadow{
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

.toggle-password {
    position: absolute;
    top: 37%;
    transform: translateY(-50%);
    cursor: pointer;
    margin-left: -35px;
}