Why does the submit input look different on IOS only, and how can this be resolved?
https://i.sstatic.net/UVlKB.png
Thank you in advance
For HTML:
<input class="btn" type="submit"
[disabled]=""
value="ابدأ الان">
For CSS:
.btn {
height: 4.2rem;
width: 10.4rem;
padding: 0;
border-radius: 6px;
font-size: 1.5rem;
margin-right: 1.3rem;
outline: none;
font-weight: bold;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
opacity: 1;
background-color: #032C51;
}