Is there a way to increase the font size in this text box without enlarging the box itself? Any suggestions or advice would be appreciated! https://i.sstatic.net/91pon.jpg. Below is my CSS code for reference (the class of the form is 'box').
.box input[type = 'text'], .box input[type = 'password'] {
border: 0;
background: none;
margin: 40px auto;
text-align: center;
display: block;
border: 4px solid #70abff;
padding: 28px 20px;
width: 400px;
outline: none;
color: white;
border-radius: 30px;
transition: 0.25s;
font-family: 'Gill Sans MT';
background: #191919;