/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11 juin 2019, 15:45:21
    Author     : toky
*/

.formulaire input{
    margin: 10px 0;
}

form {
    margin-block-end: 0;
}

.conteneur {
    padding: 20px;
    margin: auto;
    margin-top:50px;
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    width:auto;
}
.forgot-password {
    margin:8px 0px 0px 15px;
    position: absolute;
    right: 25px;
    font-size: 14px;
    font-style: italic;
    transition: all ease-in-out 0.3s;
}
.forgot-password:hover {
    text-decoration: none;
    font-weight: bold;
}