.LogoCompany {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: 45px;
    left: 20px;
}

    .LogoCompany img {
        width: 100%;
        height: 100%;
        padding: 0 !important;
        margin: 0;
        z-index: 50;
    }

.btnUploaderLogoCompany {
    border-radius: 10px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    position: absolute;
    top: 45px;
    left: 0;
}
