16 lines
378 B
HTML
16 lines
378 B
HTML
<div style="text-align:center;">
|
|
<input type="text" name="nameField" placeholder="OTP Seed"
|
|
style="font-size: 42px;
|
|
text-align: center;
|
|
box-sizing: border-box;
|
|
border-radius: 5px;
|
|
border: 0px solid #FFFFFF;
|
|
background-color: white;
|
|
background-image:url('assets/dialogInput.png');
|
|
background-repeat:no-repeat;
|
|
color: #FFFFFF;
|
|
width: 330px;
|
|
height: 65px;">
|
|
|
|
|
|
</div>
|