
label.error{
    font-weight: 500;
}

.text-error{
    color: #ff0000;
    /* font-size: 13px; */
    margin-top: 0;
    margin-bottom: 0px;
}
.input-text-error{
    border: 1px solid #ff0000;
    /*color: #0e0e0e;*/
}

label.error:first-letter{
    text-transform: capitalize;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    outline: 0;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: none;
}

/* Estilos de perfil */
.img-perfil {
    background: #3c8dbc;
    width: 128px;
    height: 128px;
    overflow: hidden;
    padding: initial;
    border: 3px solid #b2c5ec;
}

.img-perfil img {
    width: 128px;
    height: 128px;
}

.img-perfil .img-text {
    background: #3c8dbc;
    text-align: center;
    vertical-align: middle;
    font-size: 120px;
    height: 100%;
    font-weight: bold;
    color: white;
    line-height: 114px;
    margin: 0px auto;
}

.img-perf-label {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
}

.img-perf {
    margin: 0px auto;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid transparent;
}

.img-perf label {
    position: relative;
    margin-top: 65px;
    font-weight: unset;
    color: transparent;
    cursor: pointer;
    width: 100%;
    height: 65px;
}

.img-perf label:hover {
    background-color: rgba(20, 22, 24, 0.25);
    color: white;
}

.img-perf label i {
    padding: 8px 0px;
}