/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .title-register {
        font-weight: bold;
        margin-bottom: 20px;
    }
    .servicingPage{
        margin-top: 250px !important;
        margin-bottom: 150px;
    }
    .form-register-check {
        margin-top: 10px;
        font-size: .9rem;
    }
    /*.section-login .field-icon {*/
    /*    position: absolute;*/
    /*    right: 15px; !* Ajustez cette valeur si nécessaire *!*/
    /*    top: 58%;*/
    /*    transform: translateY(-50%);*/
    /*    cursor: pointer;*/
    /*}*/
}


@media (max-width: 576px) {
    .section-login .field-icon {
        position: absolute;
        right: 15px; /* Ajustez cette valeur si nécessaire */
        top: 58%;
        transform: translateY(-50%);
        cursor: pointer;
    }
    #registration_form_plainPassword{
        width: 90%;
        margin-top: 10px;
    }
    .servicingPage{
        margin-top: 250px !important;
        margin-bottom: 150px;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}