html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body, html {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f8f9fa;
}

.password-icon {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.google-login-btn {
    width: 300px;
    margin: auto;
    margin-top: 20px;
    display: flex;
    align-items: center;
    padding: 3px;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #0d6efd;
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .google-login-btn:hover {
        background-color: #1891c6;
    }

    .google-login-btn img {
        margin-right: 20px;
        height: 50px;
    }

.login-box {
    background: white;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 500px;
}

    .logo_img {
        width: 100px;
        margin-bottom: 20px;
    }

    .login-box .form-group {
        text-align: left;
    }

.input-group-append .fa {
    cursor: pointer;
}

.toggle-password {
    cursor: pointer;
}

.clear-password {
    cursor: pointer;
}

.btn-login {
    width: 100%;
    padding: 10px;
    background-color: #ffa700;
    color: #000;
    font-weight: 500;
    border: none;
    border-radius: 20px;
    font-size: 16px;
    margin-top: 20px;
}

.login-box input {
    border: 3px solid #ffa700;
}


.modal-right .modal-dialog {
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 400px;
    height: max-content;
    pointer-events: all;
    overflow: hidden;
}

.modal-right .modal-content {
    height: max-content !important;
}

.detalle-imagen {
    width: 100%;
    object-fit: contain;
}
