/* Auth
-------------------------------------------------- */

section.auth {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	height: calc(100vh - env(safe-area-inset-top));
	width: 100vw;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #FFF;
}
#auth-start,
#auth-signin,
#auth-signup,
#auth-forgot {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100%;
	width: 100%;
	padding: 115px 24px;
}
#auth-signup {
	padding-bottom: 24px;
}
#auth-start.show,
#auth-signin.show,
#auth-signup.show,
#auth-forgot.show {
	display: flex;
}
#auth-start {
	background: #FFF url(../img/frame-bg.svg) center center no-repeat;
	background-size: cover;
}
.auth .logo {
	margin-bottom: 78px;
	width: 264px;
}
.auth .main-title,
.auth .main-title span {
	display: none;
}
.auth button {
	justify-content: center;
	margin-bottom: 24px;
	width: 100%;
	max-width: 345px;
	height: 50px;
	font-size: 16px;
	font-weight: var(--fw700);
	line-height: 20px;
	letter-spacing: 0.2px;
}
.app.ios #btn-signup {
	display: none;
}
.auth .form button {
	margin: 0 auto;
	max-width: 400px;
}
#auth-signin .top,
#auth-signup .top,
#auth-forgot .top {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 115px;
	width: 100%;
}
#auth-signin .go-back,
#auth-signup .go-back,
#auth-forgot .go-back {
	top: 45.5px;
	left: 24px;
}
#auth-signin .subtitle,
#auth-forgot .subtitle {
	margin: 0 auto;
	color: #193766;
	font-size: 16px;
	font-weight: var(--fw600);
	line-height: normal;
	letter-spacing: -0.32px;
	text-align: center;
}
#auth-signin #link-forgot {
	margin: 0 auto;
	font-size: 16px;
	font-weight: var(--fw500);
	line-height: 24px;
	letter-spacing: -0.32px;
	background: linear-gradient(90deg, #046CC3 0%, #00C4FF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.auth .form input[type=text],
.auth .form input[type=email],
.auth .form input[type=password] {
	border: 2px solid transparent;
	background-color: #F4F4F4;
}
.auth .form input[type=checkbox] {
	border-color: #046CC3;
}
.auth .form input[type=checkbox]:checked {
	background-image: url(../img/checkbox-checked-alt.svg);
}
/*
.auth .form input[type=text]:focus,
.auth .form input[type=email]:focus,
.auth .form input[type=password]:focus {
	background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #046CC3 0%, #00C4FF 100%) border-box;
}
*/
/*
#auth-signup .top {
	margin-bottom: 36px;
}
#auth-signup .top .logo {
	flex: 0 1 128px;
	margin: 0;
	width: 128px;
}
#auth-signup .top button {
	margin: 0;
	height: auto;
	width: auto;
	padding: 11px 24px;
	font-size: 14px;
	font-weight: var(--fw600);
	line-height: normal;
	text-align: center;
}
*/
.auth .title {
	margin: 0 auto;
	width: 100%;
	padding: 0px 48px;
	font-size: 32px;
	font-weight: var(--fw600);
	line-height: normal;
	letter-spacing: 0.64px;
	text-align: center;
}
.auth .title.compact {
	font-size: 26px;
	letter-spacing: 0;
}
#auth-signup .pwd-info {
	display: block;
	margin: 12px 0 -12px;
	font-size: 12px;
	font-weight: var(--fw400);
	line-height: 18px;
	letter-spacing: -0.24px;
	background: linear-gradient(90deg, #046CC3 0%, #00C4FF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
#auth-signup .form-group.checkbox {
	display: flex;
	gap: 8px;
}
#auth-signup label.checkbox {
	margin-bottom: 0px;
	color: #000;
	font-size: 12px;
	font-weight: var(--fw300);
	line-height: normal;
}
#auth-signup label.checkbox a {
	color: #000;
	text-decoration: underline;
}

#signup-cta {
	position: absolute;
	top: auto;
	bottom: 30px;
	margin: 0 auto;
	font-size: 14px;
	font-weight: var(--fw500);
	line-height: 24px;
	letter-spacing: -0.32px;
	background: linear-gradient(90deg, #046CC3 0%, #00C4FF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

#splashscreen {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100000000;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	background: #FFF;
}
#splashscreen .logo {
	width: 260px;
}


/* Mobile
-------------------------------------------------- */

@media only screen and (max-width: 1024px) {
	
	.auth .form {
		flex-direction: column;
		width: 100%;
		max-width: 400px;
	}

}


/* Desktop
-------------------------------------------------- */

@media only screen and (min-width: 1025px) {
	
	#auth-signin,
	#auth-signup,
	#auth-forgot {
		background: #FFF url(../img/curved-bg.svg) center 300px no-repeat;
		background-size: cover;
	}
	.auth .logo {
		margin-bottom: 46px;
		width: 400px;
	}
	.auth .main-title {
		display: block;
		margin-bottom: 24px;
		color: #17335E;
		font-size: 40px;
		font-weight: var(--fw600);
		line-height: 48px;
		text-align: center;
	}
	.auth .main-title span {
		display: block;
		margin-top: 16px;
		color: var(--text-app, #193766);
		font-size: 20px;
		font-weight: var(--fw500);
		line-height: 24px;
		text-align: center;
	}
	.auth .title {
		padding: 0;
	}
	#signin {
		width: 420px;
		padding: 36px 24px;
		border-radius: 30px;
		background: #FFF;
		box-shadow: 0px 0px 98.7px 3px rgba(0, 194, 255, 0.17);
	}
	#auth-signin .top,
	#auth-signup .top,
	#auth-forgot .top {
		justify-content: space-between;
		padding: 36px;
	}
	.auth .top .logo {
		margin-bottom: 0px;
		width: 153px;
	}
	.auth .top .cta {
		display: flex;
		align-items: center;	
		font-size: 14px;
		font-weight: var(--fw600);
		line-height: normal;
		white-space: nowrap;
	}
	.auth .top button {
		margin: 0 0 0 24px;
		height: auto;
		font-size: 14px;
		font-weight: var(--fw600);
	}
	#signup {
		width: 688px;
		padding: 36px 24px;
		border-radius: 30px;
		background: #FFF;
		box-shadow: 0px 0px 98.7px 3px rgba(0, 194, 255, 0.17);
	}
	#auth-signup .pwd-info {
		margin-bottom: 0;
	}
	#auth-signin #link-forgot {
		font-size: 14px;
	}
	#auth-signup .form-group.checkbox {
		align-items: center;
	}
	#reset-pwd {
		width: 420px;
		padding: 36px 24px;
		border-radius: 30px;
		background: #FFF;
		box-shadow: 0px 0px 98.7px 3px rgba(0, 194, 255, 0.17);
	}
	
}