/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 23 juil. 2022, 11:01:37
    Author     : ney
*/

#layoutAuthentication{
    background: url("../assets/images/back2.jpg") no-repeat center center fixed;
    background-size: cover;
}

 #layoutAuthentication::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(15px);
        background-color: rgba(0, 0, 0, 0.5);
       /* z-index: -1;*/
    }
        .expired-card {
        background-color: #f8f9fa;
    }
    .grayscale {
        filter: grayscale(100%);
    }