Is there any way I can only add margin to the border ?
Only border should have margin not the text. I am trying to move border not the text field. Border need to be shri
In your case, where you have no borders left and right, you can simply adjust the line-height.
.margin-check { line-height:2em; }