html.login-html{background: url('../images/bg/9114655323_katsrcool.jpg') no-repeat center center fixed;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;background-size: cover;}
.d-flex{
    display: flex;
}
.justify-content-center{
    justify-content: center;
}
.text-primary {
    color: #3c763d !important;
}

.label-zinc{
    background-color:#4DCBC2 !important;
}

.label-lead{
    background-color:#FCB360 !important;
}
.title-action {
    text-align: right;
    padding-top: 15px;
}
.display-none{
    display: none;
}
.form-encuesta .pregunta{
    margin-bottom: 20px;
}
.form-encuesta .p-radio{
    margin-left: 23px;
}
.form-encuesta .p-radio .r-left{
    margin-right: 10px;
}