/* Full height image header */
.bgimg-1 {  
  background-size: cover;
  background-image: url("../../images/headerbg2022.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 180px;
  position: relative;
}

.navbar{
	background-color: #1e6fc1;
	/*style="opacity:0.8;"*/
}
.slogan{
	position: absolute; 
	bottom: 0px; 
	width:100%;
	opacity:0.7;
}

.input-bottom-dashed{	
	background-color:transparent;
	border-color: red;
	border-width: 2px;
	border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: dashed;
}
