/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 26, 2021, 10:39:01 AM
    Author     : fsuuas@gmail.com
*/

.iti { width: 100%; }

.hide{ display: none;}

.help-block, .invalid-feedback1 {
    margin-top: .5rem;
    width: 100%;
    font-size: 0.95rem;
    color: var(--bs-danger-text);
}
.invalid-feedback2 {
    margin-top: .5rem;
    width: 100%;
    font-size: 0.95rem;
    color: var(--bs-danger-text);
    font-weight: 400;
}
