/** Custom DAM Theme **/

/* add additional space between registration and forgot password link */
#account_pw_reset {
    display: inline-block;
    margin-top: 10px;
}

/* highlight for text "forgot password" in forgot password link text */
#account_pw_reset span {
    font-weight: bold;
}

.PluginDisplay .plugin-icon.tripuls-logo
{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    background-image: url('../../../plugins_custom/ekhn_branding/gfx/tripuls-signet-32x32-resourcespace.svg'), url('../../../gfx/interface/rs_outline.svg');
    background-size: 65% auto, contain;
    background-repeat: no-repeat, no-repeat;
    background-position: center center, center center;
    padding:9px;
    margin-right:0.5em;
    width:40px;
    height:50px;
    line-height:46px;
}

.ListviewStyle thead > td > h3, .ListviewTitleStyle > td > h3 {
    color: unset !important;
}

#Header {
    background: #666 !important;
}

#Header li a {
    color: #ffffff;
}

.LoginTitleWithIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.LoginTitleWithIcon h1 {
    margin: 0;
}

.LoginTitleIcon {
    max-height: 48px;
    width: auto;
}

.Terms a:link {
    color: #000;
}
