body, td{font-family: verdana; font-size: 12px; color: #000 }
th{font-family: verdana; font-style: bold; font-size: 12px; color: #000 }
.warning { font-weight: bold; font-size: 15px; color: #C00 }
.notice { font-weight: bold; font-size: 15px; color: #00C }
a:link {text-decoration: underline; color: #00F}
a:visited {text-decoration: underline; color: #90F }
a:active {text-decoration: underline; color: #F39 }
a:hover {text-decoration: underline; color: #369 }

img{
    position: fixed; /* Position the container relative to the browser window */
    bottom: 30px; /* Position the container at the bottom */
    left: 30px; /* Position the container at the left */
    z-index: 999;
}

div.main{
    background-color: black;
    background-image: url("../images/money.jpg");
    opacity: 88;
    width: 100%; /* Set the width of the container to 100% */
    height: 100vh; /* Set the initial height of the container to 100% of the viewport height */
    background-size: cover; /* Make the background image cover the entire container */
    background-position: center;
}


.login{
    padding: 80px;
}
div.login table {  border-collapse: collapse; border: 0px solid black; box-shadow: 0px 0px 0px; margin: 0px 0px 0px 0px; }
div.login th { text-align: center; padding: 8px; background-color: #336699; color: #FFF; }
div.login td { text-align: right; color: #FFFFFF; background-color: #000000; opacity: 0.7; padding: 8px 40px 8px 40px; border-bottom: none;}