.blocoCon{
    background-image: url("../fotoseicones/backCon.png");

    height: 100dvh !important;
}

div#panelBody_content {
    border: none !important;
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25) !important;
    border-radius: 11px;
    padding-bottom: 30px;

}

.btn-login-destaque {
    background: #d9f7c7 !important;
    color: #4b8f2c !important;
    font-size: 14px !important;
    border: 2px dashed #4b8f2c !important;
}
.btn-login-imprimir {
    background: #f6f7c7 !important;
    color: #69541f !important;
    padding: 8px 25px;
    font-size: 14px !important;
    border-radius: 5px;
    border: 2px dashed #fbc02d !important;
}