﻿body {
    background-color: #002556;
    font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
    font-size: 9pt;
}

#imgLogo {
    text-align: center;
    position: relative;
    top: 150px;
}

    #imgLogo img {
        width: 500px;
       
    }


#divScreenShot {
    text-align: center;
    position: relative;
    top: 300px;
}

    #divScreenShot img {
        margin: 70px;
        opacity: 0.5;
         border-radius: 5px;
         border: solid 1px black;
    }


        #divScreenShot img:hover {
            opacity: 1;
        }

#divLogin {
    text-align: center;
    position: relative;
    top: 220px;
    /*width: 500px;*/
    margin-left: auto;
    margin-right: auto;
}

    #divLogin table {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 150px;
    }

.lblText {
    color: white;
}

.txtInput {
    width: 120px;
    border-radius: 5px;
    border: 1px solid #002556;
    /*box-shadow: 0px 0px 10px 0px #FFFFFF;*/
    font-family: 'Trebuchet MS';
    font-size: 9pt;
    margin: 4px;
}

#btnLogin {
    float: right;
    margin: 4px;
}

#divSolutionBy {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
}

    #divSolutionBy, #divSolutionBy a {
        font-style: italic;
        color: lightgray;
    }

a {
    cursor: pointer;
}

#lblResponse {
    color: #FF0000;
    text-align: left;
}
