.error-page-area {
    min-height: initial !important;
}

.error-page-area:before {
    height: calc(100vh - 90px) !important;
}

.conteudo-title {
    color: #ffffff !important;
    cursor: pointer;
    background: #00c292;
    display: block;
    padding: .5rem 1rem;
    text-decoration: none;
}

.conteudo-form {
    
    padding: 15px;
    background-color: white;

}


canvas:not(#canvasFaceRecognition) {
    display: block;
    height: 250px;
    width: 350px;
    margin-top: 50px ;
}

.line-vertical {
    width: 2px;
    height: 300px;
    border: 1px solid #ccc;
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 25px;
}

.rect {
    border: 2px solid #1ab394;
    left: -1000px;
    position: absolute;
    top: -1000px;
    z-index: 9999
}

.tab-content {
    height: 1723px;
}



#declaracao {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

#declaracao .row {
    margin-bottom: 30px;
}

#declaracao .form-label {
    display: block;
    margin-bottom: 14px;
    font-size: 17px;
    font-weight: 600;
    color: #1f1f1f;
    line-height: 1.5;
}

#declaracao .fv-row {
    width: 100%;
}

#declaracao .form-check {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

#declaracao .form-check + .form-check {
    margin-top: 0 !important;
}

#declaracao .checkbox-tools {
    display: none;
}

#declaracao .for-checkbox-tools {
    display: inline-block;
    min-width: 80px;
    text-align: center;
    padding: 10px 16px;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    background: #fff;
    color: #333;
    font-weight: 600;
    cursor: pointer;
}

#declaracao .checkbox-tools:checked + .for-checkbox-tools {
    background: #11c5a1;
    border-color: #11c5a1;
    color: #fff;
}

#responderDeclaracao {
    margin-top: 10px;
}