﻿html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 0.95em;
    font-family: Arial,Verdana,Helvetica,Sans-Serif;
    background-color: #e5e5e5;
    overflow:hidden !important;
}

#LoginMark {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 50%;
    background-color: #3b5765;
}

#ELOLogoLogin {
    width: 30%;
    position: absolute;
    top: 10%;
    left: 35%;
    z-index: 1000;
}

#ngLogoLogin {
    width: 50%;
    position: absolute;
    top: 25%;
    left: 25%;
    z-index: 1000;
}

#LoginWelcome {
    width: 50%;
    position: absolute;
    top: 80%;
    left: 0%;
    z-index: 1000;
    text-align: center;
    color: #fff;
    font-size: 50px;
}

#LoginContent {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 50%;
    width: 50%;
    background-color: #e5e5e5;
}

.content-wrapper-login {
    margin: 0 auto;
    max-width: 450px;
    padding-left: 30px;
}

.heading1 {
    font-size: 22px;
    color: #0082d6;
    padding-top: 10px;
    padding-bottom: 10px;
}

.input1 {
    width: 300px;
    height: 25px;
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 5px;
    border: 1px solid #0082d6;
    min-width: 50px;
    /*Applying CSS 3radius*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;
}

.select1 {
    width: 310px;
    height: 35px;
    font-size: 1.2em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding: 5px;
    border: 1px solid #0082d6;
    min-width: 50px;
    /*Applying CSS 3radius*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;
}

.buttonNoColor {
    background-color: #00a6d6;
    cursor: pointer;
    border: 1px solid #0082d6;
    padding: 10px 0px 10px 0px;
    margin-right: 8px;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}

    .buttonNoColor:hover {
        background-color: #00a6d6;
        cursor: pointer;
    }

    .buttonNoColor:enabled{
        background-color: #0082d6;
        
    }

    .buttonNoColor:disabled {
        background-color: #00a6d6;
        cursor: wait;
    }

.button {
    background-color: #0082d6;
    border: 1px solid #0082d6;
    padding: 10px 0px 10px 0px;
    margin-right: 8px;
    color: #fff;
    border-radius: 5px;
    margin-top: 5px;
}

    .button:hover {
        background-color: #00a6d6;
        cursor: pointer;
    }

.button1 {
    font-size: 1.2em;
    font-weight: 600;
    width: 310px;
}

.error1 {
    border: 1px solid #f00;
    padding: 10px 10px 10px 10px;
    margin-right: 8px;
    color: #f00;
    border-radius: 5px;
    margin-top: 5px;
    width: 288px;
    text-align:center;
}

#LoginLanguages {
    width: 310px;
    text-align: center;
    color: #444;
}

    #LoginLanguages a {
        text-decoration: none;
        color: #444;
    }

        #LoginLanguages a:hover {
            color: #fff;
            cursor: pointer;
        }

.text1 {
    font-size: 16px;
    max-width: 300px;
    color: #444;
}

#SystemInfo {
    font-size: 12px;
    text-align: left;
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 50%;
    max-width: none;
    color: #444;
}

.Invalid {
    border: 2px solid red !important;
}

#main-content-wrapper-login {
    vertical-align: middle;
    height: 100%;
    width: 100%;
}

#main-login-table {
    vertical-align: middle;
    height: 100%;
}

#version-login-content-wrapper {
    max-width: 400px;
    padding: 5px;
    padding-bottom: 15px;
    color: #444;
}