@charset "UTF-8";
/* CSS Document */


.center{
	height: 100%;
	width: 100%;
	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-items: center;
  	z-index: 2;
	position: relative;
	}
	
#left{
	height: 100%;
	height: 100vh;
	width: 35%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 30px;
	}
	
#left .center form{
	width: 100%;
	max-width: 350px;
	text-align: center;
	}

#left .center form #logo{
	max-width: 175px;
	margin-top: -60px;
	margin-bottom: 30px;
	}

#left .center form .g-recaptcha{
	height: 78px;
}

#left .center form .g-recaptcha > div{
	margin-left: auto;
	margin-right: auto;
}

#left .center form a#btnSubmit{
	margin: 10px 0 30px 0;
	}

#left .center form a#btnSubmit .fa{
	font-size: 17px;
	}

#left .center form .links{
	overflow: hidden;
	}

#left .center form .links a:first-child{
	float: left;
	}

#left .center form .links a:last-child{
	float: right;
	}

#left .center form .links{
	overflow: hidden;
	}

#left #appLinks{
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	}

#left #appLinks a{
	margin: 0 10px;
	}

#left .copyright{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	opacity: .4;
	z-index: 2;
	}
	
#right{
	height: 100%;
	height: 100vh;
	width: 65%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 20px;
	overflow: hidden;
}

#right .center{
	position: relative;
	z-index: 0;
}

#right .center #workflowBrowser{
	width: 450px;
	margin-bottom: 40px;
}

#right .center a.learnMore{
	font-weight: 700;
	color:#23DDCD;
}

#right .center a.learnMore span{
	display: inline-block;
	vertical-align: middle;
}

#right .center a.learnMore img{
	width: 15px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

#right .center .shape{
	position: absolute;
	top: -46%;
	right: -51%;
	z-index: -1;
	transform: rotate(-21deg);
}




/*------------- GoNative Stuff ---------------------------*/

body.goNative #left{
	width: 100%;
}

body.goNative #right{
	display: none;
}

body.goNative #left .center form .links a{
	font-size: 14px;
}

body.goNative #left #appLinks{
	display: none;
}

/*-------------Media Queries---------------------------*/


@media all and (max-width: 1200px) {
	#right #bubbleGroupColor {
	    left: -30px;
	    height: 150px;
	}

	#right #bubbleGroupBlue {
	    right: 30px;
	    width: 400px;
	}
}

@media all and (max-width: 960px) {
	#left{
		width: 40%;
	}

	#left .center form .links a{
		font-size: 14px;
	}

	#right{
		width: 60%;
	}

	#right .center #workflowBrowser{
	    width: 350px;
	}
}

@media all and (max-width: 768px) {
	#left{
		width: 100%;
	}

	#right{
		display: none;
	}

	#left #appLinks a{
		margin: 0 5px;
	}
}

.or-divider {
	padding: 15px 0;
	display: flex;
	align-items: center;
	text-align: center;
	margin: 20px 0;
}

.or-divider::before,
.or-divider::after {
	content: '';
	flex: 1;
	border-bottom: 1px solid #ABB5BE;
}

.or-divider span {
	padding: 0 10px;
	color: #777;
	font-size: 14px;
}

.microsoft-login img {
	max-width: 100%;
	height: auto;
}
