ul.Header__nav a {
  font-weight: 700;
}

.Header__logoPart {
	text-align: center;
}

.Header__logoPart span {
  font-size: 30px;
  font-weight: bold;               
}

li.BreadCrumbs__breadCrumbText span {
	display: none;
}

.Signin__subTitle, .Signup__title {	
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.Signin__title {
	display: none;
}

.Link__link2, .Header__containerLi, [data-id="signup_save"], [data-id="ticket_submit"] {
  background-color: #1f65eb;  /* Bootstrap blue */
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 4px;
  display: inline-block;
  font-weight: 600;

}

.Signup__loginBottom, .TicketFormLeftContainer__formfooter {
	display: flex;
  	align-items: center;
}


.Badge__implement {
	display: none;
}


#autoSearchContainer {
	height: 10px;
}

.Header__searchalt {
  display: flex;
  flex-direction: row-reverse;
}

.Signin__part {
  width: 100%
}


