/* Common Style Start */
html,body
{
	background-color: transparent;
	height: 100%;
	width: 100%;
}
.login-content
{
	width: 100%;
	height: calc(100% - 80px);
	background-color: #ffffff;
	border-radius: 25px;
}
.login-logo
{
	display: none;
}
.login-logo.outside
{
	display: block;
	padding: 25px 0;
	width: 100%;
	background: rgba(0,0,0,.95);
	overflow: hidden;
	text-align: center;
}
.login-title,
.login-middle,
.login-forgotpassword
{
	width: 100%;
	padding: 0 32px;
}
.login-title
{
	font-size: 30px;
	font-family: industry;
	font-weight: 800;
	text-align: center;
	padding: 26px 0;
	line-height: 34px;
	color: #1d1e1f;
}
.paragraph
{
	margin-bottom: 10px;
	overflow: hidden;
}
.paragraph .label
{
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}
.paragraph .input
{
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #1d1e1f;
	text-indent: 16px;
	font-size: 18px;
	border: 1px solid #d7dde7;
	border-radius: 10px;
}
.paragraph.paragraph-btn
{
	margin: 18px 0;
}
.login-btn
{
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #dd0000;
	border-radius: 25px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	font-size: 16px;
}
.login-btn:hover
{
	background-color: #b00000;
}
.labelErrorDesc
{
	font-size: 13px;
	width: 100%;
	color: #fe0000;
}
.labelValidDesc
{
	font-size: 13px;
	width: 100%;
	color: #008000;
}
.labelErrorDesc a,
.labelErrorDesc a:hover
{
	color: #fe0000;
	text-decoration: underline;
}
.paragraph-checkbox .section
{
	display: inline-block;
	margin-bottom: 40px;
}
.section-checkbox
{
	float: left;
}
.section-forget
{
	float: right;
}
.paragraph-checkbox::after
{
	clear: both;
}
.section-checkbox .reg-checkbox
{
	position: relative;
	font-weight: 400;
	font-size: 13px;
	color: #a5a6a7;
	padding-left: 24px;
}
.section-checkbox .reg-checkbox input[type="checkbox"]
{
	height: 17px;
	width: 17px;
	margin-left: -22px;
	position: absolute;
	top: -4px;
}
.section-checkbox .linkme-note
{
	font-size: 12px;
	font-style: italic;
}
.section-forget .reg-link
{
	font-size: 13px;
	color: #004d9a;
}
.section-forget .reg-link:hover
{
	text-decoration: underline;
}
.login-bottom
{
	overflow: hidden;
	border-top: 1px solid #dcded0;
	text-align: center;
	height: 120px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.register-now
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 14px;
	color: #1d1e1f;
}
.register-now a
{
	color: #004d9a;
}
.paragraph-forgot-btns .login-btn
{
	margin-top: 25px;
}
.paragraph-forgot-btns .login-btn.cancel
{
	color: #1d1e1f;
	border: 1px solid #d7dde7;
	background-color: transparent;
}
.paragraph-forgot-btns .login-btn.cancel:hover
{
	border: 1px solid #1d1e1f;
	background-color: transparent;
}
@media (max-width: 767px) 
{
	.hidden-ph 
	{
		display: none !important;
	}
}
@media (max-width: 484px)
{
	.login-bottom
	{
		height: 110px;
	}
	.labelErrorDesc
	{
		font-size: 12px
	}
	.login-title
	{
		font-size: 28px;
	}
	.login-middle
	{
		padding: 0 24px;
	}
	.register-now
	{
		width: 200px;
	}
}
/* Common Style End */