.header_d .header_topBar {
  background: url('https://storage.googleapis.com/99laju-images.imbaweb.com/background/bg_header.png');
  background-attachment: fixed;
  /* background-position-x: -6rem; */
  background-size: 100% 6rem;
}


.header_m .header_topBar {
  background: url('https://storage.googleapis.com/99laju-images.imbaweb.com/background/bg_header_m.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.header_btnLogin {
    background: #000000!important;
    color: #fff;
    border-radius: 5px 5px 5px 5px;
    border-top: 1px solid #11DF59;
    border-bottom: 1px solid #11DF59;
    border-left: 1px solid #11DF59;
    border-right: 1px solid #11DF59;
}