.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.imagem-topo {
    background: url('../img/boletim-image.jpg');
    padding: 20px 20px 60px 20px;
    min-height: 190px;
}
.imagem-topo h1 {
    font-size: 36px;
    font-weight: bold;
}
.imagem-topo p {
    margin-bottom: 20px;
}

.box-form {
    margin: 20px auto;
    border: 1px solid #eee;
    padding: 20px 60px 40px 60px;
    background: #fff;
    box-shadow: 0px 0px 50px #00000020;
    position: relative;
    top: -50px;
    border-top: 5px solid #185394;
    border-bottom: 5px solid #ffffff;
}

.form-group h3 {
    background: #185394;
    color: #fff;
    padding: 10px 15px 8px 15px;
}

#btn_cad {
    width: 300px;
}
#btnModalDelete {
    width: 200px;
    float: right;
}
#recaptcha-token {
    margin: auto;
    display: block;
}
.border-dashed {
    border-top: 1px dashed #ccc;
    padding-top: 40px;
}
.ln-recaptcha {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0 0 0 0;
}
.modal-body-boletim {
    font-size: 17px;
}
.modal-body-boletim span {
    font-size: 17px;
    font-style: italic;
    font-weight: bold;
}

.todos label {
    font-size: 14px;
    font-weight: bold !important;
}
.g-recaptcha {
    margin: 30px;
}
.checkbox {
    line-height: 14px;
}
label {
    font-size: 12px;
}
input[type='checkbox'] {
    position: relative;
    top: -3px;
}

.content-boletim {
    margin-top: 20%;
    margin-left: 20%;
    width: 60%;
}
