.errors{
    color: red;
    margin: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.successs{
    color: green;
    margin: 15px;
    font-weight: bold;
    text-transform: uppercase;
}