/* Custom Form Icon Styling for Font Awesome */
.form-control-feedback-icon i[class*="fa-"] {
    font-size: 1rem; /* Match input text size */
    line-height: 1.5;
}
