﻿dd,dt {margin-bottom:5px}

.warning {color:darkred;}
.safe {color:darkgray;}

.checkboxintro {font-weight:400;}

.formgroupsw {margin-left:0px;margin-right:0px;}

.fa-passwd-reset > .fa-lock {
  font-size: 0.85rem;
}

.form-group {
  margin-bottom: 0;
}

.input-group-addon {
 
    text-align:left;

}

/* footer - 2 versions one for smaller screens prevents footer from obscuring important page content*/
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 50px; /* Height of the footer */
    background: #6cf;
}

#footer-small {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 20px; /* Height of the footer */
    background: #6cf;
}

@media screen and (min-width:0px) and (max-width:760px) {
    #footer {
        display: none !important; /*content disappearing behind footer on small screens*/
    }
    body {
        padding-bottom:20px;
    }
}

@media screen and (min-width:761px) and (max-width:2048px) {
    #footer-small {
        display: none !important; /*content disappearing behind footer on small screens*/
    }
        body {
    padding-bottom: 50px;
    }
}