.invalid {
    color: red;
    font-weight: bold;
}

.valid {
    color: green;
    font-weight: bold;
}

button {
    display: none;
}
