<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>r</title>
<link rel="shortcut icon" href="/images/favicon.png" type="image/png">
<link href="st.css" rel="stylesheet">
</head>
<body>
<div class="block">
<div class="group">
<input type="text" name="token" id="token" placeholder='Токен'>
</div>
<div class="group">
<input type="password" name="password" id="token" placeholder='Допольнительный пароль (если есть)'>
<div class="container-strong">
<strong>* дополнительный пароль - это пароль, который вы установили на сайте в качестве дополнительной защиты. Если его нет, оставьте поле пустым</strong>
</div>
</div>
</div>
</body>
</html>
CSS:
body{
color: #9e9e9e
}
.logo{
display: flex;
justify-content: center;
align-items: center;
margin-top: 150px;
}
.block{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin-top: 50px;
}
.group{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#token{
margin-bottom: 50px;
width: 35%;
padding: 10px;
}
#password{
width: 35%;
padding: 10px;
}
strong{
font-weight: 700
}
вот ошибка: