#mainContainer {
	width: 100%;
	height: 700px;
	background-image: url('/img/logo_sfm.png');
	background-position: center bottom;
	background-repeat: no-repeat;
}


md-autocomplete#custom-autocomplete{
	margin: 5px 0px 5px 0px; 
	background: transparent; 
	width: 250px;
	font-weight: bold;
}

.autocomplete-custom .item-title {
	font-weight: bold;
}

md-autocomplete .input {
	font-weight: bold;
}

md-autocomplete input:not(.md-input) {
    font-weight: bold;
}

md-select {
	font-weight: bold;
	font-size: 14px;
}

md-option {
	font-weight: bold;
}

.ng-touched::-webkit-input-placeholder { color: white; }
.ng-untouched::-webkit-input-placeholder { color: white; }
