#file { display: none}
    .file_label {
        display: block;
        margin: 20px auto;
        font-size: 20px;
        font-family: Arial;
        width: 270px;
        height: auto;
        line-height: 40px;
        background-color: #ea8000;
        color: #FFF;
        text-align: center;
        padding: 5px;
        border: 1px solid #CCC;
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.3s ease-in-out
    }

    .file_label:hover {
        background-color: #f39c12;
        color: #ffffff;
    }
    .fa {
        margin-right: 5px
    }

    .required {
        margin-top: 25px;
        margin-bottom: 15px;
    }

    ul {
        list-style-type: none;
        border: none;
        text-align: left;
    }
    li.danger {
        border: none !important;
    }
    li.danger span{
        color: red;
    }

    #send-cv {
        display: block;
        margin: 20px auto;
        font-size: 20px;
        font-family: Arial;
        width: 340px;
        height: auto;
        line-height: 40px;
        background-color: #ea8000;
        color: #FFF;
        text-align: center;
        padding: 5px;
        border: 1px solid #CCC;
        border-radius: 5px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }

    #send-cv:hover {
        background-color: #f39c12;
        color: #ffffff;
    }

    div.error-footer {
        margin-top: 7px;
        display: inline-grid;
        text-align: left;
        float: left;
    }
    div.error-footer > label.error{
        color: red;
    }

    button.close {
        margin-top: -20px !important;
    }

    .alert-danger {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1;
        font-size: 2rem;
        border: none;
        padding: 15px 0 15px 0;
        text-align: center;
        margin-bottom: 10px;
    }

    @media (max-width: 603px){
        label {
            float: left !important;
        }
        #send-cv {
            font-size: 17px;
            width: 280px;
        }
        #tf-noticia #texto {
            padding: 0 !important;
        }

        .textCurriculo{
            padding: 17px 0 0 0 !important;
        }
    }