﻿body {
    background-image: url('../../Images/initial/fundos/fundo_padrao_azul.jpg');
    background-repeat: no-repeat;
    background-color: #0060ba;
    background-size: cover;
    font-family: 'Baloo 2', cursive !important;
}

#div-central-initapp {
    width: 950px;
    height: 530px;
    padding: 20px;
    position: absolute;
    top: 75px;
    left: 33%;
    margin: -70px 0 0 -170px;
    background-color: white;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    z-index: 1000;
    box-shadow: 0px 3px 8px 0 rgba(20, 32, 50, 0.2), 0px 16px 24.9px 5.1px rgba(20, 32, 50, 0.25);
}

#div-central-initapp-rodape {
    width: 950px;
    height: 155px;
    padding: 20px;
    position: absolute;
    top: 530px;
    left: 33%;
    margin: -70px 0 0 -170px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-image: url('../../Images/initial/fundos/bg_box_padrao_azul.jpg');
    background-color: #184592;
    z-index: 800;
    box-shadow: 0px 3px 8px 0 rgba(20, 32, 50, 0.2), 0px 16px 24.9px 5.1px rgba(20, 32, 50, 0.25);
}

#div-central-initapp-links-verificacao {
    width: 950px;
    height: 170px;
    padding: 20px;
    position: absolute;
    top: 530px;
    left: 33%;
    margin: 100px 0 0 -170px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-image: url('../../Images/initial/fundos/bg_box_padrao_azul.jpg');
    background-color: #184592;
    z-index: 800;
    box-shadow: 0px 3px 8px 0 rgba(20, 32, 50, 0.2), 0px 16px 24.9px 5.1px rgba(20, 32, 50, 0.25);
    text-align: center;
}

    #div-central-initapp-links-verificacao a {
        width: 615px;
        margin-left: -13px;
        margin-top: 10px;
    }


#div-conteudo-left {
    background-image: url('../../Images/initial/fundos/fundo-cod-div.png');
    width: 300px;
    height: 450px;
    z-index: 0000;
}


#div-conteudo-right {
    position: relative;
    top: 30px;
    width: 400px;
    height: 450px;
    z-index: 1;
}

    #div-conteudo-right hr {
        background-color: #B6D1EA;
        margin:1px;
    }

#paragradoTitulo {
    /*font-family: Baloo2;*/
    font-size: 42px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.71;
    letter-spacing: -1.2px !important;
    text-align: left;
    color: #2a2f37;
}

#paragradoSubTitulo {
    width: 600px;
    /*font-family: Baloo2;*/
    font-size: 24px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: -0.24px;
    text-align: left;
    color: #006dc2;
}

p {
    width: 450px;
}

#log-cod {
    position: relative;
    margin-left: -50px;
    top: 30%;
}

#div-botao {
    background-image: url('../../Images/initial/fundos/botao.png');
    width: 320px;
    height: 60px;
}

#div-rodape {
    position: relative;
    top: 61px;
    color: white;
}

#div-botao-acessar {
    background-image: url('../../Images/initial/fundos/contorno.png');
    width: 400px;
    height: 50px;
    display: inline;
}

.btn-custom {
    padding: 1px 15px 3px 2px;
    border-radius: 50px;
    border: solid 1px white;
    background-color: #184592;
    font-weight: bold;
    color: white;
}


    .btn-custom:hover {
        background-color: #2395ea;
        border: solid 1px white;
        color: white;
    }


.btn-custom2 {
    padding: 10px 10px 10px 20px;
    border-radius: 50px;
    border: solid 1px white;
    background-color: #2395ea;
    font-weight: bold;
    font-size: 18px;
    color: white;
}

    .btn-custom2:hover {
        background-color: #184592;
        border: solid 1px white;
        color: white;
    }


#div_logarCOD {
    margin-left: 70%;
    top: -80px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px !important;
    box-shadow: 0px 3px 8px 0 rgba(22, 26, 29, 0.05), 0px 16px 24.9px 5.1px rgba(22, 26, 29, 0.1) !important;
    background-color: #f9fafc !important;
    font-family: 'Baloo 2', cursive !important;
}


#div_logo {
    position: relative;
    margin-left: 18%;
    top: 280px;
    background-image: url('../../Images/initial/logos/logo_cod_login.png');
    width: 350px;
    height: 195px;
}


