﻿
body{
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; 
    background-size: cover;
    background-repeat: repeat-x;
    
}
ent-pass,
.btnlogbutton {
    background-color: #b53e0b;
    color: #ffffff;
}
      
a:link.footer,
a:active.footer,
a:visited.footer,
a:hover.footer {
  /* Footer Hyperlink Color */
  color: #b53e0b;
}
