.loginAdmin {
    background-image: url(../img/etc/7.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginAdmin .box {
    background-color: var(--tertiary);
    padding: 30px;
    border-radius: 5px;
    max-height: 500px;
    max-width: 800px;
    overflow-y: auto;
}

.loginAdmin .box  h1 {
    font-size: 1.5rem;
    font-weight: bolder;
    text-align: center;
}

#botonIngresar {
    display: flex;
    margin: auto;
    margin-top: 30px;
}
@media screen and (max-width: 400px){
    .loginAdmin .box {
        padding: 20px;
        width: 80%;
    }
}
