/* Signup Page Styles */
.signup-background {
    background: url(../../img/svg/pattern-1.svg) no-repeat center bottom fixed;
    background-size: cover;
}

.toggle-password-icon {
    right: 10px;
    top: 35px;
    cursor: pointer;
    z-index: 2;
}

/* Masquer l'icône en arrière-plan */
.form-control {
    background-image: none !important;
}

