/* 
    Created on : 25/10/2018, 12:37:12
    Author     : Aberi
*/

.logo{
    max-width: 160px !important;    
}

.navbar{
    border-bottom: 1px solid #903232;
    margin-bottom: 10px;
    min-height: 80px;
}

#envie-curriculum{
    padding: 50px;
    border-top: 1px solid #903232;
    margin-top: 25px;
}

#bar{
    margin-top: 20px;
}

label.error{
    color: red;
    border: 1px solid red;
    padding: 5px;
    margin-top: 3px;
}

input.error{
    color: red;
    border: 1px solid red;
    background-color: #ff00001c;
}

input.valid{
    background-color: #00800024;
    border: 1px solid green;
}

.content-formacoes section{
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 5px;
}

.content-empresas section{
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 5px;
}