a#fileshare-rcv-link {
	overflow-wrap: anywhere;
}
div.page-fileshare-infotext {
	max-width: 1000px;
	color: #171d1c;
	padding-right: 30px;
	padding-left: 30px;
	font-family: 'hroman';
	font-size: 16px;
	line-height: 1.4;
	align-content: center;
}
div.fileshare-msgtext {
	height: 100px;
}
div.fileshare-errortext {
	height: 100px;
}
div.page-fileshare-spacer1 {
	min-height: 20px;
	max-height: 20px;
}

div.page-fileshare {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #ffda00;
}
div#page-fileshare-bgimage {
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}
div#page-fileshare-card {
	position: absolute;
	width: 300px;
	height: 300px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #ffffff;
	border-radius: 10px;
	text-align: center;
}
div#page-fileshare-card.card-enter-email {
	height: 440px;
}
div#page-fileshare-card.card-error {
	height: 335px;
}
div#page-fileshare-card.card-msg {
	height: 290px;
}
div#page-fileshare-card.card-sndrcv {
	height: 300px;
}
div#page-fileshare-card.card-snd {
	height: 520px;
}
div#page-fileshare-card.card-rcv {
	height: 390px;
}

div#page-fileshare-card-logo {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 25px;
}
img#page-fileshare-card-logoimg{
	width: 160px;
}
.fileshare-input{
	border-radius: 6px;
	font-family: hroman;
	font-size: 14px;
	background-color: #f4f7f9;
	border: 1px, solid #e8e8ea;
	width: 230px;
	padding-left: 15px;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 10px;
}
div.page-fileshare-btn {
	position: relative;
	color: white;
	font-family: hex;
	font-size: 14px;
	height: 43px;
	width: 250px;
	background-color: #171d1c;
	align-content: center;
	transition: all .3s ease 0ms;
	border-radius: 6px;
	left: 50%;
	transform: translateX(-50%);
}
div.page-fileshare-btn:hover {
	color: #171d1c;
	background-color: #ffda00;
}


