﻿#login { width: 760px; margin: 30px auto; background: transparent; padding: 0; }
#login>header { background: #E7EBEE; background: rgba(19, 42, 58, 0.5); box-shadow: inset 0 0 64px 12px rgba(0,0,0,.3), inset 0 -3px 6px -3px rgba(0,0,0,.4); }
#login>header>h2 {
    font-family: 'PT Serif', Arial, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    text-transform: none;
    text-decoration: none;
    letter-spacing: 0em;
    word-spacing: 0.1em;
    line-height: 1.4;
    color: #fff;
    width: 720px;
    margin: 0 auto;
    padding: 20px 0;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 0 rgba(0,0,0, 0.2);
}
#login>.panelContent { background: #fff; background: rgba(255,255,255,.4); box-shadow: 0 0 64px 12px rgba(255, 255, 255, 0.4) inset; border-radius: 0 0 0 0; padding: 48px; } 
#login>.panelContent>p { font-style: normal; font-size: 16px;  text-shadow: 1px 1px 0 rgba(255,255,255, 0.6); line-height: 1.6em; margin: 0; width: 320px; float: left; color: #3D5363; }
#login>.panelContent>p>a { color: #367098; }
#login .clearfix { clear: both; }
#login>footer { color: #6a7176; }

#pnlLogIn { width: 280px; float: right; margin: 0 16px 0 0; }
#pnlLogIn>header { box-shadow: -3px 0 3px -2px rgba(0,0,0,0.25), 3px 0 3px -2px rgba(0,0,0,0.25) !important; padding-left: 5px !important; background: #62666E url(/images/theme/bgTableActiveRow.png) repeat-x left bottom !important; color: #fff !important; text-shadow: 1px 1px 0 #000 !important; }
#pnlLogIn .panelContent { }
#pnlLogIn #credentialsBlock { }
#pnlLogIn #credentialsBlock p { margin: 10px auto 0 auto; }
#pnlLogIn #credentialsBlock p:first-child { margin-top: 0; }
#pnlLogIn #credentialsBlock label { float: left; width: 70px; font-size: 10px; }
#pnlLogIn #credentialsBlock input[type=text], #credentialsBlock input[type=password] { width: 160px; }
#pnlLogIn #credentialsBlock input[type=submit] { margin-left: 70px; }

#disclaimer { font-size: 10px; line-height: 1.4em; }