﻿.login-layout {
    width: 320px;
    height: 80px;
    margin: 64px auto 0 auto;
    border-spacing: 0;
    table-layout: fixed;
}
.login-layout td {
    margin: 0;
    padding: 0;
}

.login-layout td.title {
    height: 32px;
}
.login-layout div.title {
    width: auto;
    height: 100%;
    padding: 0 8px;
    background: linear-gradient(#CCC, #666);
    border: 2px solid #666;
    border-bottom: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-family: Georgia, serif;
    font-size: 20pt;
    color: #FFF;
    text-shadow: 1px 2px 2px #000;
    box-shadow: 4px 8px 6px rgba(0,0,0,0.6);
    display: block;
}

.login-layout .content {
    padding: 8px;
    background: #E0E0E0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    border-left: 2px solid #666;
    border-right: 2px solid #666;
    font-family: "Times New Roman", Times, serif;
    box-shadow: 4px 8px 6px rgba(0,0,0,0.6);
}

.login-layout td.footer {
    height: 34px;
}
.login-layout div.footer {
    position: relative;
    width: auto;
    height: 100%;
    padding: 6px 8px 0 0;
    background: #999;
    border: 2px solid #666;
    border-top: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 4px 8px 6px rgba(0,0,0,0.6);
    display: block;
}

.login-layout .row {
    width: auto;
    height: 32px;
    display: block;
}
.login-layout .lbl {
    font-family: "Times New Roman", Times, serif;
    font-size: 16pt;
    color: #333;
    display: inline-block;
}
.login-layout .txt {
    float: right;
    width: 170px;
    height: 24px;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 16pt;
}

.remember {
    margin: 2px 0 0 10px;
    font-size: 14pt;
    color: #333;
    display: block;
}
.btnLogin {
    position: absolute;
    right: 8px;
    bottom: 4px;
    width: 80px;
    height: 28px;
}
.btnLogin:hover {
    border-color: #0F0;
}

.error-frame {
    margin: 20px 0 32px 0;
    text-align: center;
    display: block;
}
.error-msg {
    position: relative;
    min-width: 200px;
    width: auto;
    margin: 0;
    padding: 2px 8px;
    font-size: 12pt;
    font-family: Georgia, serif;
    text-align: center;
    vertical-align: middle;
    background: #111;
    border: 2px solid #F00;
    border-radius: 6px;
    color: #FFF;
    box-shadow: 4px 8px 6px rgba(0,0,0,0.6);
    display: none;
}