﻿html
{
    min-height: 100%;
    position: relative;
}

body 
{
    /*background-color: #56a5ec;*/
    background-color: #000000;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    
    text-align: right;
    
    background-image: url("../../Images/System/LoginPage.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: Cover;
    
}

.MasterTable
    {
        position: Absolute;
        min-width: 700px;
        top: 20%;
        border-collapse: collapse;
        border-radius: 20px;
        
        background-color: #FFFFFF;
        opacity: 0.7;      
    }
    
.topFooter
    {
        background-color: #FFFFFF;
        width: 99.7%;
    }
     
.contentCell
    {
        
        height: 100%;
        width: 100%; 
        background-color: #FFFFFF;
        vertical-align: top;
    }

.bottomFooter {
    font-family: Open Sans, Arial, Sans-Serif;
    font-size: 13px;
    color: #FFFFFF;
    font-style: italic;
    font-weight: bolder;
    padding: 10px 0 10px 15px;
    
    width: 100%;
    bottom: 0;
    text-align: left;
    vertical-align: middle;
    background-color: #000000;
}
    
.masterImage
    {   

        text-align: right;
        width: 250px;
        vertical-align: middle;
    }
    

