#login ul {
	margin-left: 7px;
	width: 440px;
}

#login ul li {
	height: 57px;
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	background-color: #fff;
}

#login ul li.unactive {
	height: 50px;
	background-color: #007AC6;
	margin-top: 7px;
	width: calc(50% - 7px);
	text-align: center;
   

}

#login ul li.unactive.first {
	 box-shadow: -3px 0px 1px #777 inset;
}
#login ul li.unactive.last {
	 box-shadow: 3px 0px 1px #777 inset;
}


#login ul {
	height: 57px;
}

	#login ul li.unactive span {
		color: #fff;
		text-decoration: none;
		line-height: 45px;
		padding-top: 20px;
	}

#login ul li span {
		color: #007AC6;
		text-decoration:none;
		line-height: 52px;
		margin-top: 20px;
}

#login .loginWelcome {
	color:#3b3b3b;
	font-size:10px;
	background-position:left center;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	line-height:22px;
}

#login hr {
	border-top:1px solid #484848;
	border-bottom: 1px solid #dbdbdb;
	border-left:none;
	border-right:none;
	margin:5px 0;
}

    #login .loginInputs {
        margin: 15% 0 12% 0;
    }

#login .loginInputs input[type="text"],
#login .loginInputs input[type="password"]
{
	display:block;
	width: 100%;
}

input.username {
/*	background-image:url(../images/userIcon.png);*/
}

input.password {
	/*background-image:url(../images/passwordIcon.png);*/
}

#login .loginRememberMe {
	margin:3px 0;
	font-size:10px;
	line-height:12px;
	display:none;
}

#login .loginActions button {
	font-family: Arial;
}

#login .loginActions .loginButton {
	color:#dee8f1;
	text-shadow:-1px 1px #ac6e2e;
	line-height:24px;
	border:1px solid #333333;
	border-radius:6px;
	text-transform:uppercase;
	padding:0 20px;
}

#login .loginActions .loginButton:hover {
	cursor:pointer;
	box-shadow:0 0 3px white inset;
}

#login .loginActions .loginButton:active {
	box-shadow:none;
}

.loginError {
	border-radius: 5px 5px 0 0;
	margin: 0 10px;
	padding: 6px 9px;
	position: relative;
	text-align: center;
	width: 210px;
	line-height: 15px;
	left: 50%;
	margin-left: -110px;
}

.loginLogoIng {
	height: 24px;
	background-position: right center;
	background-repeat: no-repeat;
}

#login .google-signin-button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	height: 44px;
	padding: 0 14px;
	margin-top: 14px;
	border: 1px solid #cfd6e2;
	border-radius: 8px;
	background-color: #ffffff;
	color: #1f2937;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, color .15s ease;
}

#login .google-signin-button:hover {
	background-color: #f6f9ff;
	border-color: #b9c5d8;
	color: #111827;
	text-decoration: none;
}

#login .google-signin-button:active {
	animation: google-signin-click-blink .2s ease-out;
}

@keyframes google-signin-click-blink {
	0% {
		background-color: #ffffff;
		border-color: #cfd6e2;
		color: #1f2937;
	}

	50% {
		background-color: #f6f9ff;
		border-color: #b9c5d8;
		color: #111827;
	}

	100% {
		background-color: #ffffff;
		border-color: #cfd6e2;
		color: #1f2937;
	}
}

#login .google-signin-button:focus-visible {
	outline: none;
	border-color: #4285f4;
	box-shadow: 0 0 0 3px rgba(66, 133, 244, 0.2);
}

#login .google-signin-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
}

#login .google-signin-icon svg {
	display: block;
	width: 18px;
	height: 18px;
}

#login .loginActions .btn-login {
	margin-bottom: 8px;
}

/* Hide legacy OR separator span if stale cached markup still renders it. */
#login .loginActions > span {
	display: none;
}
