/*!******************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/pages/css/sign-in.css ***!
  \******************************************************************************************/
/**
 * Page : my account 
 */
.welcome {
	background: white;
	border-radius: var(--f7-list-inset-border-radius);
	margin: 35px 0 60px;
	box-shadow: 0 0 20px 0px #f0f0f0;
}
[dir="rtl"] .welcome {
	flex-direction: row;
}
[dir="ltr"] .welcome {
	flex-direction: row-reverse;
}
.welcome .login-desc {
	background: url(/images/bg-pattern-211df29235cc688c4892.png);
	color: var(--f7-theme-text-light-color);
	padding: 30px 35px;
	position: relative;
}
.welcome .login-desc .title {
	font-size: 15px;
	margin: 0;
	color: var(--f7-theme-text-light-color);
	line-height: 20px;
}
.welcome .login-desc .title strong {
	color: rgb(255 170 59);
}
.welcome .login-desc .title:after {
	content: '';
	height: 4px;
	width: 8%;
	background-color: transparent;
	display: block;
	margin-top: 9px;
	border-radius: 10px;
}
.welcome .login-desc .features-swiper {
	overflow: inherit;
	height: 435px;
	overflow: hidden;
}
.welcome .login-desc .features-swiper .swiper-pagination {
	width: auto;
	left: unset;
	bottom: -26px;
}
.welcome .login-desc .features-swiper .swiper-pagination-bullet {
	background: #6e8686;
	opacity: 1;
}
.welcome .login-desc .features-swiper .swiper-pagination-bullet-active {
	background: rgb(52 209 255);
}
.welcome .login-desc .features-swiper .desc {
	font-size: 40px;
	font-weight: 900;
	line-height: 68px;
	padding: 30px 0;
	text-shadow: 0px 5px 0px rgb(81 57 34 / 15%);
}
.welcome .login-desc .arrow {
	position: absolute;
	width: 50px;
	height: 50px;
	background: #ff9d1d;
	border-radius: 50%;
	left: -25px;
	top: 250px;
}
.welcome .login-desc .arrow .icon {
	padding: 13px;
	font-weight: bold;
	color: white;

}
.welcome .login-desc .links {
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.welcome .login-desc .links a {
	color: var(--f7-theme-text-not-important-color);
}
.welcome .login-desc .links a:first-child:after {
	content: '•';
	padding: 0 5px;
	font-size: 30px;
	position: relative;
	top: 6px;
	color: #6e8686;
}
.welcome .login-form {
	background-color: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
}
.welcome .login-form .block {
	width: 350px;
}
.welcome .login-desc,
.welcome .login-form {
	height: 550px;
}
.welcome .login-form .item-input-outline {
	padding: 0;
}
[dir="rtl"] .welcome .login-desc {
	border-radius: 5px  var(--f7-list-inset-border-radius) var(--f7-list-inset-border-radius) 5px;
}
[dir="ltr"] .welcome .login-desc {
	border-radius: var(--f7-list-inset-border-radius) 5px 5px var(--f7-list-inset-border-radius);
}
.welcome p.account-recovery-desc {
	background: #f3f3f3;
	color: #333;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 10px 15px 10px;
}
.welcome .block-separator {
	display: grid;
	grid-template-columns: 1fr max-content 1fr;
	grid-column-gap: 1.2rem;
	align-items: center;
	padding-top: 0px !important;
	padding-bottom: 10px !important;
	margin: 0;
	color: #333;
}
.welcome .block-separator:after,
.welcome .block-separator:before {
	content: "";
	display: block;
	height: 5px;
	background-color: #ddd;
}

/* #Device : large */
@media only screen and (max-width: 1024px) {
	.welcome {
		margin: 0;
	}
}

/* #Device : medium */
@media only screen and (max-width: 768px) {}

/* #Device : small */
@media only screen and (max-width: 568px) {
	.welcome .login-desc,
	.welcome .login-form {
		height: auto;
		width: 100%;
		margin: auto;
	}
	.welcome .login-form .block {
		margin-top: 5px;
	}
	.welcome .login-desc {
		display: none;
	}
}

/* #Device : xsmall */
@media only screen and (max-width: 480px) {

}
