.vmac-login-form-wrapper {
	max-width: 360px;
	margin: 0 auto;
}

.vmac-login-form {
	margin: 0;
}

.vmac-login-form__field {
	margin: 0 0 16px;
}

.vmac-login-form__label {
	display: block;
	margin: 0 0 6px;
	font-weight: 600;
}

.vmac-login-form__input {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #c3c4c7;
	border-radius: 4px;
	background: #fff;
	box-sizing: border-box;
}

.vmac-login-form__checkbox {
	display: flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	color: #50575e;
}

.vmac-login-form__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin: 0 0 12px;
	flex-wrap: wrap;
}

.vmac-login-form__actions {
	margin: 0 0 12px;
	text-align: center;
}

.vmac-login-form__logout {
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid #2271b1;
	border-radius: 3px;
	background: #2271b1;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	font-weight: 600;
}

.vmac-login-form__logout:hover {
	background: #135e96;
	border-color: #135e96;
	color: #fff;
	text-decoration: none;
}

.vmac-login-form__lostpassword {
	margin: 0 0 12px;
	font-size: 13px;
}

.vmac-login-form__lostpassword a {
	color: #2271b1;
	text-decoration: none;
}

.vmac-login-form__lostpassword a:hover {
	color: #135e96;
	text-decoration: underline;
}

.vmac-login-form__button {
	display: inline-block;
	padding: 6px 16px;
	border: 1px solid #2271b1;
	border-radius: 3px;
	background: #2271b1;
	color: #fff;
	cursor: pointer;
}

.vmac-login-form__button:hover {
	background: #135e96;
	border-color: #135e96;
}

.vmac-login-form__message {
	margin: 0 0 12px;
	padding: 8px 10px;
	border-radius: 4px;
	font-size: 13px;
}

.vmac-login-form__message--error {
	background: #fbeaea;
	border: 1px solid #d63638;
	color: #1d2327;
}

.vmac-login-form__logged-in {
	margin: 0 0 12px;
	padding: 10px 12px;
	border: 1px solid #c3c4c7;
	border-radius: 6px;
	background: #f6f7f7;
	color: #1d2327;
	font-weight: 600;
}
