<html>
<head><meta http-equiv="content-security-policy" content="script-src 'none'">
<style>
input {
width: 100%;
}
</style>
</head>
<body>
<p>Поле input на всю ширину:</p>
<form>
<label for="fname">Имя</label>
<input type="text" id="fname" name="fname">
</form>
</body>
</html>