/** 
 * public/css/login/login.css
 * Feuille de style pour la partie connexion à la partie admin.
 * 
 * @author Smaga Michael <michael@bvb-software.fr>
 * @version 1.0.0
 */
 
 html{
    height: 100%;
    width: 100%;
}

body{
    height: 100%;
    width: 100%;
}

.page-login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-image: url(../../img/background/bg-4.jpg);
    background-size: 100% 100%;
}

.main-title {
	letter-spacing: 15px;
	font-size: 80px;
}

.main-title .maj{
	font-size: 100px;
}
.main-title .gold{
	color :#cea265;
}
.main-title .blue{
	color :#88c6d3;
}

.main-title img {
    filter: drop-shadow(0px 3px 5px #88c6d3) sepia(13%) !important
}

.info{
    color: crimson;
}

label{
    color: white;
}

.div-btn-login{
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.btn-login{
    background-color: #1f1f1f;
    color: #48bbf1;
    text-decoration: none;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: flex;
    align-items: center;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    margin: 0em;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: rgb(133, 133, 133);
    border-image: initial;
    padding: 9px;
}

.btn-login.gold {
    color :#cea265;
}

.btn-login.blue {
    color :#88c6d3;
}

.btn-login:hover{
    color: white;
    cursor: pointer;
}

.password-forget {
    text-align: end;
    color: #808285;
}

.password-forget a{
    color: #808285;
}