﻿body {
    font-family: 'Microsoft Sans Serif', 'Times New Roman';
    background-image: url(https://imagens.cdnetweb.com.br/Geral.ashx?GeralId=fundo_login.jpg);
    background-color: #FFFFFF;
    background-repeat: inherit;
    font-size: 12px;
}

*:focus
{
    outline: 0;
}
#divLogo
{

    width: 100%;
    margin: auto; 
    margin-top: 35px;

    text-align: center;
}

#divLogo img
{
    margin: auto;
}

#divCorpoLogin
{


    width: 300px;
    margin: auto;

    height: 250px;

    /* -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;
    border-radius: 10px 10px;
    -khtml-border-radius: 10px;

    -moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px #888;
    box-shadow: 0 0 5px #888;*/
    text-align: center;
    vertical-align: central;
}

#divFornecedor
{


    width: 300px;
    margin: auto;
    display:none;
    height: 250px;

 
    text-align: center;
    vertical-align: central;
}

.Itens
{
    
   float: left;
    text-align: center;
    
    height: 25px; 
    margin-top: 10px; 
    

}

.Itens input[type="text"]
{

    float: left; 
    height: 25px;
}

#RecuperaSenha
{
    width: 300px;
    margin: auto;
    text-align: center;
    vertical-align: central;
    height: 280px;
      display:none;

}

.title
{
    width: 100%;
    height: 30px; 
    margin-top: 5px;
}

.title span
{
    color: rgb(108, 110, 112);
    margin: 0;
    margin-left: 15px;
    width: 150px;
    float: left;
}

#msgErro span
{

    color: red;
    font-size: 12px;
    text-align: right;
}

.Erro span
{

    color: red;
    font-size: 12px;
    display: inline;
}

.Usuario
{
    width: 480px; 
    margin-top: 10px;
    width: 100%;
    height: 25px
}

.Usuario div:first-child
{
    
    height: 25px;

    float: left;
    width: 50px;
    margin: 0;
    text-align: right;
}

#divEsqueceuSenha
{

    width: 100%;

    height: 30px;

  
}

#divEsqueceuSenha a
{
    color: rgb(108, 110, 112);
}

#divEsqueceuSenha a:hover
{
    text-decoration: underline;
    cursor: pointer;
}
#divVoltar
{

    margin-top: 50px; text-align: left;
}

#divVoltar a
{
    color: rgb(108, 110, 112);
    margin-left: 10px;
    vertical-align: bottom;
}

#divVoltar a:hover
{
    text-decoration: underline;
    cursor: pointer;
}

.Usuario input
{
    width: 200px;
   
    float: left;
}

#divSenha
{
    width: 100%;
    height: 25px;
}

#divSenha div
{

    float: left;
    width: 50px;
    margin: 0;
    text-align: right;
}

#divUsuario input
{
    width: 200px;
    
    float: left;
}

#divSenha input
{
    width: 200px;
   
    float: left;
}

#divSenha input:hover, #divUsuario input:hover
{

    box-shadow: 5px 5px 15px Gray;
    -moz-box-shadow: 10px 10px 10px #888888;
    -webkit-box-shadow: 0px 0px 20px #888888;
    -o-box-shadow: 10px 10px 10px Gray;
    /*	-moz-border-image:url(border.png) 30 30 round;*/ /* Firefox */
    /*-webkit-border-image:url(border.png) 900 900 round;  Safari and Chrome */
}

.Botao
{
    
}

.validation
{
    color: red;
    font-size: 10px;
}

.botaoNeutro {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    background-image: url('https://imagens.cdnetweb.com.br/Geral.ashx?GeralId=Boton1.gif');
    width: 106px;
    background-color: Transparent;
    font-family: "Microsoft Sans Serif";
    font-size: 11px;
    color: White;
    font-weight: bold;
    height: 18px;
    cursor: pointer;
}