div.ccm-page .search-results-input {
    width: 50%;
    height: 42px;
    padding: 0 20px 0;
    border-radius: 50px;
    border: 1px solid #003316;
}

@media (min-width: 64em) {
.dmif-search {
	text-align: right;
    }
}

@media (max-width: 64em) {
.dmif-search {
	text-align: left;
	margin-bottom: 80px;
    }
}