
/* #region login modal */
#loginModal .right-w3l input[type="button"] {
    background: #333;
    border: none;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    padding: 10px;
}
#loginModal input{
    font-family: 'PT Sans Caption', sans-serif;
}
#loginModal .right-w3l input[type="button"]:hover {
    background: #444;
}
#loginModal .col-form-label {
    font-family: 'PT Sans Caption', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #eb1d50;
    font-size: 13px;
    letter-spacing: 1px;
}
#loginModal .modal-header {
    background: #00bcd4;
    color: #fff;
    border: none;
}
#loginModal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    background: #fff;
}
#loginModal h5.modal-title {
    font-family: 'PT Sans Caption', sans-serif;
    letter-spacing: 1px;
    font-size: 1.5em;
    padding-left: 18px;
}
#loginModal .input-group-text {
    background-color: #fff;
}
#loginModal .input-group-text a{
    
    color: #00bcd4 !important;
}
#error-login {
    color: #eb1d50;
    font-style: italic;
}
/* #endregion login modal */

/* #region erreur modal */
#errorModal h5.modal-title {
    text-transform: capitalize;
    color: #eb1d50;
    letter-spacing: 1px;
    font-size: 1.5em;
    padding-left: 18px;
}
#errorModal .modal-footer button {
    background: #00bcd4;
    color: #fff;
}
#erreur {
    font-family: 'PT Sans Caption', sans-serif;
    color: #212529;
    font-weight: 400;
}
/* #endregion erreur modal */