﻿
body,html {
    BACKGROUND-COLOR: #07364d;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
}
.container_login{
    height:90%
}

.btn_login {
    font: 12px Verdana;
    color: #FFF !important;
    cursor: pointer;
    font-weight: 400;
    z-index: 999;
    background-color: #006684;
    border: NONE;
    width: 80px;
    height: 22px;
    padding: 0 3px 0 3px;
}
.edt_login {
    font: normal 11px Verdana;
    border: 1px solid black;
    height: 18px;
    width: 250px;
}

.lbl_titulo {
    font-family: Verdana;
    color: #ffffff;
    display: inline-block;
    width: 400px;
    font-size: 23px;
}

.lbl_login {
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}
.dados_servidor {
    z-index: 103;
    width: 280px;
    position: relative;
    height: 44px;
    margin: 0 auto;
}


   .div_frente_logo {
    width: 550px;
    height: 164px;
    position: relative;
    left: 230px;
    top: 213px;
    z-index: 1;
}

.janela_login {
    width: 600px;
    height: 590px;
    position: relative;
    margin: 0px auto;
    background: url('../imagens/logomarca.png') no-repeat;
    background-position-y: 200px;
}

.Label {
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
    text-decoration: none;
}

.edt {
    font: normal 11px Verdana;
    border: 1px solid black;
    height: 18px;
    width: 250px;
}

.logo_login
{
    z-index: 100; 
    left: 165px; 
    width: 233px; 
    position: absolute; 
    top: 32px;
    height: 49px;
}
.sumario
{
    z-index: 108;
    left: 35px; 
    position: absolute; 
    top: 100px;
    font-family:Verdana;    
    font-size:10px;
}
.errmsg
{
    z-index: 109; 
    left: 35px; 
    position: absolute;
    top: 133px;
    font-family:Verdana;    
    font-size:10px;
    color:Red;
}
.teclado_virtual {
    position: relative;
    top: 40px;
    left: 245px;
    height: 99px;
    width: 270px;
    BACKGROUND-COLOR: #B5C2CB;
}
.teclas_teclado_virtual
{
    font-family:Arial;    
    font-size:10px;
    text-align:center;
    BACKGROUND-COLOR: #f5f5f5;
    border-color: #E1E1E1 #333333 #333333 #E1E1E1; 
    border-style:double; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;
    cursor:pointer;
}
.teclas_selecionadas_teclado_virtual
{
    font-family:Arial;    
    font-size:10px;
    text-align:center;
    BACKGROUND-COLOR: #dddddd;
    border-color: #E1E1E1 #333333 #333333 #E1E1E1; 
    border-style: solid; 
    border-top-width: 1px; 
    border-right-width: 1px; 
    border-bottom-width: 1px; 
    border-left-width: 1px;
    cursor:pointer;
}
.carregando
{
    cursor: wait;
}

.rodape {
    height: 10%;
    background-color: #07364d;
    position: relative;
}