<p>Netflix 회원이 아닌가요? <a href="#">지금 가입하세요.</a></p>
<small>
이 페이지는 Google reCAPTCHA의 보호를 받아 사용자가 로봇이 아님을 확인합니다.
<a href="#">자세히 알아보기.</a>
</small>
![](https://velog.velcdn.com/images/drv98/post/0b37f7ed-b22a-4231-aefc-6192aba244be/image.png)
.form-wrapper p a {
color: #fff;
}
.form-wrapper small {
display: block;
margin-top: 15px;
color: #b3b3b3;
}
.form-wrapper small a {
color: #0071eb;
}
.form-wrapper :where(label, p, small, a) {
color: #b3b3b3;
}
form .form-help {
display: flex;
justify-content: space-between;
}
form .remember-me {
display: flex;
}
form .remember-me input {
margin-right: 5px;
accent-color: #b3b3b3;
}
form .form-help :where(label, a) {
font-size: 0.9rem;
}