label {
    display: block;
}

.wrap {
    padding-bottom: 10px;;
}

.error {
    color: red;
    background-color: rgba(255, 0, 0, 0.5);
}

.success {
    color: green;
    background-color: rgba(0, 255, 0, 0.5);
}
