﻿.bullet::before {
    content: '';
    position: absolute;
    bottom: 7px;
    left: -10px;
    width: 5px;
    height: 5px;
    background-color: black;
    border-radius: 100%;
}



.validationSummary {
    color:#555;
    position: absolute;
    top: 100px;
    left: 200px;
    color: white;
}