body, #quadro {
    width: 100vw; height: 100vh;
    background: url('../../../../img/fundos/yuny_fundo_login_padrao.jpg') no-repeat center center;
    background-size: cover;
    background-color: #2b2b2b;
}

.rodape {
    background-color: #000000;
    bottom: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: 25px;
    padding: 2px 8px 2px 12px;
    box-sizing: border-box;
    font-size: 11px;
    color:#FFFFFF;
}

.rodape a {
    text-decoration: none;
    color:#FFFFFF;
}

.rodape a:hover {
    text-decoration: underline;
}

.logo_yuny img {
    height: 25px;
    vertical-align: middle;
}

.logo_yunylab img {
    height: 25px;
    vertical-align: middle;
}

@media only screen and (max-width: 960px) {
    .login_box {
        width: 100%;
    }

    .rodape {
        height: 70px;
        flex-direction: column;
    }
}