@font-face{
    font-family: segoeui;
    src: url(../lib/bootstrap/css/font/segoeui.ttf);
}

html, body{
    height: 100%;
    font-family: segoeui, segoe ui, verdana, arial, sans-serif;
}

body{
    font-family: segoeui, segoe ui, verdana, arial, sans-serif;
    font-weight: 400;
    background: #ffffff;
    font-size: 14px;
}

.form-control{
    font-size: 1.00rem;
}

.conteudoLogin{
    height: 94vh;
}

.versaoInfo{
    height: 6vh;
}

.txtVersao{
    background: #f8f9fa;
}

.conteudoLoginLogo {
    height: 94vh;
    text-align: center; 
    display: flex;
    justify-content: center;
    align-items: center;

    background: url('../img/bg_bolsa_saphira.png') center left no-repeat;  
}

.conteudoLoginLogo img{
    max-width: 80%;
}


.conteudoLoginForm div div span{
    text-align: left;
    font-weight: bold;
    color:#000;
    font-size: 1.60rem;
    z-index: 9;
}

.ajusteIconeBg i, .ajusteIconeBg svg{
    position:absolute;
    top:0;
    left:20px;
    color:#f5f5f5;
} 

.boxLogin img{
    max-width: 130px;
    max-height: 80px;
}

.boxLogin{
    height: 78%;
}

.btnEnter{
    background: #faa832;
    color:#fff;
}

.btnEnter:hover{
    background: #f58634;
    color:#fff;
}



.btnEnter i, .btnEnter svg{
    font-size: 22px;
}

#boxAlerta div div span{
    display: block;
    line-height: 140%; 
    font-size: 13px; 
    color:#333;
}

#msgRetorno{
    line-height: 120%;
    font-size: 13px; 
    color:#ff6961;
}

.trocar{
    font-size: 0.875rem; 
}


.input-group-text{
    /*border-radius: 22px 0 0 22px;*/
    background: #f8f9fa;
}

.ajusteTxtRodape{
    color:#999;
    font-size: 0.765rem;
}








a.btn-primary, a:hover.btnAjuste {
    background: #3a74bf;
    border-color: #3a74bf;
    color: #fff;
}

#botoes a{
    font-size: 13px;
}

a.btnAjuste{
    border: 1px solid #3A74BF;
    background: #fff;
    color:#3A74BF;
}

.topoLogin img{
	max-height: 90px;
}

.card{
    border-color: #e9e9e9;
}

.divLogoCliente{
    background: #75F9F2;
    background: #DFFDFF;
    background:#CCFFF9;
    border-radius: 3px 0 0 3px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.divLogoCliente img{
    max-height: 110px;
}

#centro h6{
    font-weight: bold;
    margin: 0 0 1.40em 0;
}

.card{
    /*box-shadow: 3px 3px 5px #eeeeee;*/
}

#boxAlerta div div span{
	display: block;
	line-height: 140%;	
}

#msgRetorno{
    line-height: 120%;
}

.rodapeLogin{
    font-size: 12px;
    color:#666;
    padding-bottom: 10px;
}



/****************************************************************/


@media only screen and (max-width: 992px) {
    body, a, p, #botoes a, .ajusteTxtRodape{
        font-size: 1.00rem;
    }

    .conteudoLogin{
        height: 90vh;
    }

    .versaoInfo{
        height: 6vh;
        font-size: 2.50rem;
    }

    .txtVersao{
        background: #fff;
        font-size: 1.00rem;
    }
        
    .form-control {
        font-size: 2.5rem;
    }

    .input-group i, .input-group svg{
        font-size: 1.0rem;
    }

    .fa-4x{
        font-size:3rem;
    }

    .conteudoLoginForm div div span{
        font-size: 1.50rem;
    }

    .btnEnter{
        padding-top: 15px;
    }

    .conteudoLoginLogo{
        height:15vh;
        padding: 2.00rem 0 1.0rem 0;
    }

    .conteudoLoginLogo img{
        width: 200px;
    }


    .conteudoLoginForm{
        height:auto;
        padding-top: 2vh;
    }

    .boxLogin img{
        max-width: 200px;
        max-height: 100px;
    }
    

    #boxAlerta div div span, #msgRetorno, #txtUsuario, #txtSenha{
        font-size: 1.00rem;
    }

    #boxAlerta div div span{
        font-size: 0.80rem;
    }

    #botoes a{
        font-size: 1rem;
        text-decoration: none;
    }

    .ajusteIconeBg span{
        font-size: 5rem;
    }

    .ajusteTxtRodape, .ajusteTxtRodape a{
        font-size: 1.00rem;
    }

}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {...}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}
