body{
	background-color: #fffbf7;
}

.wrapper{
	font-family: Rubik, sans-serif;
	size: 14px;
	color:grey!important;
	width:97vw;
	height:100vh;
}


#left-panel{
	opacity:0.97;
	align-items: center;
	justify-content: center;
	background-color: white;
}

#eida-logo-left{

}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0px 1000px #fafafa inset;
	border: 1px solid #D0E2E4;
	outline: 0;
	width: 100%;
}

.form-input:focus-visible{
	-webkit-box-shadow: 0 0 0px 1000px #e8f1ff inset !important;
	border: 1px solid #D0E2E4;
	outline: 0;

}

.form-input{
	-webkit-box-shadow: 0 0 0px 1000px #fafafa inset !important;
	border: 1px solid #D0E2E4;
	outline: 0;

}




#eye-close:hover, #eye-open:hover{
	opacity: .9;
	cursor: pointer;
}

#left-side{
	display: inline-flex;
}

#right-side{
	display: inline-flex;
	background: #fafafa;
}

#login-area-container{
	border-radius:15px;
	max-width:550px!important;

}

#login-form-container{
	border: 1px solid lightgrey;
	border-radius:10px;
	width:100%;

}

#eida-text .display-1 {
	color: rgba(250, 250, 250, 0.75);
}

#eida-signIn, #eida-signIn-with-google{
	border-radius: 15px !important;
	width: 100%;
}
#forgot-password{
	color:#2D5FFE!important;
}

#forgot-password:hover{
	opacity: .9;
	cursor: pointer;
	text-decoration: none;
}
#forgot-username{
	color:#2D5FFE!important;
}

#forgot-username:hover{
	opacity: .9;
	cursor: pointer;
	text-decoration: none;
}


.field{
	border: 1px solid rgba(240, 240, 240, 1);
	font-size: 1.2rem;
	line-height:0.5rem; /* for IE */
	height: 40px;
	width: 20vw;
	padding:1rem;
}

.light-border{
	border: 1px solid rgba(240, 240, 240, 1);
}

#logo-container{
	display:flex;
	align-items:center;
	justify-content:center;
}
#eida-logo{
	width:480px;
	height:562px;
}

#info-area{
	display:flex;
	align-items:center;
	justify-content:flex-end;
}

.logo-login{
	width:200px;
	padding:2rem;
}

.google-b{
	color:#4285F4;
}
.google-r{
	color:#EA4335;
}
.google-y{
	color:#FBBC05;
}
.google-g{
	color:#34A853;
}

.google{
	background-color: white;
}

.h-35 {
	height: 35%!important;
}

#right-panel-container{
	display:flex;
	align-items:center;
	justify-content: center
}

.bg-grey{

}

.text-eida-orange{
	color: #2d5ffe;
}

.link{
	text-decoration: underline;
}

.link:hover{
	text-decoration: none;
}

.mt-50{
	margin-top: 25%;
}

.mb-50{
	margin-bottom: 25%;
}

.bg-eida-orange{
	background-color: #bebebe  !important;
}

body{
	/*	background-image:url(/image/eida-icon-xl.png);*/
}

#portrait-mode-header{
	display:none;
	font-size:2rem;
	color:white;
	padding:1rem;
	text-align:center;

}



@media (orientation:portrait){
	#left-side{
		display:none
	}

	#right-side{
		width:100%!important;
		justify-content:center;
	}
	#portrait-mode-header{
		display:block!important
	}
}

.error-message
{
	padding: 20px;

	background-color: #f2dede;
	color: #a94442;
	border: 1px solid #ebcccc;
}

#show-hide-eye{
	min-width: 30px;
}

.hover:HOVER {
	cursor: pointer;
}

.contactSupportContainer {
	display: flex;
	flex-direction: column;
}

.contactSupportHeader {
	text-align: center;
	padding-top: 30px;
}

.contactSupportHeaderText {
	margin-bottom: 0;
	color: rgb(45, 95, 254);
}

.contactSupportContent {
	display: flex;
	flex: 1;
}

.contactSupportColumn {
	flex: 1;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	margin-top: 1rem;
	text-align: center;
}

.contactSupportColumnLeft {
	border-right: 1px solid black;
}

.contactSupportColumnRight {
	border-left: 1px solid black;
}

.contactSupportInnerContent {
	width: 100%;
	padding: 10px;
}

.contactSupportLinkText {
	margin-bottom: 0;
}

.contactSupportSmallText {
	padding-top: 4px;
	font-size: 0.8em;
}