﻿#imgMainLogo
{
	width: 76px;
	height: 62px;
	content: url(../../../images/v3/SaltilloIframe/faraway-loved.png);
	margin-top: 16px;
}

#lblHowVoiceDonationWorks
{
	color: #06B8FF;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 44.8px;
	margin-bottom: 40px;
}

.dv-central-block
{
	padding: 32px 24px;
	justify-content: center;
	align-items: center;
	border-radius: 24px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	background: #FFF;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
	width: 520px;
}

#dvRegisterWithYourEmail
{
	display: flex;
}

	#dvRegisterWithYourEmail > img
	{
		width: 48px;
		height: 48px;
		content: url(../../../images/v3/person.png);
		margin-right: 8px;
	}

#lblRegisterWithYourEmail
{
	color: #292929;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
}

#lblThisAllowYouToBring
{
	margin-top: 8px;
	color: #676F7A;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

#lblEmailAddress
{
	margin-top: 18.5px;
	color: #292929;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
}

#dvEmail
{
	display: flex;
	position: relative;
}

#txtEmail
{
	display: flex;
	height: 44px;
	padding: 4px 16px;
	align-items: center;
	flex: 1 0 0;
	border-radius: 24px;
	border: 1px solid #E6E7E9;
	background: #F7F7F7;
	width: calc(100% - 121px);
	margin-bottom: 3.5px;
}

#btnRegister
{
	margin-left: 6px;
	height: 44px;
}

#lblEmailValidation
{
	margin-top: 8px;
	color: #F73D62;
	margin-bottom: -8px;
}

#dvMainMenu
{
	box-shadow: unset !important;
	border-bottom: 0.556px solid rgba(0, 0, 0, 0.05);
	background: rgba(255, 255, 255, 0.95);
	backdrop-filter: blur(10px);	
}

/* Responsive part */
@media screen and (max-width: 802px)
{
	#dvMainMenu
	{
		box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.04);
	}

	.dv-central-block
	{
		width: 100%;
	}	

	#dvEmail
	{
		flex-direction: column;
		align-items: center;
	}

	#txtEmail
	{
		width: 100%;
		min-height: 44px;
	}

	#btnRegister
	{
		width: 115px;
		margin-top: 20px;
	}

	#lblThisAllowYouToBring
	{
		text-align: center;
	}

	#dvRegisterWithYourEmail
	{
		display: flex;
		flex-direction: column;
		align-items: center;
	}

		#dvRegisterWithYourEmail > img
		{
			margin-right: 0;
			margin-bottom: 8px;
		}

	#lblRegisterWithYourEmail
	{
		text-align: center;
	}

	body
	{
		padding-left: 24px;
		padding-right: 24px;
		background-color: white;
	}

	#imgMainMenuLogo
	{
		margin-left: unset;
		position: absolute;
		left: 24px;
		bottom: 17px;
	}

	#btnLoginMainMenu
	{
		position: absolute;
		right: 24px;
		bottom: 8px;
		display: block !important;
	}
}
