﻿.header_brand > img {
    height: 70px;
    margin: 15px;
}


.container_central {
    width: 30%;
    margin: 0 35%;
    text-align: center;
    color: white;
    margin-top: 5%;
    position: absolute;
    z-index: 999;
    background-color: #b8b8b8a1;
    border-radius: 5px;
}

#login_form {
    width: 80%;
    margin: 0px 10% 15px;
}

.body_layout {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.overlay_inicio {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #07070759;
}

footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    font-weight: bold;
    color: white;
    z-index: 999;
}

.body_layout > img {
    position: absolute;
    width: 8%;
    margin: 2%;
}

    .body_layout > img:nth-child(2) {
        right: 0
    }

    .body_layout > img:nth-child(3) {
        bottom: 0
    }

    .body_layout > img:nth-child(4) {
        bottom: 0;
        right: 0
    }

    .body_layout > img:nth-child(5) {
        bottom: 0;
        left: calc(50% - 250px);
        width: 500px;
    }
