﻿

body {
    background: url('../images/JRAT-DOD-BG.png') no-repeat center center fixed;
    background-size: cover;
    max-width: 100%;
    height: 100vh;
}

.absfooter {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: normal;
    font-weight: bold;
    margin: 0px;
    background-color: #00cc00;
}

img.Emblem {
    width: 130px;
}

img[src=""] {
    display: none;
}


.required::after {
    content: "*";
    font-weight: bold;
    color: red;
}

.logo-effects {
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 2px black;    
}