body{
    margin: 0;
    padding: 0;
    background-color: rgb(245, 245, 245);
    font-family: Arial, Helvetica, sans-serif;
}

input{
    outline: none;
}

.div_global_auth_secu
{
    text-align: center;
}

.div_logo
{
    display: inline-block;
    width: 100%;
    height: 50px;
}

.div_forlogo
{
    margin-top: 40px;
    display: inline-block;
    width: 250px;
}

.thelogo
{
    width: 100%;
}

.section_global_auth
{
    display: inline-block;
    height: auto;
    min-height: 100px;
    min-width: 50px;
    width: calc(100% - 102px);
    max-width: 350px;
    margin-top: 50px;
    border-radius: 10px;
    padding: 50px;
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.082);
}

.div_logo_desc
{
    display: inline-block;
    width: 100%;
    min-height: 50px;
    color: rgb(54, 54, 54);
}

.desc_h1
{
    margin-top: 0px;
    font: 600 32px arial;
    margin-bottom: 0;
}

.div_form
{
    margin-top: 20px;
}


/* Floating label */

/* Ajoute ce CSS dans ton fichier CSS */
.floating-label {
  position: relative;
  margin-top: 40px;
  margin-bottom: 0px;
}

.floating-label input {
  width: calc(100% - 16px);
  padding: 12px 8px 12px 8px;
  font-size: 16px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #aaa;
  border-radius: 0px;
  background: none;
}

.floating-label label {
  position: absolute;
  left: 10px;
  top: 12px;
  color: #888;
  background: white;
  padding: 0 4px;
  pointer-events: none;
  transition: 0.2s;
}

.floating-label input:focus + label,
.floating-label input:not(:placeholder-shown) + label {
  top: -10px;
  left: 6px;
  font-size: 12px;
  color: #333;
}

.auth_forgotpass {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin-top: 5px;
    font: 400 14px arial;
    color: rgb(11, 120, 252);
    text-decoration: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.auth_forgotpass:hover
{
    text-decoration: underline;
}

.div_des_erreurs
{
    color: rgb(209 16 26);
    width: 100%;
    min-height: 0px;
    height: auto;
    overflow: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font: 600 14px arial;
    text-align: left;
    background-color: rgba(255, 235, 235, 0);
}

.input_submit
{
    background: linear-gradient(135deg, rgb(11, 120, 252) 0%, rgb(38, 0, 191) 100%);
    background-size: 200% 200%;
    background-position: left top;
    color: white;
    height: 50px;
    width: 100%;
    font: 400 16px arial;
    border: 0;
    border-radius: 7px;
    margin-top: 10px;
    transition: all 3s ease-in-out 0s;
    transition: background-position 0.5s ease;
}

.input_submit:hover
{
    background-position: right bottom;
}

.auth_div_or_span /* et responsable du <hr/>, <div> et <span> */
{
    display: inline-block;
    margin-top: 25px;
    width: 100%;
    height: 20px;
    text-align: center;
}

.auth_div_or_span hr
{
    background-color: rgb(202, 202, 202);
    border: 0;
    height: 1px;
}

.auth_div_or_span div
{
    margin-top: -20px;
    text-align: center;
    width: 100%;
}

.auth_div_or_span div span
{
    background-color: rgb(255, 255, 255);
    padding-left: 5px;
    padding-right: 5px;
    font: 400 14px arial;
    color: rgb(179, 179, 179);
}

.div_bis_container /* 2eme "inputs" (div) */
{
    background-color: transparent;
    color: rgb(53, 53, 53);
    height: 50px;
    width: calc(100% - 2px);
    font: 400 16px arial;
    border: 1px solid rgb(179, 179, 179);
    border-radius: 7px;
    margin-top: 20px;
    text-align: center;
    
    transition: all 0.3s ease-in-out;
}

.div_bis_container:hover
{
    background-color: rgba(245, 245, 245, 0.5);
}

.div_img_txt
{
    display: inline-block;
    text-align: center;
    width: auto;
    height: 50px;
    background-color: #4caf4f00;
}

.div_img_txt img
{
    float: left;
    width: 20px;
    height: 20px;
    margin-top: 15px;
}

.div_img_txt p
{
    float: left;
    font: 600 16px arial;
    color: rgb(53, 53, 53);
    margin-left: 10px;
}

.auth_footer
{
    display: inline-block;
    width: calc(100% - 30px);
    height: 50px;
    margin-top: 20px;
    text-align: center;
    font: 400 14px arial;
    color: rgb(179, 179, 179);
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}