
    .brd {
        border-bottom: 1px solid #DEE2E6;
        margin: 0px;
        padding: 0px;
    }

    .invalid-feedback {

        color: #ff606e;

    }



    .valid-feedback {

        color: #2acc80;

    }

    .fa-solid,
    .fas {
        font-weight: 900;
        position: absolute;
        right: 20px;
        top: 12px;
    }
