
html{
	height: 100%;
}
.login-page{
	display: table;
	width: 100%;
	height: 100%!important;
	margin: 0px;
}
.lg-left{
	display: table-cell;
	height: 100%;
	text-align: center;
	background:#f7f7f7;
	vertical-align: middle;
	padding: 20px 0;
}
.lg-right{
	display: table-cell;
	height: 100%;
	width: 50%;
	vertical-align: top;
}
.btn-try-for-free:focus,
.btn-try-for-free,
.btn-get-it:focus,
.btn-get-it{
	background: #fff;
	font-size: 18px;
	line-height: 48px;
	height: 48px;
	width: 170px;
	padding: 0;
	border: 0;
	color: #ff982b;
	margin-top: 50px;
	text-decoration: none;
}
.btn-try-for-free:focus,
.btn-try-for-free{
	line-height: 46px;
}
.btn-get-it:active,
.btn-get-it:hover{
	background:#f4f6f9;
	color: #ff982b;
	text-decoration: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.btn-try-for-free:focus,
.btn-try-for-free{
	margin: 0 0 0 20px;
	border: 1px solid rgb(216, 221, 230);
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.btn-try-for-free:active,
.btn-try-for-free:hover{
	color: #ff982b;
	text-decoration: none;
	background: #f7f7f7;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.lg-box{
	display: inline-block;
	vertical-align: middle;
	width: 410px;
	background:#fff;
	text-align: left;
	padding: 15px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.lg-wrap-logo{
	text-align: center;
	margin-bottom: 30px;
}
.forgot-password-page .lg-wrap-logo img,
.reset-password-page .lg-wrap-logo img,
.two-factor-auth .lg-wrap-logo img{
	max-width: 410px;
}
.lg-wrap-logo img{
	max-height: 60px;
}

.lgb-title{
	font-size: 23px;
	line-height: 27px;
	color:#333;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
}
.lg-box .txt-field{
	width: 100%;
	padding: 10px 12px;
	height: 40px;
	line-height: 19px;
	font-size: 16px;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.lg-box .txt-field::-webkit-input-placeholder {
	line-height: 21px;
}
.lg-box .t-field{
	margin-bottom: 10px;
}
.lg-box .t-checkbox{
	margin-top: 3px;
}
.lg-box .t-checkbox .icn-checkbox{
	width: 16px;
	height: 16px;
}
.lg-box .t-checkbox label{
	display: inline;
	margin: 0;
	font-size: 16px;
	line-height: 19px;
	font-weight: normal;
	vertical-align: top;
}
.lg-box .btn-log-in:focus,
.lg-box .btn-log-in{
	margin-top: 25px;
	width: 100%;
	padding: 0;
	text-align: center;
	font-size: 18px;
	height: 48px;
	line-height: 46px;
	text-decoration: none;
	color: #fff;
}
.lg-box .btn-log-in:active,
.lg-box .btn-log-in:hover{
	text-decoration: none;
	color: #fff;
}
.lg-wrap-social-btns{
	text-align: center;
	margin-top: 25px;
}
.lg-wrap-social-btns .t{
	font-size: 16px;
	line-height: 19px;
	color: #333;
	margin-bottom: 12px;
}
.lg-wrap-social-btns .btn{
	margin: 0 3px;
	width: 26px;
	height: 26px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.lg-wrap-social-btns .btn-social-icon > :first-child{
	font-size: 1.2em;
	line-height: 26px;
}
.lg-bottom-link{
	margin-top: 30px;
}
.lg-bottom-link a:not(#resend_2fa){
	font-size: 14px;
	line-height: 17px;
	color: #b2b2b2;
	text-decoration: none;
}
.lg-bottom-link > div{
	position: relative;
	float: left;
	width: auto;
	max-width: 33.333333%;
	margin: 0 5px 0 5px;
	text-align: center;
	padding-left: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.lg-bottom-link > div:first-child{
	padding-left: 0;
}
.lg-bottom-link > div:after{
	content: "";
	width: 3px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #b2b2b2;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.lg-bottom-link > div:first-child:after{
	content: '';
	display: none;
}
.lg-not-customer{
	line-height: 48px;
	font-size: 16px;
	color: #333;
	margin: 0 auto;
	max-width: 300px;
	margin-top: 20px;
	white-space: nowrap;
}
.lg-error{
	color: #e04b33;
}
.lg-success{
	color: #68a952;
}
.lg-warning{
	color: #f5c336;
}
.lg-info{
	color: #5886d4;
}

.login-promo{
	width: 100%;
	height: auto;
	position: absolute!important;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.login-promo-text{
	padding: 100px 30px;
}
.lg-title{
	font-size: 50px;
	line-height: 120%;
	color: #fff;
	font-weight: 300;
	margin-bottom: 10px;
	font-family: 'Lato', sans-serif;
}
.lg-sub-title{
	color: #fff;
	max-width: 60%;
	font-size: 22px;
	line-height: 140%;
	padding-top: 15px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}
.anystretch{
	left: 0px;
	top: 0px;
	position: absolute;
	overflow: hidden;
	z-index: -999998;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
@media only screen and (max-width:1281px) {
	.lg-title {
		font-size:40px!important;
		margin-bottom: 10px;
	}
	.lg-sub-title{
		font-size: 20px!important;
		padding-top: 5px;
	}
	.btn-get-it,
	.btn-get-it:focus,
	.btn-get-it:active,
	.btn-get-it:hover{
		margin-top: 40px;
	}
}
@media only screen and (max-width: 1024px) {
	.lg-left{
		width: 100%;
	}
	.lg-right {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.lg-left{
		padding: 10px;
	}
	.lg-box{
		max-width: 100%;
		width: 100%;
		padding: 10px;
	}
	.lgb-title{
		font-size: 20px;
		line-height: 23px;
	}
	.lg-bottom-link{
		text-align: center;
		margin-top: 20px;
		padding-bottom: 10px;
	}
	.lg-bottom-link > div{
		float: none;
		padding: 0;
		width: auto;
		margin: 10px 10px 0 10px;
		display: inline-block;
		vertical-align: top;
		text-align: center;
	}
	.lg-bottom-link > div:after{
		content: '';
		display: none;
	}
	.lg-not-customer{
		max-width: none;
		text-align: center;
		margin-top: 10px;
	}
	.btn-try-for-free{
		display: block;
		margin: 0 auto;
	}
}
.lg-title p , 
.lg-sub-title p {

    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.anystretch{
    z-index: 0;
}
.lg-left,
.lg-right{
    position: relative;
    z-index: 1;
}

#resend_2fa{
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
}











