.notice-branding-badge {
    cursor: pointer;
    border-radius: 4px 0 0 0;
    border: 1px solid #ff000044;
    border-bottom: none;
    border-right: none;
    padding: 4px;
    height: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4000;
    width: auto;
    clear:both;
}

.notice-branding-badge img {
    /*width: 80px;*/
    height: 8px;
    border-radius: 0;
    position: relative;
    bottom:8px;
}

.form-branding-badge {
    cursor: pointer;
    border-radius: 8px 0 0 0;
    border: 1px solid #ff000044;
    border-bottom: none;
    border-right: none;
    padding: 10px 8px 8px 8px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4000;
    width: auto
}

.form-branding-badge img {
    width: 100px;
    border-radius: 0;
}

.form-managed-badge {
    cursor: not-allowed;
    border-radius: 0 8px 0 0;
    border: 1px solid #ff000044;
    border-bottom: none;
    border-left: none;
    padding: 5px 8px 8px 4px;
    height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4000;
    width: auto;
    font-size: 9pt;
}

.form-branding-badge {
    cursor: pointer;
    border-radius: 8px 0 0 0;
    border: 1px solid #ff000044;
    border-bottom: none;
    border-right: none;
    padding: 10px 8px 8px 8px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 4000;
    width: auto
}

.form-branding-badge img {
    width: 100px;
    border-radius: 0;
    position: relative;
    bottom: 8px;
}

#se-registration-form {
}

#se-registration-form .reg-toolbar  {
    display:flex;
    padding:0;
    justify-content: space-around;

}
#se-registration-form .reg-toolbar label {
    display: inline-block;
    font-size: 9pt !important;
    margin-bottom: 30px;
}

#se-registration-form .existing-customer-company {
}

#se-registration-form .new-customer-company {
    display: none;
}

#se-registration-form .company-fields {
    display: none;
}