.input_app {
    background-color: #274490!important;
    color: white!important;
    border-radius: 1.5rem!important;
    text-align: center!important;
    border: 1px solid #274490;
    width: 100%;
    margin-top: 0px!important;
    margin-bottom: 20px;
}

.page-login-v3 .panel {
    width: 100%;
}

.img_profile{
    text-align: center;
    cursor: pointer;
}
.img_profile .profile{
    width: 150px;
    height: 150px;
    max-width: 150px;
    max-height: 150px;
    border: 4px solid #2b4790;
    object-fit: cover;
    margin-top: 10px;
}


.img_profile .camera-icon{
    border: none;
    width: 40px;
    bottom: 0;
    vertical-align: bottom;
    margin-left: -3rem;
}

.section-form-text{
    color: #2b478e;
    font-size: 16px;
    font-weight: bold;
}


.termos-uso-text{
    margin-left: 35px !important;
    cursor: pointer;
    color: #2b478f;
    text-decoration: underline;
}

.termos_de_uso{
    white-space: pre-line;
    text-align: justify;
}

.page-login-v3 .panel .panel-body{
    max-width: 1024px;
}

.text-job{
    color: #2b478f;
}


.img_input_display{
    display: none;
}

.quadro{
    border: 1px solid #274490!important;
    width: 100%!important;
    height: inherit!important;
    position: relative!important;
    padding: 1rem!important;
    margin-top: 20px!important;
    margin-bottom: 20px!important;
    border-radius: 1rem!important;
}

.iten_card {
    color: #274490!important;
    background-color: white!important;
    border: 2px solid #274490!important;
    padding: 0.1rem 0.1rem 0.1rem 0.7rem!important;
    border-radius: 1rem!important;
}

.iten_close {
    padding-right: 0.5rem!important;
    color: #274490!important;
}

.input_app_white {
    background-color: #fff!important;
    color: #274490!important;
    border-radius: 1.5rem!important;
    text-align: center!important;
    border: 1px solid #274490;
    width: 250px;
    margin-bottom: 20px;
    margin-left: 15px;
}

.tab-content>.active {
    padding-top: 20px!important;
}


.ui-tooltip-content{
    display: none;
}