﻿@charset "utf-8";
/* CSS Document */

body {
    margin: 0;
    padding: 0;
    background-color: #f2f2f2;
    font-family: Calibri, Arial;
    font-size: 16px;
    color: #5a5a5b;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

#ConteudoSemFundo {
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #FFFFFF;
    min-height: 500px;
}

#Rodape {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    height: 73px;
    text-align: center;
    background-image: url("/Content/Images/Layout/Fundo_Rodape.jpg");
    background-position: center;
}

#Logo {
    margin: 0;
}

img {
    border: 0;
}

.clear {
    clear: both;
}

.hideSkiplink {
    width: 100%;
}

a:link, a:visited, a:active {
    color: #383838;
    text-decoration: none;
}

a:hover {
    color: #383838;
    text-decoration: underline;
}

.botaoLogin {
    background: url("/Content/Images/Layout/Fundo_Botao.png") !important;
    color: White !important;
    border: 0 !important;
    padding: 0 !important;
    width: 83px;
    height: 31px;
}

.botaoLoginSolicitarAcesso {
    background: url("/Content/Images/Layout/Fundo_Botao.png") !important;
    color: White !important;
    border: 0 !important;
    padding: 0 !important;
    width: 83px;
    height: 30px;
}

.botaoLoginECPF {
    background: url("/Content/Images/Layout/Botao_eCPF.png") !important;
    border: 0 !important;
    padding: 0 !important;
    width: 100px !important;
    height: 43px !important;
}

/* Estilos Desktop */
@media (min-width: 1024px) {
    #Conteudo {
        background-image: url("/Content/Images/Layout/Fundo_Conteudo.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        padding: 0;
        margin: 0;
        flex: 1;
        background-size: cover;
        display: flex;
        align-items: center;
    }

    #Topo {
        width: 100%;
        padding: 0;
        margin: 0;
        height: 118px;
        background-color: rgba(216, 216, 216, 1);
        background-image: url("/Content/Images/Layout/Fundo_Topo.png");
        background-position: right;
        background-repeat: no-repeat;
    }

    .Centraliza {
        width: 95%;
        margin: 0 auto;
        align-self: baseline;
    }

    .Centraliza_Login {
        width: 1100px;
        margin: 0 auto;
    }

    .ImagemTelaLogin {
        width: 550px;
    }

    #Apresentacao {
        width: 450px;
        flex: 1;
        align-items: center;
        display: flex;
        justify-content: flex-end;
        padding-right: 25px;
        flex-direction: column;
        align-items: flex-end;
    }

    #Apresentacao_iSIC {
        float: left;
        width: 520px;
        margin-top: 50px;
        margin-left: 10px;
        text-align: justify;
    }

    #Login {
        width: 510px;
        height: 278px;
        padding: 0;
        background-image: url("/Content/Images/Layout/Fundo_Login.png");
        background-repeat: no-repeat;
        color: #1a3966;
        flex: 1;
    }

    #FormLogin {
        float: left;
        width: 290px;
        height: 230px;
        margin-left: 30px;
        margin-top: 20px;
        padding: 0;
        text-align: center;
    }

    #FormCPF {
        float: left;
        width: 145x;
        height: 151px;
        margin-left: 30px;
        margin-top: 20px;
        padding: 0;
        text-align: center;
    }

    .loginDisplay {
        font-size: 1.1em;
        text-align: right;
        padding: 10px;
        color: White;
    }

        .loginDisplay a:link {
            color: white;
        }

        .loginDisplay a:visited {
            color: white;
        }

        .loginDisplay a:hover {
            color: white;
        }

    input[type='text'], input[type='password'] {
        /*width:270px;
			height:30px;*/
        color: #afaeaf;
        border-radius: 5px;
        border-style: solid;
        border-width: thin;
        padding-left: 10px;
    }

    #Recuperar_Senha {
        margin-top: 10px;
        margin-left: 10px;
        float: left;
        width: 190px;
    }

    #Botao_Logar {
        margin-top: 10px;
        float: right;
        width: 90px;
    }

    .Titulo {
        text-align: left;
    }
}

/* Estilos Mobile */
@media (max-width: 1023px) {
    #Conteudo {
        background-image: url("/Content/Images/Layout/Fundo_Conteudo.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        padding: 0;
        margin: 0;
        flex: 1;
        background-size: cover;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding: 20px 0px;
    }

    #Topo {
        width: 100%;
        padding: 0;
        margin: 0;
        /*height:115px;*/
        text-align: center;
        background-color: rgba(216, 216, 216, 1);
    }

    .Centraliza {
        margin: 0 auto;
    }

    .Centraliza_Login {
        margin: 0 auto;
    }

    .ImagemTelaLogin {
        width: 100%;
    }

    #Apresentacao {
        padding: 10px;
    }

    #Login {
        padding-top: 10px;
        color: #1a3966;
        background-image: url("/Content/Images/Layout/Fundo_Login_Mobile.png");
        background-repeat: no-repeat;
        width: 268px;
        height: 419px;
        margin: 0 auto;
        text-align: center;
    }

    #FormLogin {
        margin: 0;
    }

    #FormCPF {
        padding-top: 30px;
    }

    .loginDisplay {
        font-size: 1.1em;
        display: block;
        text-align: right;
        padding: 10px;
        color: black;
    }

        .loginDisplay a:link {
            color: black;
        }

        .loginDisplay a:visited {
            color: black;
        }

        .loginDisplay a:hover {
            color: black;
        }

    input[type='text'], input[type='password'] {
        /*width:220px;
			height:30px;*/
        color: #afaeaf;
        border-radius: 5px;
        border-style: solid;
        border-width: thin;
        padding-left: 10px;
    }

    #Recuperar_Senha {
        margin-top: 20px;
        float: left;
        width: 100%;
    }

    #Botao_Logar {
        margin-top: 30px;
        width: 100%;
    }

    .Titulo {
        text-align: center;
    }
}
