body
{
background-image: url("/indexpage/index.jpg") !important;

background-position: center !important;
background-size: cover !important;
	
}
.app-header
{
background-color:#ffffff90 !important;	

}
.app-footer
{
background-color:#00000090 !important;	
	
}
.index-search
{ 
	width:100%;	
	display: flex; 
	justify-content: center;
	align-items: center; 
	margin-top:60px
}
.index-search-input
{
background-color: #ffffff90;
width: 260px;
height: 35px;
font-size: 16px;
}
@media screen and (max-width: 1000px)
{
.index-search-input
{
background-color: #ffffff90;
width: 180px;
height: 35px;
font-size: 16px;
}	
	
}
.index-search-submit
{
background-color: #ffffff90;
height: 35px;
font-size: 16px;
}