I have problems selecting the third input tag, below is the code, check it out for me, thanks
<div class="form-login">
<form>
<label>Email address</label><br>
<input type="text" name="account" placeholder="Entet your email"><br>
<label>Password</label><br>
<input type="password" name="password" placeholder="Enter your password"><br>
<input type="radio" name="remember"><label>Remember me</label><br>
<button type="button" >
Login now
</button>
</form>
</div>
.form-login form input:nth-child(3){}