*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

p, a, td {
    font-family: Verdana, Arial;
}

.center-div
{
/*    position: absolute; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position:fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 20px 20px 20px 20px;
/*    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
    width: 350px;
/*    height: 200px; */
/*    background-color: #66ccff; */
    background-color: #ffffff;
    border-radius: 3px;
    text-align: center;
}

.auth-div
{
/*    position: absolute; */
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
/*    position:fixed;
    top: 20%;
    left: 20%; */
    -webkit-transform: translate(10%, 10%);
    padding: 20px 20px 20px 20px;
/*    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; */
    width: 350px;
/*    height: 200px; */
/*    background-color: #66ccff; */
    background-color: #ffffff;
    border-radius: 3px;
    text-align: center;
}

.content {
    background: #FFFFFF;
    position: fixed;
    top: 45px;
}

.loginfooter {
    background: transparent;
    position: fixed;
    bottom: 0;
    height: 20px;
    font-family: Verdana, Arial;
    font-size: 8pt;
    width: 100%;
    padding-top: 10px;
    /* border-top: solid black 1px;*/
    text-align: center;
    left: 0px;
}

.footer {
    background: #f7f7f7;
    position: fixed;
    bottom: 0;
    height: 30px;
    font-family: Verdana, Arial;
    font-size: 8pt;
    width: 100%;
    padding-top: 8px;
    border-top: solid black 1px;
    text-align: center;
    left: 0px;
}


