﻿@import "Identification_qn.css?revintra=29618";

#logoIdentification {
    background-image: url(../Images/authentification.png);
    height: 400px; 
    max-width:1600px;
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}


/*=======================================================================*/
/*                         CADRE                                         */
/*=======================================================================*/

/* Classe pour l'encadré autour du formulaire */
.cadre_QN {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
    padding: 0px 10px;!important;
/*=======================================================================*/
/*                         CHAMPS                                        */
/*=======================================================================*/

/* Champ vide et inactif */
.champ_QN {
    color: #000000;
    border: 1px solid #A8A8A8;
    border-left-color: transparent;
}

 /* Champ hover */
.champ_QN:hover {
    border: 1px solid #469DD1;
}

/* Champ focus */
.champ_QN:focus {
    color: #00000;
    border: 1px solid #469DD1;
}

/* Champ en erreur */
.is-invalid {
    border-color: #C60000 !important;
    border-left-color: #C60000 !important;
}

/* Libellé des champs*/
.libelle_champ_QN {
    color: #000000;
}