/** Shopify CDN: Minification failed

Line 33:61 Unexpected "{"

**/

customer-login {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background-color: var(--background_color);
	overflow: hidden;
	color: var(--primary_text);
}


.customerWrapper {
	width: 100%;
	display: flex;
	align-items: center;
}

.accountPage--cancleBtn{
	cursor: pointer;
}

.customerWrapper {
	min-height: calc(100vh - var(--header-height) - var(--announcement-height) - var(--footer-height));
}

.Button--PrimaryOnLight .accountPage--cancleBtn::after,
.Button--PrimaryOnLight:hover .accountPage--cancleBtn::after,{
	background-color: var(--primary_grey);
}
.Button--PrimaryOnLight .accountPage--cancleBtn,
.Button--PrimaryOnLight:hover .accountPage--cancleBtn{
	color: var(--primary_grey);
}

#rc_login a{
	color: var(--primary_grey);
	text-decoration: underline;
}

#createAcc{
	color: var(--primary_grey);
}

.Account--BackgroundImage {
	width: 100%;
	height: 100%;
}

.Account--BackgroundImage_Image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 0;
}

.order-Wrapper .Dropdown {
	width: 100%;
}

.input-container[aria-hidden="true"]{
	opacity: 0;
	display: none;
	visibility: hidden;
}

.input-container[aria-hidden="false"]{
	opacity: 1;
	display: block;
	visibility: visible;
}

.animatedContent.input-container[aria-hidden="false"]{
	opacity: 0;
}

.no-js .animatedContent.input-container[aria-hidden="false"]{
	opacity: 1;
}


#backtoLogIn{
	margin-left: auto;
	margin-right: auto;
}


.recoveryWrapper {
	display: flex;
	margin-bottom: 16px;
}


@media screen and (min-width: 768px) {
	.customerWrapper {
			width: fit-content;
	}


	}

@media screen and (min-width: 1025px) {
	.accountPage--register{
		width: 550px;
}
}
@media screen and (min-width: 1440px) {

	.Address-Informations {
			max-width: 608px;
	}

	.Customer-Info-Col1 {
			width: 100%;
			max-width: 296px;
	}

	.Customer-Info-Col2 {
			width: 100%;
			max-width: 296px;
	}
}

@media screen and (min-width: 1920px) {

	.Address-Informations {
			max-width: 848px;
	}

	.Customer-Info-Col1 {
			max-width: 416px;
	}

	.Customer-Info-Col2 {
			max-width: 416px;
	}
}