html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
.btnComprar {
    background-color: #076966;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 1.5rem;
    text-align: center;
}
/*.logins-button {
    width: 100%;
    padding: 12px;
    background-color: #000;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 20px;
}
    .logins-button:hover {
        background-color: #ffc107;
    }*/
.logins-button {
    width: 100%;
    padding: 12px;
    background-color: var(--primary-color);
    color: var(--white);
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    margin-bottom: 20px;
}

    .logins-button:hover {
        background-color: var(--primary-light);
    }


.login-container {
    width: 100%;
    max-width: 420px;
    justify-content: center;
    align-items: center;
}

/*     .login-container {
                    background-color: #f8f9fa;
                    min-height: 100vh;
                    padding: 20px;
                } */

.login-card {
    background: var(--white);
    border-radius: 12px;
    padding: 40px;
    box-shadow: var(--box-shadow);
    transition: transform 0.3s ease;
}
.product-image-container {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-image {
    width: auto;
    height: auto;
    max-height: 200px;
    margin-left: auto;
    margin-right: auto;
    transition: transform 0.3s ease;
}
