/**/
.auth-form {
	display: none;
	text-align: center;
}
.auth-form.portfolio-auth {
	display: block;
	text-align: unset;
}
.switch-form-btns-cont {
	display: flex;
	justify-content: center;
	margin-bottom: 2rem;

}
.switch-form-btn {
	font-size: 1.2rem;
	color: #fff;
	border: none;
	border-radius: 1.9rem;
	background: #e62b25;
	padding: 1rem 2rem;
	margin-left: 2rem;
}
.switch-form-btn:hover {
	background: #921a1d;
}
body .accordion__content p.lead.bold {
    font-weight: bold;
}

.bx-system-auth-form form > table > tbody > tr:nth-child(3) {
  display: none !important;
}
