html, body, #container
{
   width: 100%;
   height: 100%;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#Layer3
{
   background-color: rgba(251,251,251,0.90);
   background-image: none;
   border: 1px solid #FFFFFF;
   border-radius: 15px;
   box-shadow: 0px 0px 3px #000000;
}
#Label1
{
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: rgba(11,177,211,0.80);
   background-image: none;
   color: #000000;
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   text-align: center;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Label1:focus
{
   outline: 0;
}
#Label2
{
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   vertical-align: top;
   padding: 2px 2px 2px 2px;
}
#Label2:focus
{
   outline: 0;
}
#username
{
   line-height: 19px;
   margin: 0;
   border: 1px solid transparent;
   border-radius: 1px;
   background-color: transparent;
   background-image: none;
   color: #555555;
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   box-shadow: 0px 1px 0px #000000;
   padding: 2px 2px 2px 2px;
}
#username:focus
{
   outline: 0;
}
#Label3
{
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   vertical-align: top;
   padding: 2px 2px 2px 2px;
}
#Label3:focus
{
   outline: 0;
}
#password
{
   line-height: 19px;
   margin: 0;
   border: 1px solid transparent;
   border-radius: 1px;
   background-color: transparent;
   background-image: none;
   color: #555555;
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   box-shadow: 0px 1px 0px #000000;
   padding: 2px 2px 2px 2px;
}
#password:focus
{
   outline: 0;
}
#Label4
{
   margin: 0;
   border: 0px solid #CCCCCC;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-align: left;
   vertical-align: top;
   padding: 4px 4px 4px 4px;
}
#Label4:focus
{
   outline: 0;
}
#wb_rememberme
{
   margin: 0;
}
#wb_rememberme, #wb_rememberme *, #wb_rememberme *::before, #wb_rememberme *::after
{
   box-sizing: border-box;
}
#wb_rememberme input[type='checkbox']
{
   position: absolute;
   padding: 0;
   margin: 0;
   opacity: 0;
   z-index: 1;
   width: 13px;
   height: 13px;
   left: 0;
   top: 0;
}
#wb_rememberme label
{
   display: inline-block;
   vertical-align: middle;
   position: absolute;
   left: 0;
   top: 0;
   width: 0;
   height: 0;
   padding: 0;
}
#wb_rememberme label::before
{
   content: "";
   display: inline-block;
   position: absolute;
   width: 13px;
   height: 13px;
   left: 0;
   top: 0;
   background-color: #FFFFFF;
   border: 1px solid #CCCCCC;
   border-radius: 4px;
}
#wb_rememberme label::after
{
   display: inline-block;
   position: absolute;
   width: 13px;
   height: 13px;
   left: 0;
   top: 0;
   visibility: visible;
   padding: 0;
   text-align: center;
   line-height: 13px;
}
#wb_rememberme input[type='checkbox']:checked + label::after
{
   content: " ";
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2052%2052%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M48%2013%20C49%2014%2c%2049%2015%2c%2049%2015%20C49%2016%2c%2049%2017%2c%2048%2017%20L27%2038%20L23%2042%20C23%2043%2c%2022%2043%2c%2021%2043%20C21%2043%2c%2020%2043%2c%2019%2042%20L15%2038%20L5%2028%20C4%2027%2c%204%2027%2c%204%2026%20C4%2025%2c%204%2024%2c%205%2024%20L9%2020%20C9%2019%2c%2010%2019%2c%2011%2019%20C12%2019%2c%2012%2019%2c%2013%2020%20L21%2029%20L40%209%20C41%209%2c%2042%209%2c%2042%209%20C43%209%2c%2044%209%2c%2044%209%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   background-size: 80% 80%;
}
#wb_rememberme input[type='checkbox']:checked + label::before
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#wb_rememberme input[type='checkbox']:focus + label::before
{
   outline: thin dotted;
}
#login
{
   border: 1px solid #61CE70;
   border-radius: 3px;
   background-color: #61CE70;
   background-image: none;
   color: #000000;
   font-family: "Roboto Condensed";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
   padding: 0;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#login:focus
{
   outline: 0;
}
#Layer1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
}
#wb_Im564654age1
{
   vertical-align: top;
}
#Im564654age1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_rememberme
{
   position: absolute;
   left: 107px;
   top: 192px;
   width: 13px;
   height: 13px;
   z-index: 15;
}
#login
{
   position: absolute;
   left: 53px;
   top: 225px;
   width: 202px;
   height: 34px;
   z-index: 16;
}
#username
{
   position: absolute;
   left: 16px;
   top: 77px;
   width: 271px;
   height: 19px;
   z-index: 11;
}
#password
{
   position: absolute;
   left: 16px;
   top: 140px;
   width: 271px;
   height: 19px;
   z-index: 13;
}
#rememberme
{
   position: absolute;
   left: 0;
   top: 0;
}
#Layer1
{
   position: fixed;
   text-align: left;
   left: 50%;
   margin-left: -159px;
   top: 50%;
   margin-top: -212px;
   width: 318px;
   height: 425px;
   z-index: 21;
}
#wb_Im564654age1
{
   position: absolute;
   left: 52px;
   top: 12px;
   width: 215px;
   height: 44px;
   z-index: 19;
}
#Label4
{
   position: absolute;
   left: 16px;
   top: 185px;
   width: 76px;
   height: 19px;
   line-height: 19px;
   z-index: 14;
}
#Label3
{
   position: absolute;
   left: 16px;
   top: 118px;
   width: 273px;
   height: 19px;
   line-height: 19px;
   z-index: 12;
}
#Layer3
{
   position: fixed;
   text-align: left;
   left: 50%;
   margin-left: -155px;
   top: 50%;
   margin-top: -137px;
   width: 309px;
   height: 273px;
   z-index: 18;
}
#Label2
{
   position: absolute;
   left: 16px;
   top: 54px;
   width: 273px;
   height: 19px;
   line-height: 19px;
   z-index: 10;
}
#Label1
{
   position: absolute;
   left: 5px;
   top: 8px;
   width: 291px;
   height: 22px;
   line-height: 22px;
   z-index: 9;
}
@media only screen and (max-width: 969px)
{
body
{
   background-color: transparent;
   background-image: none;
}
#Layer3
{
   width: 309px;
   height: 273px;
   visibility: visible;
   display: block;
}
#Label1
{
   left: 5px;
   top: 8px;
   width: 291px;
   height: 22px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: center;
}
#Label1
{
   line-height: 22px;
}
#Label2
{
   left: 16px;
   top: 54px;
   width: 273px;
   height: 19px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 2px 2px 2px 2px;
   text-align: left;
}
#Label2
{
   line-height: 19px;
}
#username
{
   left: 16px;
   top: 77px;
   width: 273px;
   height: 21px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 2px 2px 2px 2px;
   text-align: left;
}
#username
{
   line-height: 21px;
}
#Label3
{
   left: 16px;
   top: 118px;
   width: 273px;
   height: 19px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 2px 2px 2px 2px;
   text-align: left;
}
#Label3
{
   line-height: 19px;
}
#password
{
   left: 16px;
   top: 140px;
   width: 273px;
   height: 21px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 2px 2px 2px 2px;
   text-align: left;
}
#password
{
   line-height: 21px;
}
#Label4
{
   left: 16px;
   top: 185px;
   width: 76px;
   height: 19px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 4px 4px 4px 4px;
   text-align: left;
}
#Label4
{
   line-height: 19px;
}
#wb_rememberme
{
   left: 107px;
   top: 192px;
   width: 13px;
   height: 13px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_rememberme input[type='checkbox']
{
   width: 13px;
   height: 13px;
}
#wb_rememberme label::before
{
   width: 13px;
   height: 13px;
   border-color: #CCCCCC;
}
#wb_rememberme label::after
{
   width: 13px;
   height: 13px;
   line-height: 13px;
}
#wb_rememberme input[type='checkbox']:checked + label::after
{
   color: #FFFFFF;
}
#wb_rememberme input[type='checkbox']:checked + label::before
{
   background-color: #3370B7;
   background-image: none;
   border-color: #3370B7;
}
#login
{
   left: 53px;
   top: 229px;
   width: 202px;
   height: 30px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Layer1
{
   width: 325px;
   height: 423px;
   visibility: visible;
   display: block;
}
#wb_Im564654age1
{
   left: 56px;
   top: 12px;
   width: 215px;
   height: 44px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#Extension15652
{
}
}
