.t3-mainbody {
    position: relative;
    z-index: 20;
}
.t3-header.affix
{
	z-index:19;
}

.cb_template {
    font-size: 16px !important;
}

.cb_template .cbRegistrationHeader {
    background: url(/components/com_comprofiler/plugin/templates/default/images/title/general.jpg);
}

.cb_template .cbRegistrationHeader {
    position: relative;
    height: 150px;
    width: 100%;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #eeeeee !important;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    margin-bottom: 25px;
}

.cb-page-header-title.cbRegistrationTitle {
    position: absolute;
    left: 1rem;
    bottom: 3rem;
    width: 100%;
}