I want to have a border size for the below html code but I am unable to do so and have tried with its attribute's. pls if I can have the css for it.

<div class="navbar1">
<div class="select-div">
<select name="country" class="form-control" id="country">
<option value="USA" label="United States">United States</option>
<option value="CN" label="Canada">Canada</option>
</select>
<select name="language" class="form-control" id="language">
<option value="USA" label="English">English</option>
<option value="Mexico" label="Spanish">Spanish</option>
</select>
<select name="search" class="form-control" id="search">
<option value="search" label="Search">Search</option>
</select>
</div>
</div>
I tried writing CSS using the class,label,id attributes but I am unable to design it the way it's in the image attached