* {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    body {
      font-family: 'Inter', sans-serif;
      background: #F6F6F6;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 100vh;
    }

.container {
    width: 100%;
    height: 100%;
    display: flex;
    background: linear-gradient(357deg,rgba(244, 163, 31, 0.14) 0%, rgba(246, 246, 246, 0.37) 50%, rgba(73, 178, 217, 0.12) 100%);    
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,0.05);
    overflow: hidden;
}
@media (max-width:2000px) {
    .left {
        flex: 1;
        padding: 60px;
        display: flex;
        /*flex-direction: column;*/
        justify-content: center;
        border-right: ridge;
    }

        .left h1 {
            font-size: 36px;
            margin-bottom: 10px;
            /*margin-left: 200px;*/
            z-index: 10;
            text-align: end;
        }
        .left img {
            width: 100%;
            max-width: 500px;
            margin-top: 0px;
            max-height: 450px;
            object-fit: contain;
            min-width: 450px;
            /* right: 10%;
          position: fixed;*/
        }
        .left p {
            margin-top: 20px;
            font-size: 18px;
            /*margin-left: 200px;*/
            z-index: 10;
            text-align: end;
        }
    .top-nav {
      position: absolute;
      top: 100px;
      left: 0;
      right: 0;
      display: flex;
      justify-content: space-between;
      padding: 0 200px;
      font-size: 14px;
    }
    .right {
      flex: 1;
      padding: 60px 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
          max-width: 70vh;
              padding-right: 200px;
    }
    .top-nav ul li img{
      cursor: pointer;
          width: 300px;
    }
}

@media (max-width:1800px) {
    .left {
        flex: 1;
        padding: 10px;
        display: flex;
        /*flex-direction: column;*/
        justify-content: center;        
        border-right: ridge;
        padding-right:40px;
    }

        .left h1 {
            font-size: 36px;
            margin-bottom: 10px;
            /*margin-left: 50px;*/
            z-index: 10;
        }
        .left img {
            max-width: 500px;
            margin-top: 40px;
            max-height: 350px;
            object-fit: contain;
            /*right: 10%;
          position: fixed;*/
        }
        .left p {
            margin-top: 20px;
            font-size: 18px;
            /*margin-left: 50px;*/
            z-index: 10;
        }
    .top-nav {
      position: absolute;
      top: 10px;
      left: 0;
      right: 0;
      display: flex;
      justify-content: space-between;
      padding: 0 50px;
      font-size: 14px;
    }
    .right {
      flex: 1;
      padding: 60px 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
          max-width: 80vh;
              padding-right: 100px;
    }
    .top-nav ul li img{
      cursor: pointer;
          width: 200px;
    }
}
    @media (max-width:1600px) {
        .left {
            flex: 1;
            padding: 10px;
            display: flex;
            /*flex-direction: column;*/
            justify-content: space-around;
            border-right: ridge;
            padding-right: 40px;
        }

            .left img {
                max-width: 500px;
                margin-top: 0px;
                max-height: 350px;
                object-fit: contain;
                /*right: 10%;
          position: fixed;*/
            }
    }

        @media (max-width:620px) {
            .container {
                flex-direction: column-reverse;
                overflow: scroll;
            }

            .left {
                flex: 1;
                padding: 10px;
                display: flex;
                flex-direction: row;
                justify-content: space-around;
                padding-top: 10px;
                max-height: 200px;
                border-right: ridge;
                padding-right: 40px;
            }

            .right {
                flex: 1;
                padding: 70px 15px 0px;                
                display: flex;
                flex-direction: column;
                justify-content: start;
                max-width: 100%;                
            }

        .left img {
      width: 100%;
      max-width: 100px;
      margin-top: 0px;
      /*right: 10%;
          position: fixed;*/
    }

            .left h1 {
                font-size: 20px;
                z-index: 10;
            }

            .left p {
                margin-top: 20px;
                font-size: 12px;
                margin-left: 50px;
                z-index: 10;
            }
            .top-nav {
                position: absolute;
                top: 10px;
                left: 0;
                right: 0;
                display: flex;
                justify-content: space-between;
                padding: 0 0px;
                font-size: 14px;
            }
            .social-buttons {
                display: contents !important;
                justify-content: center;
                gap: 15px;
            }
    }

    .left h1 span {
      font-weight: 700;
    }

   

    .left a {
      color: #2b6cff;
      font-weight: 600;
      text-decoration: none;
    }

    

    

    .form-group {
      display: flex;
      flex-direction: column;
      margin-bottom: 20px;
    }

    .form-group input {
      padding: 15px;
      font-size: 14px;
      border-radius: 8px;
      border: 1px solid #ddd;
      background-color: #f1f6ff;
      outline: none;
    }

        .form-group input:focus {
            border-color: #013c6f;
        }

    .forgot {
      text-align: right;
      font-size: 12px;
      margin-top: -10px;
      margin-bottom: 20px;
      color: #999;
    }

.btn {
    background-color: #013c6f;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 20px;
    box-shadow: 0 5px 10px rgba(43, 108, 255, 0.2);
}

    .or {
      text-align: center;
      margin: 20px 0;
      font-size: 14px;
      color: #aaa;
      position: relative;
    }

    .or::before,
    .or::after {
      content: '';
      position: absolute;
      top: 50%;
      width: 40%;
      height: 1px;
      background: #ddd;
    }

    .or::before {
      left: 0;
    }

    .or::after {
      right: 0;
    }

    .social-buttons {
      display: flex;
      justify-content: center;
      gap: 15px;
    }

    .social-buttons button {
      border: 1px solid #ddd;
      
      border-radius: 8px;
      background: white;
      cursor: pointer;
      font-size: 16px;
    }

    

    .top-nav ul {
      display: flex;
      gap: 30px;
      list-style: none;
    }

    .top-nav ul li {
      cursor: pointer;
    }
    

    .top-nav .auth-buttons {
      display: flex;
      gap: 10px;
    }

        .top-nav .auth-buttons a {
            background: none;
            border: none;
            cursor: pointer;
            font-size: 14px;
            padding: 8px 12px;
            text-decoration: none;
        }

        .top-nav .auth-buttons .active {
            color: #07427b;
            border-bottom: 2px solid #07427b;
        }

    .top-nav .auth-buttons .register {
      background-color: #f0f4ff;
      border-radius: 999px;
    }
    .card-fade-in {
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 2s ease-out forwards;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(50px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.perfil-btn {
    display: inline-flex; /* Alinea ícono y texto en fila */
    align-items: center; /* Centra verticalmente */
    gap: 8px; /* Espacio entre ícono y texto */
    padding: 10px 16px;
    border: none;
    background-color: #ffffff;
    font-size: 16px;
    border-radius: 8px;
    cursor: pointer;
}

.perfil-btn svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.right .title {
    padding-bottom: 30px;
    font-size: 25px;
}

input[type="radio"]:checked + .perfil-btn {
    background-color: #013c6f;
    color: white;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 2;
}
.form-group{
    position:relative
}

.password-toggle:hover {
    color: rgba(255, 255, 255, 0.9);
}

.eye-icon {
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/login/img/eye-solid-full.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

    .eye-icon.show-password {
        background-image: url(/login/img/eye-slash-solid-full.svg);
    }