.login-box {
	position: absolute;
	width: 360px;
	top: 16px;
	right: 16px;
	font-size: 16px;
	font-weight: 400;
	padding: 16px;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.5) 100%), rgba(225, 223, 222, 0.5);
	backdrop-filter: blur(3.15px);
	border-radius: 16px;
}
.login-content,
.error-message {
	min-height: 220px;
	margin-bottom: 32px;
}

.login-box div,
.login-box input,
.login-box button {
	width: 100%;
}

.login-box p,
.login-box h1,
.login-box #pcform h4,
.login-box #pcform .red,
.login-box #pcform label.error,
.login-box .control-label,
.login-box #err {
	color: #1D1F23 !important;
}

.login-box a {
	color: #1D1F23 !important;
	font-weight: bold;
	text-decoration: underline; 
}

.login-box a:hover {
	text-decoration: none;
}

.login-box p,
.login-box h1 {
	margin: 0px;
}

.error-message p {
	margin-bottom: 8px;
}

.login-box h1 {
	font-size: 24px;
}

.login-box input,
.login-box button,
.license-expired-message button {
	height: 54px;
	padding: 10px 12px 10px 16px;
	border-radius: 16px;
	border: 0px none;	
	font-size: 16px !important;
}

.login-box input {
	margin-bottom: 8px;
	color: #1D1F23;
	background: #EFEEED;
}

.login-box button {
	color: #EFEEED;
	background: #141517;
}

.login-box button:hover,
.login-box button:focus,
.login-box button:active {
	color: #1D1F23;
	background: #B6F1FA;
}

.login-box input::placeholder { 
	color: #1D1F23
}

.login-box input::-ms-input-placeholder {
	color: #1D1F23
}

.login-box input:-webkit-autofill,
.login-box input:-webkit-autofill:hover, 
.login-box input:-webkit-autofill:focus {
	-webkit-text-fill-color: #1D1F23;
	-webkit-box-shadow: 0 0 0px 50px #EFEEED inset;
}

.login-box #show_password,
.login-box .show_password {
	position: absolute;
	display: flex;
	right: 16px;
	width: 54px;
	height: 54px;
	margin-top: -62px;
	border-radius: 16px;	
	justify-content: space-around;
	align-items: center;
	background: linear-gradient(90deg, rgba(239,238,237,0) 0%, rgba(239,238,237,1) 30%);
	cursor: pointer; 
}

.login-box #show_password img,
.login-box .show_password img {
	width: 24px;
	height: 24px;
}

.login-box .login-brand,
.login-box .login-brand img {
	height: 32px;
}

.login-box .login-message {
	padding-top: 32px;
	padding-bottom: 16px;
}


.login-box .login-two-factor {
	position: absolute;
	width: 354px;
	left: 16px;
	background: transparent url('/images/2fa.png') no-repeat;
	color: transparent;
	text-shadow: 0 0 0 #1D1F23;
	padding-left: 16px;
	font-size:38px !important;
	letter-spacing: 32.5px;
	font-variant-numeric: tabular-nums;
	overflow: hidden;
}

.license-expired {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	background: #000000 url('/images/login-4.2.0-inverse.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;	
}

.license-expired-message button {
	color: #EFEEED;
	background: #141517;
}

.license-expired-message button:hover,
.license-expired-message button:focus,
.license-expired-message button:active {
	color: #1D1F23;
	background: #B6F1FA;
}

.license-expired .login-box {
	background: rgba(255,255,255,0.8);
}