.bnx-member-auth-login .bnx-member-auth-form,
.bnx-member-auth-register .bnx-member-auth-form {
	width: 100%;
	max-width: 520px;
	margin: 40px auto;
}

.bnx-member-auth-login .bnx-member-auth-field,
.bnx-member-auth-login .bnx-member-auth-actions,
.bnx-member-auth-login .bnx-member-auth-links,
.bnx-member-auth-register .bnx-member-auth-field,
.bnx-member-auth-register .bnx-member-auth-actions {
	display: block;
	margin: 0 0 18px;
}

.bnx-member-auth-login .bnx-member-auth-field label,
.bnx-member-auth-register .bnx-member-auth-field label {
	display: block;
	margin: 0 0 8px;
	font-weight: 700;
	line-height: 1.5;
}

.bnx-member-auth-login .bnx-member-auth-field input[type="text"],
.bnx-member-auth-login .bnx-member-auth-field input[type="email"],
.bnx-member-auth-login .bnx-member-auth-field input[type="password"],
.bnx-member-auth-register .bnx-member-auth-field input[type="text"],
.bnx-member-auth-register .bnx-member-auth-field input[type="email"],
.bnx-member-auth-register .bnx-member-auth-field input[type="password"] {
	display: block;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.bnx-member-auth-login .bnx-member-auth-actions,
.bnx-member-auth-register .bnx-member-auth-actions {
	margin-top: 24px;
}

.bnx-member-auth-login .bnx-member-auth-actions button,
.bnx-member-auth-login .bnx-member-auth-actions input[type="submit"],
.bnx-member-auth-register .bnx-member-auth-actions button,
.bnx-member-auth-register .bnx-member-auth-actions input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 0.75em 1.5em;
	border: 0;
	border-radius: 4px;
	background: #1f2937;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	cursor: pointer;
}

.bnx-member-auth-login .bnx-member-auth-actions button:hover,
.bnx-member-auth-login .bnx-member-auth-actions button:focus,
.bnx-member-auth-login .bnx-member-auth-actions input[type="submit"]:hover,
.bnx-member-auth-login .bnx-member-auth-actions input[type="submit"]:focus,
.bnx-member-auth-register .bnx-member-auth-actions button:hover,
.bnx-member-auth-register .bnx-member-auth-actions button:focus,
.bnx-member-auth-register .bnx-member-auth-actions input[type="submit"]:hover,
.bnx-member-auth-register .bnx-member-auth-actions input[type="submit"]:focus {
	background: #111827;
	color: #fff;
}

.bnx-member-auth-login .bnx-member-auth-links {
	margin-bottom: 0;
}

.bnx-member-auth-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

@media (max-width: 600px) {
	.bnx-member-auth-login .bnx-member-auth-form,
	.bnx-member-auth-register .bnx-member-auth-form {
		max-width: none;
		margin: 28px auto;
	}

	.bnx-member-auth-login .bnx-member-auth-actions button,
	.bnx-member-auth-login .bnx-member-auth-actions input[type="submit"],
	.bnx-member-auth-register .bnx-member-auth-actions button,
	.bnx-member-auth-register .bnx-member-auth-actions input[type="submit"] {
		width: 100%;
	}
}
