﻿.button
{
    background-color: #008CBA;
    border: none;
    color: white;
    margin-top: 5%;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
}
.button:hover
{
    background-color: #39B2F2;
    color: white;
}
.com
{
    width: 19%;
    color: Navy;
    font-weight: bold;
    font-size: 8pt;
    text-align: center;
    border-color: Black;
    border-width: 1px;
}
.txtBox
{
    width: 70%;
    padding: 10px 20px;
    margin: 2px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-family: Century Gothic;
}
.footer
{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: black;
    text-align: center;
    font-family: Century Gothic;
    font-size: small;
}

#FinYearDiv
{
    position: fixed;
    top: 40%;
    left: 41%;
    width: 38em;
    height: 30em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -10em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    border-radius: 6px;
}


 #LoginDiv {
    position:fixed;
    top: 40%;
    left: 48%;
    width:24em;
    height:30em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -10em; /*set to a negative number 1/2 of your width*/
    border: 1px solid #ccc;
    background-color: #f3f3f3;
    border-radius: 6px;
}
.dvInsideTL {
  position: absolute;
  left: 0;
  top: 0;
  width: 480px;
  height: 390px;
  background-color: #ffffff; 
  opacity:1;
}
.dvInsideTL1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.5); 
}