body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/img/fondo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    width: 100%;
    min-height: 100vh !important;
    height: 100vh !important;
    padding: 0 5%;
    overflow-x: hidden !important;
}

.barralateral {
    min-height: 100vh;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
}

.logoinicio {
    width: 200px !important;
    display: block !important;
    margin: auto !important;
}

.btn-ingreso {
    margin-bottom: 10px;
    display: inline-block;
    /* Asegura que el ancho funcione correctamente */
    width: 350px;
    /* Ajusta el valor segÃƒâ€žÃ¢â‚¬ Ãƒâ€¦Ã¢â‚¬â€n lo que necesites */
    text-align: left;
}

.container-form {
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    flex-direction: column;
    text-align: center;
}

.container-form a {
    text-align: center;
}
.container-form form{
    max-width: 700px;
    width: 400px;
}

.container-form input {
    width: 100% !important;
}