Размытость текста кнопки
Как убрать размытость в надписи Sign In.?

.btn-prym, a.btn-prym, button.btn-prym {
font-size: 14px;
line-height: 20px;
font-weight: 600;
-webkit-font-smoothing: antialiased;
padding: 11px 22px;
background-color: #3c9ff0;
transition: background-color .2s ease;
text-transform: none;
color: #fff;
border-radius: 6px;
}
.btn, a.btn, button.btn {
font-size: 14px;
font-weight: 600;
line-height: 20px;
/* text-transform: uppercase; */
border-radius: 3px;
border: none;
-webkit-font-smoothing: antialiased;
}