﻿.error {
    padding: 8px;
    background-color: #db5046;
    color: white;
    text-align: left;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 5px;
}

.success {
    padding: 8px;
    background-color: #4CAF50;
    color: white;
    text-align: left;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.validation {
  
    color: red;
   
}

