body {
	margin-top: 20px;
}

h1 {
	color: #000000;
    font-size: 1.5rem;
}
h2 {
	color: #000000;
    font-size: 1.5rem;
}

a[href^="#error:"] {
	background: red;
	color: white;
}

form .required label {
	font-weight: bold;
}

ul {
	list-style-type: disc; /* Remove default bullets */
}
.active{
	color: #CD1818;
}

ul li {
	display: list-item;
}

.form-check-input {
    position: relative;
    margin-top: .3rem;
    margin-left: 0;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    width: 100%;
}
.text-muted {
    color: #6c757d!important;
    font-size: 12px;
    padding-left: 30px;
}
.full {
	min-height: 75vh;
}
.footer h3 {
    font-weight: 500;
    font-size: 16px;
    padding: 0px;
}
.footer {
    background: #012b1f;
	color: #fff;
    padding-top: 30px;
	font-size: 12px;
}
.footer .nav>li>a:focus, .footer .nav>li>a:hover {
    text-decoration: underline;
    color: #fff;
    background: #012b1f;
}
.footer .nav>li>a {
    position: relative;
    display: block;
    font-weight: bold;
    border: 1px solid #ccc;
    background: #fff;
    padding: 2px;
    margin: 2px;
    color: #f00;
}
.footer .nav {
    display: inline;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #f90000;
    text-decoration: underline;
}