

body {
    font-family: 'Dosis', sans-serif;
    transition: 3s;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    padding: 0;
    margin: 0;
    background-image: url('/assets/images/login.png');
    background-size: cover;
    background-position:center center;
    gap:40px;
    padding: 15px;
  }
  


  .login-container{
    max-width:450px;
    width:100%
  }
  .login-row{
    padding: 0;
    margin: 0;
  }
  
  .ads {
    background-color: #3489CA ;
    color: #fff;
    padding: 15px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  
  .ads h1 {
    margin-top: 20%;
  }
  
  #fl {
    font-weight: 600;
  }
  
  #sl {
    font-weight: 100 !important;
  }
  
  .profile-img {
    text-align: center;
  }
  
  .profile-img img {
    border-radius: 50%;
    /* animation: mymove 2s infinite; */
  }
  
  @keyframes mymove {
    from {border: 1px solid #F2F3F4;}
    to {border: 8px solid #F2F3F4;}
  }
  
  .login-form {
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    border:1px solid #D0D0D0;
    box-shadow: 2px 5px 6px #0000003C;
  }
  
  .login-form h3 {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px
  }
  
  .form-control {
    font-size: 14px;
  }
  
  .forget-password a {
    font-weight: 500;
    text-decoration: none;
    font-size: 14px;
  }

  .forget-password {
    text-align:center;
  }  

  .btn-primary{
    background-color: #3489CA;
    color: #fff;
    border: 2px solid #3489CA;
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    margin-bottom:5px;
  }

  input{
    margin-bottom:15px;
  }
  .btn-primary:hover{
    background-color: #fff;
    color:#3489CA;
    border:2px solid #3489CA;
  }

  #inscription{
    width: 100%;
    padding: 15px;
    text-align: center;
}
  
  #inscription p{
    margin-bottom:10px;
    color:#808080;
    font-weight: 600;
    font-size:14px;
  }


  #inscription a{
    border: 2px solid #04BE96;
    color: #fff;
    background: #04BE96;
    font-size: 14px;
    padding: 5px 20px;
    margin-bottom: 10px;
    font-weight: 600;
  }

  #inscription a:hover{
    border: 2px solid #04BE96;
    color: #04BE96;
    background: #fff;
  }

  #formulaire{
    max-width: 290px;
    width: 100%;
    padding: 15px;
  }

  @media screen and (max-width: 768px) {
    .ads {
      display:none;
    }
    .login-form{
      width: 100%; 
      max-width: 100%; 
      flex: 0 0 100%; 
    }
  }

  #erreur{
    color: red;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
  }

  input::placeholder {
    color: #808080;
    font-weight: 600;
    font-size:16px;
  }


  .modal-header {
    display: block;
    text-align: center;
    border: 0;
    position: relative;
}

h5#recommancer_ValidMail {
  font-size: 22px;
  font-weight: 600;
}

button.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

p.confirm_text {
  font-size: 21px;
  font-weight: 500;
  text-align: center;
}

.modal-footer {
  border: 0;
  text-align: center;
  justify-content: center;
}

