.custom {
	&.password-container {
		padding-top: 0;
		box-sizing: border-box;
	}

	&.password-container--bg::after {
		content: "";
		display: block;
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.5);
	}

	&.password-page-login {
		display: block;
	}

	&.password-login-link,
	&.store-owner,
	&.shopify-copyright {
		display: none;
	}

	&.password-header {
		position: relative;
		border-bottom: none;
		padding: 56px 0 0 0;

		.columns {
			justify-content: center;
		}
	}

	h1& {
		position: relative;
		font-size: 30px;
		margin: 40px 0 16px 0;
	}

	&.subtitle {
		font-family: "Kumbh Sans Regular", sans-serif;
		font-weight: 300;
		font-size: 17px;
		line-height: 1.3;
		color: #fff;
		margin-bottom: 40px;
	}

	fieldset button.custom.submit {
		color: #242728 !important;

		svg path {
			fill: none;
			stroke-width: 1;
			stroke: #242728;
		}
	}

	fieldset input.password_field& {
		color: #242728;
		background-color: #fff;
		outline-color: rgb(234, 204, 204);

		&::placeholder {
			color: rgba(0, 0, 0, 0.4);
		}
	}

	.form-notification.error {
		color: #fff;
		margin-top: 8px;
	}

	@media only screen and (min-width: 1068px) {
		&.password-page-login,
		&.password-content {
			padding: 0 0 100px 0;
		}
	}

	@media only screen and (max-width: 768px) {
		&.password-logo {
			max-height: 100% !important;
			width: 70%;
			margin: 0 auto;
		}
	}
}
