Link/button link like input field
text-decoration: underline;
text-decoration-style: dotted;
border: none;
padding: 2px;
vertical-align: middle;
background: transparent !important;
box-shadow: none;
Centre the Logo/Text
position : absolute;
top : 50%
left : 50%
transform : translate(-50%, -50%)
Link/button link like input field
Centre the Logo/Text