/*
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 : 18/02/2021, 12:32:37 PM
    Author     : Instituto
*/

.freebirdLightBackground {
    /*background-color: rgb(231, 236, 238);*/
   background-image: url("../../resources/img/fondo_login.png");
   background-repeat: no-repeat;
   background-attachment: fixed;
  background-size: cover;
}

body {
    background-color: #ede7f6;
    font-family: Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    margin: 0;
}

.iconForm{
    color: #673ab7;
    font-size: 1.7em;
    text-shadow: #D3D3D3 0.1em 0.1em 0.1em !important;  
}

.contenedorGeneral{    
    box-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    transition: box-shadow 280ms cubic-bezier(0.4,0.0,0.2,1);
    border: 1px solid #dadce0;
    border-radius: 8px;
    background-color: #fff;
}

.contenedorPrincipal{    
    /*border-left: rgb(96, 125, 139) solid 10px;*/
    border-left: rgba(168,18,62, 0.8) solid 10px;
}

.tituloFormulario{
        
    font-family: 'Google Sans', Roboto, Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 40px;
    color: #202124;
    line-height: 135%;
    width: 100%;
}

.contenedorSecundario{    
    border-left: rgb(96, 125, 139) solid 10px;
}

.contenedorArchivo{    
    border-left: #ffc107 solid 10px;
}

.contenedorBtn{    
    border-left: #17a2b8 solid 10px;
}

.cctRed{
    font-size: 0.85em !important;
    border: transparent !important;
    width: 90% !important;
    border: 3px solid red !important;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075)!important;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 16%), 0 2px 5px 0 rgb(0 0 0 / 26%);
    box-shadow: 0px 2px 0px 0 rgba(0, 0, 0, 0.16), 0px 2px 0px 0 rgba(0, 0, 0, 0.26) !important;
}