.w-100 {
    width: 100%;
}

.w-80 {
    width: 80%;
}

.field-validation-error {
    color: red;
}