	.ealogincontainer{
		font-family:Montserrat, Verdana, Arial, sans-serif;
		margin-top: 120px;
		width: 100%;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		margin-bottom: 120px;
	}
	.ealoginbox{
		max-width: 450px;;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		margin-bottom: 120px;
	}
	.ealoginsection{
		flex-basis: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: min(80%, 350px);
		max-width: 350px;
	}
	.ealoginruler{
		margin-top: 20px;
		width: 500px;
		max-width: 500px;
		border-bottom: solid thin lightGray;
		margin-bottom: 50px;
	}
	.ealogindiv{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.ealogocontainer img{
		max-height: 90px;
		max-width: 350px;
	}
	.arrevalogocontainer img{
		max-height: 35px;
		max-width: 350px;
	}
	.internalby{
		padding-top: 5px;
		padding-bottom: 10px;
		text-align: center;
		font-size: 22px;
		font-family:Montserrat, Verdana, Arial, sans-serif;
		color: #666666;
	}
	.ealogfbox{
		display: grid;
		grid-template-columns: 80px 1fr;
		column-gap: 10px;
		row-gap: 10px;
	}
	.ealoglabel{
		font-size: 0.7em;
		text-align: right;
		align-self: center;
	}
	.ealoginput input{
		font-size: 0.7em;
		width: 235px;
		align-self: center;
	}
	.ealogsubmit_button{
		margin-top: 30px;
		margin-bottom: 5px;
		width: 110px;
		height: 30px;
		border: 1px solid;
		background-color: #007672;
		color: white;
		font-size: 0.8em;
	}
	.ealoglink{
		color: #007672;
		padding-left: 3px;
	}
	.ealoginstr{
		margin-top: 7px;
		color: #007672;
		font-size: 0.7em;
	}
	.ealoglink a:link{	text-decoration: none; font-weight: bold; color: #007672;}
	.ealoglink a:visited{	text-decoration: none; font-weight: bold; color: #007672;}
	.ealoglink a:hover{	text-decoration: underline; font-weight: bold; color: #007672;}
	.ealoglink a:active{	text-decoration: none; font-weight: bold; color: #007672;}
	.tealtext{
		color: #007672;
	}
.ealogincyas{
	width: 350px;
	font-size: 0.7em;
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}
