.form-floating > .form-control {
    height: auto;
}
label.required::after {
    content: " *";
    color: red;
}
