﻿body {
    /* default padding assumes fixed header and footer */
    padding: 5rem 2rem 4rem 2rem;
}

.h4
{
    text-align:center;
    color:blue;
}

.h5
{
    text-align:center;
}

.navbar-brand img {
    position: relative;
    top: -1rem;
    height: 4rem;
    width: 4rem;
    vertical-align: middle;
}

/* adds padding for the fixed footer */
.toast-bottom-right {
    bottom: 5rem;
    right: 1rem;
}

.toast-success {
    background-color: darkgreen;
}

.control-label:after {
    content: ':';
}

.control-label.required:before {
    content: '*';
    color: red;
}

/* left align control labels on smaller screens */
@media (max-width: 992px) {
    div.text-right {
        text-align: left !important;
    }
}

.content {
    padding: 2rem;
}

.hand {
    cursor: pointer;
}

.width-12 {
    width: 12rem;
}

legend {
  font-weight:bold;
  font-size: inherit;
  padding-left: 1em;
}

