label {
    font-weight: 100;
    color:black !important
}

.headline h2, .headline h3, .headline h4 {
    border-bottom: 1px solid #CD0511;
}

.error-count {
    font-weight: bold;
    text-align: center;
    width: 25px;
    color: #fff;
    background-color: #f53d3d;
    border-radius: 10px;
}

.invalid-field {
    border-bottom: 1px solid red !important;
    background-color: #ffe3e3 !important;
}