.logreg__body {
	min-width: 280px;
	max-width: 350px;
	padding: 10px;
	margin: 30px auto;
	overflow-x: auto;
	border-radius: 4px 4px 0;
	border-top: 4px solid var(--color-1);
	border-left: 1px solid var(--color-1);
	border-right: 1px solid	var(--color-1);
	border-bottom: 1px solid var(--color-1);
	background-color: white;
}
.logreg__header {
	margin-bottom: 15px;
	text-align: center;
}
.logreg__header h2 {
	font-size: 1.2em;
	font-weight: 500;
	margin: 0;
}
.logreg__items {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.logreg__item {
	margin-bottom: 10px;
	width: 100%;
}
.logreg__item:last-child {
	margin-bottom: unset;
}
.logreg__item_submit {
	display: flex;
	justify-content: center;
	margin-top: 5px;
}
.logreg__body .logreg__input {
	height: 38px;
	width: 100%;
	border: 1px solid #333
}
.logreg__body [type="checkbox"] {
	height: 22px;
	width: 22px;
	margin-right: 10px;
}
.logreg__body button {
	cursor: pointer;
}
.logreg__button {
	border: none;
	color: var(--color-1);
	background-color: transparent;
	cursor: pointer;
	height: 25px;
	display: inline-flex;
	align-items: center;
}
.logreg__body button img {
	height: 18px;
	width: 18px;
}
.logreg__item_checkbox {
	display: flex;
	align-items: center;
	height: 26px;
}
.logreg__item_checkbox > div {
	flex-basis: 50%;
}
.logreg__item_checkbox > div:first-child {
	display: flex;
	align-items: center;
	height: 100%;
}
.logreg__item_checkbox > div:last-child {
	text-align: right;
}
.logreg__or {
	display: inline-block;
	padding-top: 5px;
	color: var(--color-1);
	font-size: 1em;
	text-decoration: none;
}
