﻿.has-error ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    text-align: center;
    font: bold 15px Segoe UI;
}

    .has-error ul li {
        color: red;
        width: 100%;
    }