.header{
  margin-bottom:25px;
}
 .dropbtn {
    background-color: rgb(32, 7, 82);
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    width: 100px;
    text-align: center;
    align-items: center;
  }

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgb(136, 91, 226);
    z-index: 1;
  }
  .card {
    text-align: center;
    align-items: center;
    background-color: #899e8a;
  }

  .card-body{
    text-align: right;
    padding: 5;
    align-items:right;
    height: 100%;
    width: 100%;
  }

  .card-bodys{
    position: absolute;
    text-align: center;
    padding: 5;
    align-items:center;
    height: 100%;
  }


  /* Links inside the dropdown */
  .dropdown-content a {
    color: rgb(130, 90, 224);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .dropbtn {
    background-color: #899e8a;
  }



  body {
    text-align: center;
  }
form select {
  width: 100%;           /* prend toute la largeur dispo dans le conteneur */
  max-width: 100%;       /* empêche de dépasser */
  box-sizing: border-box;/* inclut le padding et la bordure dans la largeur */
}
  .form {
    background-color: #7781df;
    display: inline-block;
    padding: 1rem;
    width:40%;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  
  .form-title {
    font-size: 1.25rem;
    line-height: 2.75rem;
    font-weight: 600;
    text-align: center;
    color: #000;
  }
  .input-container  {
    background-color: #7781df;
    width:10px;
    border-radius: 5px;
    padding: 10px 20px;
    margin-left:  100ppx;
    display: flex;
    align-items: center;
  }


  .input-container input {
  width: 20px;
  padding: 1rem;
  padding-right: 3rem;
  border: 1;
  outline: 0;
  font-size: 24px;
  color:#555;
  border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  
  }
  
  .input-container  img{
    width:  15px;
    cursor: pointer;
    margin-left: -50px;
  }
  .input-container input, .form button {
    outline: none;
    border: 1px solid #e5e7eb;
    margin: 8px 0;
   
  }
  
  
  
  
  
  .submit {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: #4F46E5;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    width: auto;
    border-radius: 0.5rem;
    text-transform: uppercase;
    align-items: center;
  }
  
  .signup-link {
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
  }
  
  .signup-link a {
    text-decoration: underline;
  }
  
  
  body {
    text-align: center;
  }
  .form {
    background-color: #7781df;
    display: inline-block;
    padding: 1rem;
    width:70%;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  
  .form-title {
    font-size: 1.25rem;
    line-height: 2.75rem;
    font-weight: 600;
    text-align: center;
    color: #000;
  }
  .input-container  {
    background-color: #7781df;
    width: 20%;
    border-radius: 5px;
    padding: 10px 20px;
    margin:  auto;
    display: flex;
    align-items: center;
    text-align: center;
  }
  .input-container input {
  width: 20%;
  padding: 1rem;
  padding-right: 3rem;
  border: 0;
  outline: 0;
  font-size: 24px;
  color:#555;
  border-radius: 0.5rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  
  }
  
  .input-container  img{
    width:  25px;
    cursor: pointer;
    margin-left: -50px;
  }
  .input-container input, .form button {
    outline: none;
    border: 1px solid #e5e7eb;
    margin: 8px 0;
   
  }
  
  
  
  
  
  .submit {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    background-color: #4F46E5;
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    width: auto;
    border-radius: 0.5rem;
    text-transform: uppercase;
    align-items: center;
  }
  
  .signup-link {
    color: #6B7280;
    font-size: 0.875rem;
    line-height: 1.25rem;
    text-align: center;
  }
  
  .signup-link a {
    text-decoration: underline;
  }


