﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */



/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    
}

body {
  /* Margin bottom by footer height */
 /* margin-bottom: 60px;*/
}

.field-validation-error {
    color: red;
}

.validation-summary-errors ul {
    /*list-style-type: none;
    padding: 0;*/
    color: red;
}