body {
    font-family: 'Poppins', sans-serif;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
  }
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3); /* Ajusta la opacidad según sea necesario */
    z-index: -1;
  }
  .main-container {
    max-width: 900px;
    margin: auto;
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }

  .left-column {
    background: transparent;
    color: #2e3c79;
    padding: 30px;
    text-align: left;
    position: relative;
    background-size: contain;
    background-position: bottom left;
    background-repeat: no-repeat;
  }

  .lf-paso1 {
    background-image: url('/images/bg_tenista_registro_01.png');
  }

  .lf-paso2 {
    background-image: url('/images/bg_tenista_registro_02.png');
  }

  .lf-paso3 {
    background-image: url('/images/bg_tenista_registro_03.png');
  }

  .lf-paso4 {
    background-image: url('/images/bg_tenista_registro_04.png');
  }

  .left-column .logo {
    display: block;
    margin-bottom: 20px; /* Ajusta el margen según sea necesario */
    max-width: 100px; /* Ajusta el tamaño del logo según sea necesario */
  }
  
  .header-container {
    display: flex;
    align-items: center;
  }

  .header-container .logo {
    margin-right: 0px; /* Ajusta el margen según sea necesario */
    max-width: 100px; /* Ajusta el tamaño del logo según sea necesario */
  }  

  .left-column h1 {
    font-weight: 700;
  }
  .left-column h2 {
    color: #15abe2;
    font-weight: 600;
  }
  .left-column p {
    margin-bottom: 30px;
    font-weight: 300;
  }

  .right-column {
    padding: 30px;
    border-radius: 20px;
  }

  
  .form-container {
    background: linear-gradient(to bottom, #0a2e59, #00c6ff, #98cde1);
    padding: 30px;
    border-radius: 15px;
    color: white;
  }

  .form-container p {
    font-weight: lighter;
    text-align: center;
    padding: 10px 0px;
    font-size: 14px;
  }

  .form-control {
    border: none;
    border-bottom: 2px solid #d0e5f5;
    border-radius: 0;
    background: transparent;
    color: white;
    font-weight: 400;
    margin: auto 20px auto 30px;
  }
  .form-control::placeholder {
    color: white;
    opacity: 0.7;
  }
  .form-control:focus {
    box-shadow: none;
    border-bottom-color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
  }
  .form-control:disabled {
    box-shadow: none;
    border-bottom-color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    color: #666;
  }

  .btn-primary {
    background-color: white;
    color: #000;
    border: none;
    font-weight: 100;
    font-size: 1rem;
    border-radius: 20px;
    padding: 10px;
  }
  .btn-primary:hover {
    background-color: #0a2e59 ;
    color: white;
  }
  .form-footer {
    margin-top: 20px;
    text-align: center;
    font-size: 0.9rem;
  }
  .form-footer a {
    color: white;
    text-decoration: underline;
    font-weight: 400;
  }

  .form-label {
    padding-left: 10px;
  }
  
  body {
    height: 100vh;
    margin: 0;
    background-size: cover;
    background-position: center;
    transition: background-image 1s ease-in-out;
  }
  .input-group-text {
    background-color: transparent;
    border: none;
  }

  .input-group .form-control {
    border-left: none;
  }

  .input-group .form-control:focus {
    box-shadow: none;
  }

  #valorAfiliacion {
    display: none; 
    margin-top: 10px;
    margin-left: 20px;
  }

  #precio_afiliacion {
    margin-top: 10px;
    margin-left: 20px;
  }

  .upload-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
  }
  
  .upload-box {
    width: 200px;
    height: 280px;
    border: 2px dashed wheat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    position: relative;
  }
  
  .upload-box span {
    color: wheat;
    font-size: 1.2rem;
  }
  
  .upload-box img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  
  .texto-pequeno {
    font-size: 0.8rem !important;
  }

  @media (max-width: 767px) {
    .left-column {
      background-image: url('/images/bg_pelota_registro_01.png'); 
      background-size: 40%;
      background-position: top right;
      background-repeat: no-repeat;
      padding: 30px 20px 0 30px;
    }

    .right-column {
      padding: 0px 10px 10px 10px;
    }

    .form-container {
    padding: 20px;
    }

    .login-container {
        max-width: 90%;
        margin-top: 10%;
      }

  }

  .text-danger {
    color: #ec246d !important;
    font-size: 0.875rem;
    margin-left: 10px;
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    text-align: center;
    border-radius: 5px;
  }

  footer {
  text-align: center;
  color: white;
  text-shadow: black 1px 0 10px;
  padding-bottom: 20px;
  margin-top: 0px !important;
  }

  footer a {
  color: white;
  text-decoration: none;
  margin: 0 10px;
  }

  footer a:hover {
  text-decoration: underline;
  }

  /* Estilos login */

  .login-container {
    max-width: 500px;
    margin: auto;
    margin-top: 3%;
    background: linear-gradient(to bottom, #0a2e59, #00c6ff, #98cde1);
    padding: 60px 20px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  .login-container h2 {
    font-weight: 500;
    color: white;
    text-align: center;
  }

  .logo-container {
    display: inline-block;
    width: 120px;
    height: 120px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
  }
  
  .logo {
    width: 100px;
    padding: 5px;
  }

  .remember-me {
    text-align: left;
    color: white;
  }
  
  .remember-checkbox {
    accent-color: white;
    background-color: white;
    border: none;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    margin-left: 10px;
  }

  .remember-me {
    display: flex;
    align-items: center;
  }
  .remember-me input {
    margin-right: 10px;
  }
  
  .remember-label {
    color: white;
  }

  .forgot-password {
    text-align: center;
    font-size: 0.9rem;
    margin-top: 15px;
  }
  .forgot-password a {
    color: #003f7f;
    text-decoration: none;
  }
  .forgot-password a:hover {
    text-decoration: underline;
  }

  .login-header-container {
    text-align: center;
    margin-bottom: 20px;
    display: inline;
    align-items: center;
  }

  .btn-login {
    border-radius: 20px;
    padding: 10px;
    width: 95%;
  }

  .check-extranjero {
    margin-left: 10px;
  }

  .info-extranjero {
    color: #fff !important;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 12px;
  }