@charset "utf-8";
/* CSS Document */

body{
	background : url("../images/bg.jpg") no-repeat center fixed    !important;
	background-size: cover !important;
	opacity: 1;
}

.infoForm{
	background:rgba(255,255,255,0.6); 
	overflow: hidden; 
	backdrop-filter: blur(5px);
	/*font-size: 8pt;
	*/
}

.infoTitle{
	font-size: 1.25em;
	font-weight: bold;	
	background:rgba(255,255,255,.5);
	padding-top: 10px;
	padding-bottom: 5px;
}

hlt {
  padding: 0.1875rem 0.375rem; /*
  font-size: 0.875em; */
  color: wheat;
  background-color:coral ;
  border-radius: 0.25rem;
}
hlt hlt {
  padding: 0;
  font-size: 1em;
}
w-125{
	width: 125px !important;
}