﻿font-face {
    font-family: 'satelliteregular';
    src: url('fonts/satellite-webfont.eot');
    src: url('fonts/satellite-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/satellite-webfont.woff') format('woff'),
         url('fonts/satellite-webfont.ttf') format('truetype'),
         url('fonts/satellite-webfont.svg#satelliteregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto';
    src: url('fonts/roboto-light_0-webfont.eot');
    src: url('fonts/roboto-light_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-light_0-webfont.woff') format('woff'),
         url('fonts/roboto-light_0-webfont.ttf') format('truetype'),
         url('fonts/roboto-light_0-webfont.svg#roboto_light') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'roboto_ltregular';
    src: url('fonts/roboto-medium_0-webfont.eot');
    src: url('fonts/roboto-medium_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-medium_0-webfont.woff') format('woff'),
         url('fonts/roboto-medium_0-webfont.ttf') format('truetype'),
         url('fonts/roboto-medium_0-webfont.svg#roboto_ltregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_thin';
    src: url('fonts/roboto-thin_0-webfont.eot');
    src: url('fonts/roboto-thin_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-thin_0-webfont.woff') format('woff'),
         url('fonts/roboto-thin_0-webfont.ttf') format('truetype'),
         url('fonts/roboto-thin_0-webfont.svg#roboto_thregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'roboto_cond';
    src: url('fonts/roboto-condensed_0-webfont.eot');
    src: url('fonts/roboto-condensed_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto-condensed_0-webfont.woff') format('woff'),
         url('fonts/rroboto-condensed_0-webfont.ttf') format('truetype'),
         url('fonts/roboto-condensed_0-webfont.svg#roboto_cond') format('svg');
    font-weight: normal;
    font-style: normal;
}

html
{
    width:100%;
    height:100%;
}

body {
    background: none !important;
    height: 100%;
    padding: 0px;
    margin: 0px !important;
    /*background-image: url(../Imagens/bg_fd_geral_adm.jpg) !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center;*/
}

.patthern
{
    width: 100%;
    height: 100%;
    display: inline-block;
    background-image: url('../Imagens/pattern.png');
    position: absolute;
    left:0;
}

.login {
    width: 900px;
    height: auto;
    display: inline-block;
    margin-top: 6%;
    margin-left: 15%;
}

.title_login
{
    font-family:roboto_cond;
    font-size:30px;
    background-image: url('../Imagens/logo_adm_princ.png');
    background-repeat:no-repeat;
    background-position:left center;
    padding:0 0 0 60px;
    color:#fff;
}

span.sub_title
{
    font-family:roboto_cond;
    font-size:16px;
    padding:0 0 0 60px;
    color:#fff;
}

.area_table_login
{
    width:500px;
    display: inline-block;
    height:auto;
    margin:45px 0 0 60px;
}

    .area_table_login span
    {
        font-family:roboto_cond;
        font-size:14px;
        color:#fff;
        margin:0 0 10px 0;
        display:block;
    }

table.tabela_login tr td img {
    width: auto;
    height: auto;
    max-height: 110px;
    max-width: 110px;
    margin: 5px;
}

table.tabela_login tr td input {
    width: 240px;
    height: 30px;
    border: 0px;
    color: #094663;
    padding-left: 5px;
    margin: 0 0 0 15px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: roboto_cond;
}

table.tabela_login input.btn_logar
{
    width: 100px !important;
    height: 25px !important;
    line-height: 25px;
    color: #094663 !important;
    font-family: roboto_cond;
    text-transform: uppercase;
    font-size: 14px;
    background: #fff;
    text-align:center;
    margin: 16px 10px 0 0 !important;
    border: 0px !important;
    cursor: pointer;
    padding:0px !important;
}

#rodape
{
    /*position:absolute;
    bottom:0px;
    left:0;*/
    width:100%;
    height:auto;
}

    #rodape span
    {
        color:#FFF;
        font-family:roboto_cond;
        font-size:14px;
        float:left;
        margin:8px 0 0 15px;
    }

    #rodape a
    {
        float:right;
        margin:0 15px 15px 0;
    }

