body {
    background-color: #3c3c3a;
    margin: 0;
}
.container {
    width: 100%;
}
.bg-img {
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    position: absolute;
    background-image: url('../imagens/inovatec-brasil.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.img-logo {
    height: 100%;
    width: auto;
}

.link-acesso {
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
}