input {
    border: solid 2px black;
    border-radius: 5px;
}

ul {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
    list-style-type: circle;
}

.errorlist {
    margin-top: 25px;
    margin-bottom: 25px;
    color: red;
}

li {
    list-style-type: circle;
}