.error{
    color: rgb(252, 5, 5);
    font-size: 12px;
    font-weight:500;
    display:none;
}
.errormsg{
    color: rgb(173, 9, 9);
    font-size: 14px;
    font-weight:500;
    display:none;
}
.successmsg{
    color: rgb(8, 94, 8);
    font-size: 14px;
    font-weight:500;
    display:none;
}