друзья у меня почему то в пароле рамка меньше чем другие хотя запись имеется
<form method="post" action="#" id="login">
<input type="text" name="login_field" placeholder="логин">
<input type="passwort" name="passwort_field" placeholder="пароль">
<input type="submit" class="btn" value="Вход">
</form>
input[type="text"], input[type="password"], input[type="search"] {
color: #5d5d5d;
width: 60%;
padding: 8px;
}