:root {
	--dark-tmp: #DADADA;
	--main-text-color: rgba(0, 0, 0, 0.7);
	--header-icon-color: rgba(0, 0, 0, 0.4);
	--red-color: #D35B09;
}

.full-width {
	width: 100% !important;
}

#registration-message {
	width: 100%;
	height: auto;
	max-width: 380px;
	padding: 28px 42px;
	margin: 0 auto 40px;
	font-size: var(--text-size);
	color: #fff;
	font-weight: 300;
	border-radius: 16px;
}

#forgot-password-link, #back-to-registration, .form-tab {
	cursor: pointer;
	text-align: left;
	color: var(--red-color);
}

#registration-message.invalid_email, #registration-message.invalid_password, #registration-message.invalid_hash, #registration-message.invalid_checkbox, #registration-message.yoda_says {
	background-color: var(--red-color);
}

#registration-message.email_exists {
	background-color: var(--red-color);
}

.b77-registration-widget {
	max-width: 380px;
	margin: 0 auto 60px;
	text-align: center;
	border: 1px solid var(--red-color);
	border-radius: 16px;
}

.b77-registration-widget ul {
	margin: 0 !important;
	padding: 0;
}

.b77-registration-widget a, .b77-registration-widget a:hover {
	color: var(--accent-color);
	text-decoration: underline;
}

#registration-widget, #forgot-widget {
	display: none;
}

#registration-widget.active, #forgot-widget.active {
	display: block;
}

.checkbox-wrapper {
	text-align: left;
}

.forgot-title {
	text-align: center;
	font-size: 22px;
	line-height: 24px;
	font-weight: 400;
}

.forgot-description {
	text-align: center;
	font-size: 18px;
	line-height: 20px;
}

.forgot-description {
	margin: 40px auto 25px;
}

.mb-15 {
	margin-bottom: 15px;
}

.checkbox-wrapper {
	display: flex;
	align-items: center;
}

.checkbox-box {
	width: 22px;
	height: 22px;
	margin-right: 8px;
	position: relative;
}

.form-bottom-link {
	font-size: 14px;
	font-weight: bold;
	margin-top: 40px;
	color: var(--red-color);
}

.form-bottom-link span {
	text-decoration: underline;
	cursor: pointer;
}

#must-fill {
	display: none;
}

.b77-registration-widget input[type=text], .b77-registration-widget input[type=email], .b77-registration-widget input[type=password] {
	margin-bottom: 9px;
	background: transparent;
	border: none;
	border-bottom: 1px solid var(--border-color-light);
	outline: none;
	height: 30px;
	font-size: 16px;
	font-weight: 300;
	color: var(--text-color);
	transition: var(--transition);
	width: 100%;
}

.b77-registration-widget input:not([type=checkbox]):focus {
	border-bottom: 1px solid var(--accent-color) !important;
	background-color: transparent !important;
}

.b77-registration-widget input[type=checkbox] {
	font-family: 'Jost';
	background: transparent;
	border: 1px solid var(--border-color-light);
	outline: none;
	height: 30px;
	font-size: 20px;
	line-height: 16px;
	color: var(--text-color);
	transition: var(--transition);
}

button[type=submit] {
	border: 1px solid var(--accent-color);
	background-color: var(--accent-color);
	color: var(--text-light-color);
	border-radius: 80px;
	font-size: 20px;
	line-height: 16px;
	height: 50px;
	width: 100%;
	margin-top: 20px;
	cursor: pointer;
	margin-bottom: 15px;
}

button[type=submit]:disabled {
	opacity: .5;
	cursor: not-allowed;
}


.b77-registration-widget label[for=policy] {
	font-size: 14px;
}

.form-header ul {
	display: flex;
	height: 52px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.form-header li {
	list-style-type: none;
	align-items: center;
	justify-content: center;
	height: 52px;
	width: 50%;
	cursor: default;
}

.form-header li > div {
	width: 200px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.form-header li:first-child, .form-header li:first-child > div {
	border-top-left-radius: 16px;
}

.form-header li:last-child, .form-header li:last-child > div {
	border-top-right-radius: 16px;
}

.form-header li.active {
	z-index: 2;
}

.form-header li.active > div {
	background-color: #fff;
}

.form-header li.active:first-child > div {
	border-top-right-radius: 16px;
	width: 190px;
}

.form-header li:not(.active):first-child > div > div {
	transform: translateX(-5px);
}

.form-header li.active:last-child > div {
	border-top-left-radius: 18px;
	width: 190px;
}

.form-header li:last-child:not(.active) > div {
	width: 200px;
}

.form-header li:not(.active):last-child > div > div {
	transform: translateX(5px);
}

.form-body-item {
	display: none;
}

.form-body-item.active {
	display: block;
}

.form-header ul {
	display: flex;
	margin: 0;
	padding: 0;
}

.form-header li {
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 52px;
	width: 50%;
	cursor: default;
}

.form-header li:first-child {
	border-top-left-radius: 18px;
}

.form-header li.active:first-child {
	border-top-right-radius: 16px;
}

.form-header li:last-child {
	border-top-right-radius: 16px;
}

.form-header li:not(.active) {
	background-color: rgb(225 101 17 / 9%);
}

.form-body {
	padding: 30px 20px;
}

.form-body-item {
	display: none;
}

.form-body-item.active {
	display: block;
}

.signin-modal-dialog {
	width: max-content !important;
	background: transparent !important;
}

.registration-form .iti {
	width: 100%;
	margin-bottom: 9px;
}

@media screen and (max-width: 480px) {
	#registration-message, .b77-registration-widget {
		margin: 0 auto 30px;
	}
}
