.invalid input {
    border-bottom-width: 1px !important;
    border-bottom-color: red !important;
}

.valid input {
    border-bottom-width: 1px !important;
    border-bottom-color: forestgreen !important;
}

.disable-submit {
    pointer-events: none;
}