.connexion main section .container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 30vw;
}

.connexion main section .header {
  background-color: #f4af86;
  text-transform: uppercase;
  color: #ffffff;
}

.connexion main section .container form {
  padding: 2em;
  background-color: #6fb2ae;

  display: flex;
  flex-direction: column;
  gap: 5px;
}

.connexion main section .container div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.connexion form button {
  width: 50%;
  align-self: flex-end;
  border: none;
  text-align: right;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}

.connexion label {
  text-transform: uppercase;
  color: #ffffff;
}

.connexion input[type="text"],
.connexion input[type="password"] {
  background-color: #6fb2ae !important;
  padding: 2em 0 0;
  text-transform: uppercase;
  border-bottom: 2px solid #ffffff !important;
  margin-bottom: 1em;
  color: #ffffff;
  font-size: 1em;
}

.connexion input:-internal-autofill-selected {
  background-color: #6fb2ae !important;
  padding: 2em 0 0;
  text-transform: uppercase;
  border-bottom: 2px solid #ffffff !important;
  margin-bottom: 1em;
  color: #ffffff !important;
  font-size: 1em;
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #6fb2ae inset !important;
  color: #ffffff !important;
}

button {
  background-color: #6fb2ae !important;
  padding: 1em 0 1em;
}

/* .connexion input:-internal-autofill-selected {
  background-color: #6fb2ae !important;
} */

.connexion input {
  border: none !important;
}
