/*===============================================================================================================================
== COMMON ELEMENTS
===============================================================================================================================*/
#loginContent {
	margin: 0 auto;
	width: 400px;
	padding: 0;
}

#loginHeader {
	margin-top: 32px;
	text-align: center;
}

#loginHeader a {
	font-size: 24pt;
	font-weight: 300;
	color: #666;
	display: inline-block;
	vertical-align: middle;
}

#loginHeader img {
	width: 54px;
	height: 54px;
	vertical-align: middle;
	margin-top: 5px;
	margin-right: 5px;
}

.loginWhitePanel {
	margin-top: 70px;
	margin-bottom: 10px;
	padding: 10px 15px;
	border: 1px solid #ddd;
	background: white;
}

#loginUnderPanel {
	text-align: center;
}

#loginProgress {
	top: 80px;
}

#loginErrorPanel {
	margin: 0;
	padding: 10px;
	background-color: #fa8b8b;
	color: #ffffff;
	text-align: center;
	font-size: 11pt;
	display: none;
}

.loginFooter {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	height: 35px;
	color: white;
	z-index: 30;
	background-color: rgb(7, 71, 166);
	font-family: G2SDefaultFont, -apple-system, sans-serif;
}

.loginFooterLinks {
	position: absolute;
	display: inline-block;
	right: 15px;
	bottom: 10px;
}
.loginFooterLinks a {
	padding: 5px;
	color: white;
}
.loginFooterLinks a:hover {
	color: #e2ffb5;
}

.loginFooterCopyright {
	position: absolute;
	display: inline-block;
	left: 20px;
	bottom: 9px;
}

@media only screen and (max-width: 400px)
{
	#loginContent {
		width: 100%;
	}
	#loginHeader {
		margin-top: 0;
	}
	#loginBoxPanel {
		margin-top: 30px;
	}
	#loginProgress {
		top: 170px;
	}
	.loginFooter {
		display: none;
	}
}

.separator {
	margin: 10px auto;
	width: 300px;
  }

.or {
	text-align: center;
	font-size: 13px;
	background-image:linear-gradient(#888,#888),linear-gradient(#888,#888);
	background-size:45% 1px;
	background-position:center left,center right;
	background-repeat:no-repeat;
  }

  

/*===============================================================================================================================
== RESET PASSWORD SPECIFIC ELEMENTS
===============================================================================================================================*/
.resetPassLabel {
	font-size: 10pt;
	color: #444;
}

.resetPassLabelFooter {
	font-size: 9pt;
	color: #444;
	margin-bottom: 10px;
	display: inline-block;
}

/*===============================================================================================================================
== DOMAIN SELECTION ELEMENTS
===============================================================================================================================*/
#loginDomainTable {
	width: 100%;
	display: table;
}

.loginDomainItem {
	display: table-row;
	cursor: pointer;
	border-bottom: 2px solid #ccc;
}
.loginDomainItem:hover {
	background-color: #eee;
}

.loginDomainIcon {
	width: 80px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 15px 0;
}
.loginDomainIcon img {
	width: 64px;
	height: 64px;
}

.loginDomainInfo {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0;
}

.loginDomainTitle {
	font-size: 14pt;
	font-weight: bold;
}

.loginDomainDescription {
	color: #333;
}

/*===============================================================================================================================
== GOOGLE LOGIN BUTTON
===============================================================================================================================*/
.google-btn {
	height: 42px;
	background-color: #4285f4;
	border-radius: 4px;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
}
.google-icon-wrapper {
	position: absolute;
	margin-top: 1px;
	margin-left: 1px;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	background-color: #fff;
}
.google-icon {
	position: absolute;
	margin-top: 11px;
	margin-left: 11px;
	width: 18px;
	height: 18px;
}
.btn-text {
	float: left;
	margin: 11px 0 0 51px;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.2px;
}