.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;
}