#bookstore-system-searchform .search-field{
	opacity: 1;
	text-align: left;
	font: normal normal normal 16px/22px Nunito Sans;
	letter-spacing: 0px;
	color: #263238;
	padding: 12px 40px;
	min-width: 100%;
	border: 1px solid #E0E0E0 !important;
	border-radius: 4px;
	background: #FFFFFF !important;
	border-color: #E0E0E0!important;
}
#bookstore-system-searchform .flex-col-search{
	width: calc(100% - 120px);
	position: relative;
}
#bookstore-system-searchform .flex-col-submit{
	width: 120px;
	padding-right: 0;
    text-align: right;
}
#bookstore-system-searchform .flex-col-search{
/*	width: 100%;*/
	padding-right: 0;
}

#bookstore-system-searchform .ux-search-submit{
/*min-width: 120px;*/
	background: #EC2027 0% 0% no-repeat padding-box;
	border-radius: 4px;
	opacity: 1;
	text-align: center;
	font: normal normal bold 16px/22px "Nunito Sans";
	letter-spacing: 0px;
	color: #FFFFFF;
	padding: 9.5px 24px;
	cursor: pointer;
}
.input-group-search{
	position: absolute;
    top: 5.5px;
    left: 8px;
}
.input-group-circle{
	position: absolute;
    top: 5.5px;
    right: 8px;
    cursor: pointer;
}