.bg {
	width: 100%;
	background: url(../img/bg-login.png) no-repeat 50% 50% #212121;
	background-size: cover;
	text-align: center;
}

.login-logo {
	width: 100%;
	display: inline-block;
}

.login-logo img{
	width: 80%;
}

.login-logo p {
	margin: 20px 0;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 1px;
}

.centent {
	margin: 0 auto;
	width: 300px;
	position: relative;
	top: 18%;
	overflow-y: auto;
	overflow-x: hidden;
}

.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;
}

.login-input-box {
	position: relative;
	width: 100%;
	height: 40px;
}

.login-input:active {
	color: #FFF;
	border: 1px solid #FFF !important;
	box-shadow: 0 0 9px #929292 ;
}

.login-input:focus{
	color: #FFF;
	border: 1px solid #FFF !important;
	box-shadow: 0 0 9px #929292 ;
}

.login-input-box span, .login-input-box input {
	outline: none;
	border-radius: 4px;
}

.login-input-box input {
	color: #8e8e93;
}

.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;
}
.login-input-button {
	margin-top: 32px;
	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;
}

.login-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;
}

.forgot-password {
	margin: 20px 0;
}

.forgot-password 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{
	position: absolute;
	left: 0;
	top: -25px;
	color: #af1515;
	font-size: 12px;
	min-width: 700px;
	text-align: left;
}
