How to make file chose background in blue colour and check box in blue colour using CSS html bootstrap any body help me out
<form action="#" class="form-horizontal ws-validate">
<div class="form-group">
<label for="inputEmail3" class="control-label">Email*</label>
<input type="email" class="form-control" id="inputEmail3" placeholder="Email" required />
</div>
<div class="form-group">
<label for="inputPassword3" class="control-label">Password*</label>
<input type="file" required />
</div>
<h2>Select icons</h2>
<label class="checkbox-inline">
<input type="checkbox" value="">Variants
</label>
</form>
I want to create this type file choose background colour and checkbox border colour
<https://ibb.co/n8cVNbF https://ibb.co/TkWPFRq> Create