.form-cotrol.invalid {
border-color: red;
background: #ffd7d7;
}

이런식으로 쓰면 form-control 클래스랑 invalid클래스 두개다 가지고있어야만 적용이되는건가요?