  body, html{
    overflow: hidden;
    margin:0;
    padding:0;
    background:url('https://vendor.pengadaan.com/Content/images/template/bg.png')repeat;
  }
  .tj {
    width:100%;
    padding:10px;
    z-index:999;
    background:#fff;
    box-shadow: 0px 0px 40px rgb(27, 59, 117,.5);
    position:absolute;
    display:block;
    text-align:center;
    font-family: 'Rubrik','Rubrik-Medium';
    font-size: 15px;
    color:#1B3B75;
    border-bottom: none;
  }
  .tj img {
    vertical-align:bottom;
    width:22px;
    padding-left:10px;
    padding-right:10px;
  }
  .frame{
    position:absolute;
    top:43px;
    left:0px;
    width:100%;
    height:100%;
  }