.bannerLoginLine1 {
  display:flex;
  flex-direction:row;
  grid-template-columns: 100px 1fr;
  font-weight: bold;
  width: 1280px;
  height: 50px;
  background-color:#2677F0 ;
}

.bannerLoginLine1-font {
  text-align: center;
  width: 1280px;
  height: 41px;

  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 40px;

  color: #FFFFFF; 
}