html.fullscreen-bg, html.fullscreen-bg body, html.fullscreen-bg #wrapper
	{
	height: 100%;
}

.bg {
	width: 100%;
	background: url(../img/bg-login.png) no-repeat 50% 50% #212121;
	background-size: cover;
	text-align: center;
	position: fixed;
}

.login-layout {
	overflow-y: auto;
	height: 100%;
}

.centent {
	margin: 0 auto;
	width: 320px;
	position: relative;
	top: 16%;
}

.login-logo {
	width: 100%;
	display: inline-block;
}

.login-logo img {
	width: 80%;
	max-width: 320px;
}

.login-logo p {
	margin: 18px 0;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 1px;
}

.form-auth-small {
	position: relative;
	padding-bottom: 20px;
}

.reset-input-box, .forget-input-box, .login-input-box {
	position: relative;
	width: 100%;
	height: 40px;
	margin-top: 20px;
}

.reset-input-box .form-control.reset-input, .forget-input-box .form-control.forget-input,
	.login-input-box .form-control.login-input {
	padding-right: 68px;
	height: 48px;
	border: solid 1px rgba(255, 255, 255, 0.9) !important;
	border-radius: 4px;
	background: none;
}

.reset-input:active, .forget-input:active, .login-input:active {
	color: #FFF;
	border: 1px solid #FFF !important;
	box-shadow: 0 0 9px #929292;
}

.reset-input:focus, .forget-input:focus, .login-input:focus {
	color: #FFF;
	border: 1px solid #FFF !important;
	box-shadow: 0 0 9px #929292;
}

.reset-input-box span, .reset-input-box input, .forget-input-box span,
	.forget-input-box input, .login-input-box span, .login-input-box input
	{
	outline: none;
	border-radius: 4px;
}

.reset-input-box input, .forget-input-box input, .login-input-box input
	{
	color: #8e8e93;
}

.reset-input-box input:focus, .forget-input-box input:focus,
	.login-input-box input:focus {
	background: none;
}

.shape {
	width: 30px;
	height: 30px;
	object-fit: contain;
}

.input-group-addon {
	background: transparent;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 54px;
	height: 40px;
	line-height: 40px;
	padding: 0;
	border: 0;
	text-align: center;
}

.btn-auth-common {
	margin-top: 20px;
	width: 100%;
	height: 48px;
	object-fit: contain;
	border: 0;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
	background-color: #fafafa;
}

.btn-auth-common span.button-text {
	width: 52px;
	height: 22px;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #000000;
}

.btn-auth-common.idm-login span.button-text {
	font-size: 14px;
}

.line_or {
	line-height: 1px;
	text-align: center;
	margin: 40px 0 20px 0;
	border-left: 120px solid #98a0a6;
	border-right: 120px solid #98a0a6;
	color: #98a0a6;
}

.logo-interchange {
	height: 25px;
	width: 25px;
	margin-right: 10px;
}

.quick-link {
	margin: 10px 0;
	text-align: left;
}

.quick-link a {
	font-size: 13px;
	color: #98a0a6;
}

.supported-by {
	width: 130px;
	text-align: right;
	height: 18px;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
}

.logo {
	width: 130px;
	height: 16.9px;
	object-fit: contain;
}

.version-num {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}

.register {
	margin: 50px 0 0 0;
	font-size: 13px;
	letter-spacing: 1px;
	color: #ffffff;
}

.register a {
	color: #d400ff;
}

.error-message {
	padding-top: 5px;
	color: #af1515;
	font-size: 12px;
	text-align: left;
	word-break: break-all;
}

.success-message {
	margin: 20px 0;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 1px;
}