.status {
    width: 100%;
}

.error-status {
    background-color: red;
    color: white;
}

.success-status {
    background-color: green;
    color: white;
}

.info-status {
    background-color: yellow;
    color: black;
}