.tangerine-regular {
    font-family: "Tangerine", cursive;
    font-weight: 400;
    font-style: normal;
}

.tangerine-bold {
    font-family: "Tangerine", cursive;
    font-weight: 700;
    font-style: normal;
}

#app {
}

nav {
    color: #ffffff !important;
}

.content {
    width: 100%;
    height: 100vh;
}

.contenedor {
    display: flex;
    height: 100vh;
    width: 25%;
    background-color: black;

    .login-box {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #ffffff;
        z-index: 2;

        form{
            width: 80%;
        }
        h2 {
            margin-bottom: 30px;
            font-size: 46px;
        }

        .btn-primary-musea {
            background-color: #f2d79d;
            border: none;
            color: black;
            font-size: 16px;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s ease;
            &:hover {
                background-color: #734226;
                color: #ffffff;
            }
        }
    }

    .user-box {
        position: relative;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
    }
}

.imagen {
    width: 75%;
    height: 100vh;
    background-color: gradient(to right, #734226, #f2d79d);
    display: flex;
    justify-content: center;
    align-items: center;
}
