#form-denuncia .control-label {
    float: left;
    width: 100%;
    text-align: left;
}

#form-denuncia .controls {
    margin-left: 0;
    width: 100%;
    float: left;
}

.form-horizontal .control-group {
    margin-bottom: 25px;
}

.form-horizontal .control-group:last-of-type {
    margin-top: 25px;
}

#form-denuncia select,
#form-denuncia input,
#form-denuncia textarea{
    width: 100%;
}

#form-denuncia textarea{
    height: 150px;
}

.alert-error{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert-message{
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#form-denuncia h6{
    margin-top: 0px;
}

/* Form Administração */

#denuncia-form .control-label {
    float: left;
    width: 100%;
    text-align: left;
}

#denuncia-form .controls {
    margin-left: 0;
    width: 100%;
    float: left;
}

.form-horizontal .control-group {
    margin-bottom: 25px;
}

.form-horizontal .control-group:last-of-type {
    margin-top: 25px;
}

#denuncia-form select,
#denuncia-form input,
#denuncia-form textarea{
    width: 100%;
    padding: 4px 6px;
}

#denuncia-form textarea{
    height: 150px;
    width: calc(100% - 14px);
}

#denuncia-form input{
    width: calc(100% - 14px);
}

#denuncia-form .input-append {
    width: calc(100% - 43.25px);
}

#denuncia-form h6 {
    font-size: 10px;
    margin-top: 0px;
    font-weight: normal;
}

/* Denúncia Específica */

#acompanhamento {
    width: 100%;
}

#retorno-acompanhamento p{
    margin: 0px;
}

#retorno-acompanhamento h6{
    margin-top: 0px;
}

#retorno-acompanhamento input,
#retorno-acompanhamento textarea{
    width: 100%;
}

#retorno-acompanhamento textarea{
    height: 150px;
}

#retorno-acompanhamento h2{
    margin: 0 0 20px;
    line-height: 1;
    color: #777777;
    font-size: 24px;
    font-family: 'Lato-Black',sans-serif;
    margin-top: 40px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d2d3d2;
}
#retorno-acompanhamento .controls {
    margin-bottom: 25px;
}