﻿body {
    margin: 0; padding: 0;
    background: url('/pages/img/fabric_plaid.png');
    font-family: Arial; 
}

h1
{
    font-weight: normal;
    font-size: 24px;
    padding: 0; margin: 0;
    color: #33B5E5;
    line-height: 60px;
}

#page_main
{
    padding: 0;
    height: 100%;
}

#login_content
{
    width: auto;
    /*background: #F5F5F5;*/
    display: inline-block;
    padding: 20px;
    margin-left: 8px;
}

#login_desc
{
    display: inline-block;
    height: 220px;
    /*background: #F5F5F5;*/
    float: left;
}

#login_container
{
    display: inline-block;
    width: 100%;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    color: #333;
    position: relative;
    top: 48px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background: url('/pages/img/fabric_plaid.png');
    box-shadow:  0 1px 8px rgba(0,0,0,.32);
}

#login_container:before
{
      content: '';
      position: absolute;
      top: -13px;
      right: -12px;
      bottom: -13px;
      left: -12px;
      z-index: -1;
      background: rgba(0, 0, 0, 0.08);
      border-radius: 8px;
      -moz-border-radius: 8px;
      -webkit-border-radius: 8px;
      box-shadow: inset 0 0 8px rgba(0,0,0,.2);
}

#login_main
{
    width: 720px;
    height: 420px;
    position: relative; 
}

#page_header
{
    padding: 0; height: 60px;
    text-align: left;
    background: rgba(200,200,200,.2);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    padding: 20px;
    border-bottom: 1px solid #FFF;
}

#page_bottom
{
    padding: 0;
}

#page_bottom p
{
    color: #555;
    font-size: 9pt;
}

.outra_empresa
{
    color: #0099CC;
    text-align: center;
    text-decoration: underline;
    font-size: 10pt;
    padding: 8px 0;
    display: inline-block;
}



.btn
{
    display: inline-block;
    padding : 6px;
    border : 1px solid #0077aa; 
    border-radius : 2px;
    color: #FFFFFF;    
    font-family : Arial;
    text-decoration : none;
    font-size : 10pt;
    font-weight: lighter;
    background: rgb(51,181,229);
    background: -moz-linear-gradient(top, rgba(51,181,229,1) 0%, rgba(0,153,204,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,181,229,1)), color-stop(100%,rgba(0,153,204,1)));
    background: -webkit-linear-gradient(top, rgba(51,181,229,1) 0%,rgba(0,153,204,1) 100%);
    background: -o-linear-gradient(top, rgba(51,181,229,1) 0%,rgba(0,153,204,1) 100%);
    background: -ms-linear-gradient(top, rgba(51,181,229,1) 0%,rgba(0,153,204,1) 100%);
    background: linear-gradient(to bottom, rgba(51,181,229,1) 0%,rgba(0,153,204,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33b5e5', endColorstr='#0099cc',GradientType=0 );
    cursor : pointer;
    text-shadow : 0 1px 0 rgba(0,0,0,.5);
}

.btn:active
{
    box-shadow: inset 0 1px 3px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.5);
}

.btn:hover
{
    border-color : #005599; 
    background: rgb(51,181,229);
    background: -moz-linear-gradient(top, rgba(51,176,224,1) 0%, rgba(0,133,184,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,176,224,1)), color-stop(100%,rgba(0,133,184,1)));
    background: -webkit-linear-gradient(top, rgba(51,176,224,1) 0%,rgba(0,133,184,1) 100%);
    background: -o-linear-gradient(top, rgba(51,176,224,1) 0%,rgba(0,133,184,1) 100%);
    background: -ms-linear-gradient(top, rgba(51,176,224,1) 0%,rgba(0,133,184,1) 100%);
    background: linear-gradient(to bottom, rgba(51,176,224,1) 0%,rgba(0,133,184,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(51,176,224,1)', endColorstr='rgba(0,133,184,1)',GradientType=0 );
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.txt
{
    padding: 6px 15px; margin: 0;
    border: 1px solid #DDD;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: inset 0 1px 4px rgba(0,0,0,.1);
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.1);
}
