/*
    Created on : Nov 14, 2018, 3:42:45 PM
    Author     : Paulo Gonçalves <pgoncalves@digitalsales.pt>
*/
/*******************************************************************************
 FONTS
*******************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i');
/*******************************************************************************
 GENERAL
*******************************************************************************/
body, html {
    height: 100%;
    background: #F6F6F6;
    font-family: 'Roboto Condensed', sans-serif;
}
body img {
    prespective: 5rem;
}
#captchaContainer {

}
/*******************************************************************************
 TO DELETE
*******************************************************************************/
body * {
    /*    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15);
        -moz-box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15);
        box-shadow: inset 0px 0px 0px 1px rgba(0,0,0,0.15);*/
}
.fa {
    opacity: 0.5;
}
.error-message {
    color: #dc3545;
    font-size: 80%;
}