body {
    font-family: Arial, sans-serif;
    background: #1e1e2f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
  }
  .container {
    background: #2c2f48;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 10px #000;
    width: 400px;
    margin-top: -200px;
  }
  .form-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
  }
  .form-header h2 {
    margin: 0;
    font-size: 1.5rem;
     margin-bottom: 20px;
  }
  .idioma-form-wrapper {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
  }
 .idioma-form-wrapper img {
    width: 28px;
    height: 20px;
    border-radius: 3px;
    object-fit: cover;
}

  .idioma-form-wrapper select {
    background-color: #2c2f48;
    color: white;
    border: 1px solid #555;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 0.85rem;
    cursor: pointer;
  }
  label {
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  input {
    width: 100%;
    padding: 0.5rem;
    border: none;
    border-radius: 5px;
  }
button {
  display: block;
  margin: 1.5rem auto 0 auto;
  width: 50%;
  padding: 0.7rem;
  background: #4caf50;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 50px;
}

  button:hover {
    background: #45a049;
  }
  .space {
    margin-top: 1rem;
    display: flex;
    font-size: 0.9rem;
    margin-top: 40px;
    justify-content: space-around;
  }
  .space a {
    color: #ccc;
    text-decoration: none;
  }
  .space a:hover {
    text-decoration: underline;
  }

  .sp
  {
    width: 40px;
  }

  @media (max-width: 384px) {
  
    .container {
      width: 90%;
       margin-top: -280px;
      
    }


  .sp
  {
    width: 80px;
    color: gray;
  }

  }

 @media (max-width: 360px) {
  
    .container {
      width: 90%;
       margin-top: -140px;
       
    }

    .container {
   /* background: yellow;*/
  }

  .sp
  {
    width: 20px;
      color: gray;
  }

  }