﻿/**********************************************************************************
///  Sistema           : SIGNUS-ERP.NET
///  Finalidade        : CSS da tela de Login
///  Autor             : Marcelo Tavares
///  Data da Criação   : 11/04/2013
///  Projeto           : 004332
///
///  ==============================================================================
///
///  Alterado Por      : 
///  Data da Alteração : 
///  Projeto           : 
///  Descrição         : 
///  
///*******************************************************************************/

fieldset
{
    border: 0px;
}
        
form label
{
    font-weight: bold;
    display: inline;
}
form label.checkbox
{
    font-weight: normal;
    font-size: smaller;
}

#btnLogin
{
    width: 75px;
}

@media only screen and (min-width: 300px) {
    form ol li > span
    {
        width: 50px;
        display: inline-table;
    }
    form input
    {
        display: inline;
        width: 180px;
    }
}

.panelCenter
{
    width: 280px;
    margin-left: auto;
    margin-right: auto;
}