/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 07/03/2019, 09:06:58
    Author     : rober
*/

/* MODAL LOGIN */
/* Bordas dos campos imput do LOGIN */
div.boas_vindas .field_body.sem_bordas > .input-field input[type=text],
div.boas_vindas .field_body.sem_bordas > .input-field input[type=password],
div.boas_vindas .field_body.sem_bordas > .input-field input[type=number] {
    /*border: 1px solid #630939 !important;*/
    border-bottom: 1px solid #f1c514;
    margin-top: 10px;
    padding: 0px 0px 0px 10px;
    /*border-radius: 2px;*/
}

/* label underline focus color */
div.boas_vindas .field_body.sem_bordas > .input-field input[type=text]:focus,
div.boas_vindas .field_body.sem_bordas > .input-field input[type=password]:focus,
div.boas_vindas .field_body.sem_bordas > .input-field input[type=number]:focus {
    /*border: 1px solid #162f42 !important;*/
    border-bottom: 1px solid #f1c514;
    box-shadow: 0 1px 0 0 #f1c514;
}

/* Cor OBRIGATORIO */
div.boas_vindas .field_body.sem_bordas > .input-field .obrigatorio {
   color: #f1c514;
}


.field_body.field_link a.link_externo{
    color: #000 !important;
    font-size: 1Em;
    border: 1px solid #000;
    background-color: none !important;
}

.field_body.field_link a.link_externo:hover{
    color: #000 !important;
    background-color: #f7f7f7!important;
}

#loginModalLogar .boas_vindas_formulario_login .field_botao .field_container{
    width: 90%;
    margin: 0px auto;
}

#loginModalLogar .boas_vindas_fundo{
    background: #164259;
    box-shadow: 0px 0px 0px 1px white;
    padding: 0px;
}

/* Cor das TABS logar e Recuperar Senha */
/* Cor das TABS logar e Recuperar Senha */
#loginModalLogar .boas_vindas_formulario_login .tabs .tab a {
    color: #f1c514;
}
#loginModalLogar .boas_vindas_formulario_login .tabs .tab a:hover,
#loginModalLogar .boas_vindas_formulario_login .tabs .tab a:hover {
    color: #f1c514;
}
#loginModalLogar .boas_vindas_formulario_login .tabs .indicator {
    background-color: #f1c514;
}
/* Cor das TABS logar e Recuperar Senha */
/* Cor das TABS logar e Recuperar Senha */

/* Botao ENTRAR */
#FormLogar .field_body button{
    background-color: #f1c514;
    color: white;
}
