body.register #signup-form { display: none; }

.bs-bp-container-reg #buddypress #signup-form.standard-form fieldset { position: relative; } 

.bs-bp-container-reg #buddypress #signup-form.standard-form div.error {
    color: #ef3e46;
    display: inline-block;
    position: absolute;
    font-size: 14px;
    padding: 6px 12px;
    width: auto;
    background-color: transparent;
}

fieldset img.error {
	position: absolute;
    left: 0;
    top: 40px;
    z-index: 100;
}

.bs-bp-container-reg #buddypress #signup-form.standard-form div.error .pointer {
	position: absolute;
	width: 1.5em;
	height: 1em;
    top: -.85em;
    border: solid 1px;
    border-bottom: none;
    background: beige;
}

/* treatment section */
.field_108 { margin-top: 1em; }
.field_treatment img.error { top: -12px; }

#signup_email, #signup_email_confirm { margin-bottom: 0 !important; }
#signup_email_confirm { margin-top: 12px; }

.signup_password { margin-top: 12px; }

#register-page.success .btn-next { display: none !important; }

@media (max-width: 600px) {
	
	
	fieldset img.error { transform: scale(1.05); }
	
	/* treatment section */
	.checkbox-options { grid-template-columns: repeat(1, 1fr) !important; }
	
	.submit { flex-direction: column; }
	.submit>* { display: block !important; float: none !important; margin-top: .5em;  }
}