div#container
{
   width: 1908px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFE3C8;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#PageHeader1
{
   background-color: #4E2C0B;
   background-image: none;
   border-radius: 2px;
   box-sizing: border-box;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Form1
{
   background-color: #FFC791;
   background-image: none;
   border: 1px solid #4F4F4F;
   border-radius: 6px;
   box-shadow: 5px 5px 3px #696969;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: right;
}
#wb_Text3 div
{
   text-align: right;
}
#InputPassword
{
   line-height: 35px;
   margin: 0;
   border: 1px solid #DEE2E6;
   border-radius: 4px;
   background-color: #FFFFFF;
   background-image: none;
   color: #212529;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
   text-align: left;
   padding: 6px 12px 6px 12px;
}
#InputPassword:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Button1
{
   border: 1px solid #874312;
   border-radius: 4px;
   background-color: #874312;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button1:focus
{
   outline: 0;
}
#Button2
{
   border: 1px solid #874312;
   border-radius: 4px;
   background-color: #874312;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button2:focus
{
   outline: 0;
}
#ClipArt1
{
   border-width: 0;
   vertical-align: top;
}
#ClipArt2
{
   border-width: 0;
   vertical-align: top;
}
#ClipArt3
{
   border-width: 0;
   vertical-align: top;
}
#ClipArt4
{
   border-width: 0;
   vertical-align: top;
}
#ClipArt5
{
   border-width: 0;
   vertical-align: top;
}
#ClipArt6
{
   border-width: 0;
   vertical-align: top;
}
#ClipArt7
{
   border-width: 0;
   vertical-align: top;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  position: relative;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-color: #4e2c0b;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-family: sans-serif;
}
.icon {
    font-size: 40px;  
}