#div_primeiroacesso {
    position: relative;
    margin-left: 70%;
    top: -70px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    width: 400px;
    height: 175px;
    background-color: #03a9f3;
    font-family: 'Baloo 2', cursive !important;
    box-shadow: 0px -1px 4px 0 rgba(30, 33, 35, 0.03), 0px -3px 13px 0 rgba(31, 33, 35, 0.04) !important;
    background-image: linear-gradient(to top, #1786ed, #21a6e4) !important;
}


#conteudo_primeiroacesso {
    position: relative;
    top: 15px;
    padding-left: 30px;
    color: white;
    font-size: 24px !important;
}


#textoPrimeiroacesso {
    position: relative;
    margin-left: 55px;
    padding-top: 10px;
    font-family: 'Baloo 2', cursive !important;
    font-size: 26px !important;
    font-weight: normal !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.42 !important;
    letter-spacing: -0.6px;
    text-align: left;
    color: #ffffff !important;
}

.btn-custom-cad {
    font-weight: bold;
    font-size: 16px !important;
    background-color: white !important;
    color: #0171c3 !important;
    font-weight: bold;
    /*width: 250px !important;
    height: 40px;*/
    position: relative;
    margin-left: 60px;
    top: 9px;
    border: 1px solid white !important;
    width: 210px !important;
    height: 45px;
    object-fit: contain;
    border-radius: 22.5px;
    box-shadow: 0px 1px 2px 0 rgba(32, 86, 190, 0.05), 0px 6px 10px 0 rgba(32, 86, 190, 0.15), inset 0px -2px 2px 0 rgba(31, 33, 35, 0.2);
    background-color: #ffffff;
    font-weight: bold !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.06 !important;
    letter-spacing: -0.08px !important;
    text-align: center;
    color: #4c6eb1;
    text-transform: uppercase !important;
}



.btn-custom-entrar {
    /*width: 250px !important;
    height: 43px;
    position: relative;
    margin-left: 55px;
    text-transform: uppercase !important;
    font-weight: bold !important;*/
    width: 250px;
    height: 45px;
    object-fit: contain;
    border-radius: 22.5px;
    box-shadow: 0px 1px 2px 0 rgba(32, 86, 190, 0.25), 0px 10px 15px 0 rgba(32, 86, 190, 0.25), inset 0px -1px 1px 0 rgba(31, 33, 35, 0.2);
    background-image: linear-gradient(to top, #1c81e8, #2599ea);
    text-transform: uppercase;
    font-size: 16px;
}

#spesqueceuSenha {
    position: relative;
    margin-left: 105px;
    color: #0171c3;
    /*text-align:justify;*/
    font-weight: bold;
}


.btnExperimenteNovoCdigo {
    width: 300px;
    height: 45px;
    padding: 13px;
    object-fit: contain;
    border-radius: 22.5px;
    box-shadow: 0px 1px 2px 0 rgba(32, 86, 190, 0.25), 0px 10px 15px 0 rgba(32, 86, 190, 0.25), inset 0px -1px 1px 0 rgba(31, 33, 35, 0.2);
    background-image: linear-gradient(to top, #1c81e8, #2599ea);
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: -0.16px;
    text-align: center;
    color: #ffffff;
}

    .btnExperimenteNovoCdigo:hover {
        color: #ffffff !important;
    }


.btnAcesseAqui {
    width: 149px;
    height: 40px;
    object-fit: contain;
    border-radius: 20px;
    box-shadow: 0px 1px 2px 0 rgba(32, 86, 190, 0.05), 0px 6px 10px 0 rgba(32, 86, 190, 0.15), inset 0px -2px 2px 0 rgba(31, 33, 35, 0.2);
    border: solid 2px #40bbde;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: -0.08px;
    text-align: center;
    color: #59edff;
}


    .btnAcesseAqui:hover {
        color: #59edff !important;
    }

.span-quer-utilizar {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #8fedf8;
    padding-left: 40px;
}


.rodapeLogin {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.45px;
    text-align: left;
    color: #9bddff;
    border-top: solid 1px #237fc6;
    position: relative;
    top: 5px;
    padding-top: 30px;
}

.modal-lista-esquecisenha {
    border-radius: 20px !important;
    box-shadow: 0px 3px 8px 0 rgba(22, 26, 29, 0.05), 0px 16px 24.9px 5.1px rgba(22, 26, 29, 0.1) !important;
    background-color: #f9fafc !important;
    font-family: 'Baloo 2', cursive !important;
}
