#login-container { width: 256px; height: 384px; margin: auto; } #login-form { display: flex; flex-direction: column; } #hint { color: var(--hint); } input[type="text"], input[type="password"] { border: 2px solid var(--hint); }