﻿body {
    background-color: rgba(0,0,0,0.9);
    color: #ffcc00;
    font-family: 'Bebas Neue', sans-serif;
}

.login-box {
    position: relative;
    top: calc(50%);
    left: calc(1%);
    background-color: rgba(139, 69, 19, 0.7);
    padding: 30px;
    border-radius: 15px;
    width: 100%;
    color: #ffcc00;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
    margin-bottom: 20px;
}

#etiqueta {
    width: 100px;
    height: 75px;
    position: absolute;
    top: 0px;
    left: 0px;
}

#imagenes1, #imagenes2, #imagenes3, #imagenes4 {
    width: 100%;
    max-width: 300px;
    height: auto;
    object-fit: cover;
    border: 3px solid;
    transition: transform 0.3s ease;
    border-radius: 5px;
}


.login-box:hover {
    transition: transform 0.3s ease;
    transform: scale(1.06);
}

.text-yellow {
    color: #ffcc00 !important;
}

#texto {
    position: absolute;
    left: 10px;
    top: 22px;
}
