﻿html {
    
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body {
    font-family: Verdana !important;
    margin: 0px;
    border: 0px;
    /*background-image: url('images/login-screen-bg.jpg') !important;
    /*background-color: #eae9e9; 
    background-repeat: repeat-x;*/
    /*background-position:center;
    background-size:contain;*/
}
.loginTable {
   
}


.loginImageBak1 {
    background: url('images/login-screen-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.loginImageBak2 {
    background: url('images/login-screen-bg2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.loginImageBak3 {
    background: url('images/login-screen-bg3.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.loginImageBak4 {
    background: url('images/login-screen-bg4.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.blockUI {
    display: inline-block !important;
}
.content-container {
    /*border-radius: 6px;*/
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
    padding: 50px;
    /*background-color: rgba(255, 255, 255, 0.7);*/
    background-color: rgba(14, 35, 67, 0.7);
    width: 100%;
    max-width: 525px;
    /*position: absolute;
    left: 50%;
    margin-left: -262px;*/
    position: relative;
    top: 154px;
    left: 0px;
    color: white !important;
}
.loginTxt {
    color: #ECECEC;
    font-size: 12px;
    font-family: verdana;
}

    .loginTxt a {
        color: #ECECEC;
        text-decoration: none;
    }

        .loginTxt a:hover {
            color: #ECECEC;
            text-decoration: underline;
        }

.MessageLabelStar {
    color: white;
    font-size: 10px;
}

.MessageLabel {
    color: Red;
    font-size: 12px;
}

.EmptyMessage {
    border: 1px solid #e11f01 !important;
}

.Button:Hover {
    color: #ffffff;
    font-weight: bold;
    /*background-image: url('../../MasterPages/Images/buttonOn.jpg');
    background-repeat: repeat-x;
    border: 1px solid #c69496;*/
    font-size: 13px;
    background-color: #103365;
}
.Button {
    color: #ffffff;
    /*background-image: url('../../MasterPages/Images/button.gif');
    background-repeat: repeat-x;
    border: 1px solid #afadad;*/
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    height: 26px;
    background-color: #004b82;
    border: 0;
    cursor: pointer;
}