﻿@import "Identification_qn.css?revintra=29461";

#logoIdentification {
    background-image: url(https://ensio.qualnet.fr/portail/Portals/0/Logo/LOGO-Ensio_CMJN.png);
    object-fit: contain;
    background-repeat:no-repeat;
    background-position: center; 
    background-size:contain;
    height: 200px; 
    max-width:400px;
}

/* Champ focus */
.champ_QN:focus {
    color: #000000;
    border: 1px solid #E72E8A;
    border-radius: 2px;
    box-shadow: none;
}
