<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Vsas</title>
<link rel="stylesheet" type="text/css" href="st.css">
</head>
<body>
<div class="block">
<input type="text" name="token">
<input type="password" name="password">
</div>
</body>
</html>
.block{
flex-direction: column;
}