
/* -----------------------------------------------------------------------------*/
/*    _INCLUDE/CSS/login.css                                                    */
/*                                                                              */
/*  TAXA CBn                                                                    */
/*                                                                              */
/*  Version 1.0.00  06/02/24 - OlGa      						                */
/*  Version 1.1.00  29/08/25 - Aj footer                                        */
/* -----------------------------------------------------------------------------*/

html,body{
    background-image: url('../../assets/images/login.jpg');
    background-size: cover;
    font-family: sans-serif;
}

/* --------------------------------------------------*/
/* Styles globaux                                    */
/* --------------------------------------------------*/

h1 {
    color: white;
	text-align: center;
}

a {
  color: white;
  text-decoration: none;
}
/*
.container{
    height: 100%;
    align-content: center;
}
*/
.login {
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
    color: white;
}

.login h2 {
    text-align: center;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #7c7c7c;
}

.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}

.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #2f4151;
    color: #ffffff;
}

.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}

.login form input[type="submit"] {
    width: 100%;
    padding: 20px;
    margin-top: 20px;
    /*
    background-color: #C0C17F;
    */
    background-color: #2f4151;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
}

.login form input[type="submit"]:hover {
    /*
    background-color: #386311;
    */
    background-color: #888e9a;
    transition: background-color 0.2s;
}

/* --------------------------------------------------*/
/* footer                                            */
/* --------------------------------------------------*/

.taxa {
  color: #fff;
  background-color: #2f4151 !important;
  text-decoration: none;
/*    font-weight: bold; */
}

a.taxa {
  color: #fff;
  text-decoration: none;
}

.taxa2 {
  color: #fff;
  background-color: #888e9a !important;
  text-decoration: none;
  text-align: center;
  padding: 10px;
/*    font-weight: bold; */
}
