input {
width: 100%;
}
.is-invalid {
background: red;
color: white;
}
.invalid-feedback {
font-size: 0.7em;
color: #ee0000;
}
.hint {
font-size: 0.7em;
color: #7e7e7e;
}