body
{
    margin: 0px;
    padding: 0px;
}
A:link
{
    color: #155794;
    text-decoration: none;
}
A:visited
{
    color: #155794;
    text-decoration: none;
}
A:hover
{
    color: #155794;
    text-decoration: underline;
}
#logintable_main
{
    background-color: #d6ebfe;
    width: 588px;
}
TD.login
{
    padding: 15px 10px 5px 45px;
}
#logintable
{
    background-color: #b0d7f8;
}
#logintable .center
{
    padding: 5px;
}
.textbox
{
    font-size: 12px;
}
.toptable
{
    background-color: #b0d7f8;
}
.logopadding
{
    padding: 10px 0px 10px 0px;
}
.logobottompadding
{
    padding: 0px 14px 0px 0px;
}
.but
{
    background-image: url(../images/but_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom left;
    height: auto;
    border: solid #666666 1px;
    padding: 0px 4px 0px 4px;
}
.forget
{
    font-family: Tahoma, Arial;
    font-size: 13px;
    color: #543022;
}
.im
{
    padding-top: 30px;
}

/* Additional Changes for New Login Page --- Benoy 	23/12/2017 */

#PageDiv
{
    margin: 0px;
    padding: 0px;
    height: 500px;
    width: 100%;
    text-align: center;
    background-color: #e0e0e0;
}
#LeftSideDiv
{
    width: 60%;
    height: 100%;
    float: left;
    background-color: #333333;
    color: White;
    text-align: center;
    font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
}

#LeftSideDiv P
{
    font-size: 1.2em;
    color: #989a97cc;
    text-align: justify;
}

#LeftSideDiv article
{
    padding: 40px;
}

#RightSideDiv
{
    width: 25%;
    min-width: 285px;
    padding: 30px;
    float: left;
    background-color: white;
    margin: 5% 39%;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 4px 5px 3px grey;
    -moz-box-shadow: 4px 5px 3px grey;
    -webkit-box-shadow: 4px 5px 3px grey;
}

#Login
{
    width: 90%;
    text-align: center;
    color: #615656;
    font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    line-height: 11px;
    padding: 20px;
}

#Login h2
{
    line-height: 20px;
    font-size: 14px;
    padding: 8px;
    margin: -10px -10px 13px -10px;
    background-color: #850e12;
    color: white;
}

.AlertMessage
{
       color: #1b1a1a;
    height: auto;
    width: 94%;
    background-color: #e8610642;
    padding: 10px;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
}

.LoginLabel
{
    width: 100%;
    text-align: left;
    font: 400 14px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    margin-top: 11px;
}
.LoginText
{
    width: 94%;
    text-align: left;
    font-size: 14px;
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    background-color: transparent;
    border: none;
    display: block;
    font: 400 16px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    height: 20px;
    line-height: 24px;
    margin: 0;
    min-width: 0%;
    outline: none;
    padding: 8px;
    z-index: 0;
    border-bottom: 1px dotted #ccc;
}

.ActiveText
{
    background-color: #f5f5ab38;
    color: green;
}

#btn_Login, #btn_Reset
{
    height: 35px;
    cursor: pointer;
    outline:none;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}

#btn_Login:hover, #btn_Reset:hover
{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
}
.LoginButtons
{
    margin-top: 25px;
    text-align: right;
}

#PageDiv h1
{
    background-color: #333333;
    padding: 16px;
    margin-top: 0px;
    color: #f7f7f3;
    font: 400 26px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    display: none;
}

#Login .CompanyLogo
{
    height: 60px;
    text-align: center;
    margin-left:-5%;
}


#LeftSideDiv .LoginImage
{
    margin-top: 30px;
    opacity: 0.4;
    -webkit-animation: rotation 20s infinite linear;
}

#LeftSideDiv .LoginImage:hover
{
    opacity: 1.9;
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

#LeftSideDiv .DisplayImage
{
    width: 100%;
    vertical-align: bottom;
}


#LeftSideDiv h3
{
    font: 400 20px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
}

.Highlight
{
    background-color: brown;
    color: White;
    padding: 5px;
    -webkit-border-radius: 25%;
    border-radius: 25%;
}
