.handskin-auth {
	width: min(calc(100% - 40px), 560px);
	margin: 70px auto 100px;
}

.handskin-auth__panel {
	padding: 48px;
	border: 1px solid #e8e8e8;
	background: #fff;
}

.handskin-auth__eyebrow {
	margin: 0 0 10px;
	color: #999;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .16em;
}

.handskin-auth h1 {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
}

.handskin-auth__intro {
	margin: 12px 0 30px;
	color: #777;
	font-size: 13px;
	line-height: 1.7;
}

.handskin-auth__form {
	display: grid;
	gap: 10px;
}

.handskin-auth__form label {
	margin-top: 8px;
	font-size: 12px;
	font-weight: 700;
}

.handskin-auth__form input:not([type="checkbox"]) {
	width: 100%;
	height: 48px;
	padding: 0 14px;
	border: 1px solid #ddd;
	border-radius: 0;
	background: #fff;
	outline: 0;
}

.handskin-auth__form input:focus {
	border-color: #222;
}

.handskin-auth__form button {
	height: 50px;
	margin-top: 18px;
	border: 0;
	background: #222;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
}

.handskin-auth__check {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 400 !important;
}

.handskin-auth__switch,
.handskin-auth__help {
	margin: 24px 0 0;
	color: #777;
	font-size: 12px;
	text-align: center;
}

.handskin-auth__help {
	margin-top: 10px;
}

.handskin-auth__switch a,
.handskin-auth__help a {
	color: #111;
	font-weight: 700;
	text-decoration: underline;
}

.handskin-auth .woocommerce-error,
.handskin-auth .woocommerce-message,
.handskin-auth .woocommerce-info {
	margin: 0 0 20px;
	padding: 14px 16px;
	border: 0;
	background: #f6f6f6;
	font-size: 12px;
	list-style: none;
}

@media (max-width: 600px) {
	.handskin-auth {
		margin: 40px auto 70px;
	}

	.handskin-auth__panel {
		padding: 28px 20px;
	}
}
