body.com-comprofiler.view-login #sp-component .sp-column {
    display: flex !important;
    justify-content: center !important;
}

body.com-comprofiler.view-login form.cbLoginForm {
    width: 450px !important;
    max-width: calc(100% - 30px) !important;
}

body.com-comprofiler.view-registers .cbRegistrationTitle {
    text-align: center !important;
}

body.com-comprofiler.view-registers .cbRegistrationHeader {
    text-align: center !important;
}



body.com-comprofiler.view-registers #sp-component .sp-column {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

body.com-comprofiler.view-registers .cbRegistration {
    width: 750px !important;
    max-width: calc(100% - 30px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.com-comprofiler.view-registers .cbRegistrationHeader {
    width: 100% !important;
    text-align: center !important;
}