.error {
    color: red;
}

.success {
        color: green;
        font-weight: bold;
        height: 30px;
        display: inline-block;
        width: 100%;
        margin-top: 20px;
}