﻿#topo .logo {
      width: 172px;
    background-image: url('images/logo-topo.png');
    background-position-x: 27px;
    background-size: contain;
}
.box-login .logo {
    background-image: url(images/logo.png);
    width: 199px;
    background-repeat: no-repeat;
    background-attachment: initial;
    height: 106px;
    margin-top: 68px;
    background-size: contain;
}

.logo-empresa {
    background-image: url('images/logo.png');
    width:130px;
    height:47px;
}
.rels-header-visualizar .logo-empresa {
    float: right;
   width:188px;
    height:47px;
    background-size: contain;
    background-repeat:no-repeat;
}