.text-pink {
    color: #cc71c3 !important;
}
.bg-login-image-emg{
    background:url('../img/construction-site.jpg');background-position:center;background-size:cover
}
.sidebar .sidebar-brand {
    height:5.375rem;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 800;
    padding: 1.5rem 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    z-index: 1;
}
.topbar {
    height: 5.375rem;
}
.dtr-data{
    display: inherit;
}
.dtr-details{
    width: 100%;
}
.error_generic {
    color: #5a5c69;
    font-size: 4rem;
    position: relative;
    line-height: 1;
    width: 25rem;
}

.error_generic:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.error_generic:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}