#aocs-login-controller {
	height: 100%;
	width: 100%;
	overflow: hidden;
	object-fit: cover;
}

#aocs-login-controller .login-page {
	height: 100%;
	width: 100%;
	overflow: hidden auto;
	position: fixed;
	top: 0;
	left: 0;
}

#aocs-login-controller .bg-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#aocs-login-controller #aocs-login-table {
	position: absolute;
	left: 13%;
	top: 22%;
}

#aocs-login-controller .login-box {
	width: 385px;
	padding: 10px 30px 10px 30px;
	border-radius: 3px;
	backdrop-filter: blur(2px);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

#aocs-login-controller .login-logo-container {
	text-align: center;
	max-height: 200px;
	min-height: 140px;
	display: grid;
	align-content: center;
	justify-content: center;
}

#aocs-login-controller .login-logo-container .login-logo {
	padding: 15px 0 15px 0;
	height: auto;
	width: 100%;
}

#aocs-login-controller .btn-login {
	width: 100%;
	/*background-color: var(--theme-800);*/
	/*color: var(--gray-100);*/
	border-radius: 5px;
	font-size: 20px;
	font-weight: bold;
}

#aocs-login-controller .login-feedback {
	text-align: center;
	height: max-content;
	font-weight: bold;
}

#aocs-login-controller .login-feedback .login-error {
	/*background: #ffecec;*/
	color: var(--theme-text-error);
	/*border: 1px solid rgba(255, 0, 0, 0.5);*/
	padding: 8px;
}

#aocs-login-controller .login-feedback .login-success {
	/*background: #edffec;*/
	color: var(--theme-text-success);
	/*border: 1px solid rgba(0, 193, 0, 0.5);*/
	padding: 8px;
}

#aocs-login-controller .sso-plugin-btn {
	width: 100%;
	margin-bottom: 5px;
	background-color: #f2f2f2;
	color: var(--theme-body-color);
	white-space: normal;
	border-radius: 5px;
}

#aocs-login-controller .sso-plugin-btn:hover,
#aocs-login-controller .sso-plugin-btn:active:hover {
	color: var(--theme-body-color);
	background-color: #eaeaea;
}

#aocs-login-controller .line-center{
	margin: 10px;
	padding: 0 10px;
	display: inline-block;
	font-weight: bold;
}

#aocs-login-controller .login-box .or-line {
	text-align: center;
	position: relative;
	z-index: 2;
}

#aocs-login-controller .login-box .or-line:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	border-top: solid 1px rgba(175, 175, 175, 0.35);
	z-index: -1;
	width: 42%;
}

#aocs-login-controller .login-box .or-line:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	border-top: solid 1px rgba(175, 175, 175, 0.35);
	z-index: -1;
	width: 42%;
}


@media only screen and (max-width: 600px)
and (-webkit-min-device-pixel-ratio: 1) {
	#aocs-login-controller #aocs-login-table .form-group label {
		font-size: 16px;
	}
}

#aocs-login-controller .login-input {
	background-color: transparent !important;
	border: 0 !important;
	border-bottom: 2px solid var(--theme-800) !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#aocs-login-controller .login-input:focus,
#aocs-login-controller .login-input:focus + .input-group-btn .eye-icon {
	border-bottom: 2px solid var(--theme-500) !important;
}

#aocs-login-controller .version-tag {
	text-align: center;
	padding-top: 20px;
	margin-top: 20px;
}

.loading-box {
	width: max-content;
	padding: 10px;
	border-radius: 3px;
	box-shadow: 0 2px 8px 0 rgb(0, 0, 0, 0.2);
}

.loading-wrapper {
	display: flex;
	justify-content: center;
	background-color: white;
	transform: translate(-50%, -50%);
}

.loading-text{
	width:100%;
	height: 40px;
	margin: 0 auto;
	color: black;
	font-weight: bold;
	font-size: 20px;
}

.loading-sso-container,
.sso-selection {
	display: flex;
	justify-content: center;
	padding: 5px;
	flex-direction: column;
}

.loading-sso-container {
	width: 250px;
	font-weight: bold;
}

.sso-selection {
	width: 400px;
}

.sso-selection .sys-img {
	width: 100%;
	height: 80px;
	padding: 0 30px;
}



.sso-auth-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
}

.sso-auth-wrapper .fa-circle-notch {
	color: var(--theme-800);
}

#aocs-login-controller #aocs-login-table .password-input {
	position: relative;
}

#aocs-login-controller #aocs-login-table .password-reset {
	text-align: right;
}

#aocs-login-controller #aocs-login-table .password-reset a {
	color: var(--theme-body-color);
}

#aocs-login-controller #aocs-login-table .password-reset a:focus {
	outline: none !important;
}

#aocs-login-controller #aocs-login-table #displayPassword {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	padding: 6px 12px;
}

@media screen and (max-width: 3000px) {
	#aocs-login-controller img .bg-img {
		/*height: 100%;*/
		width: 100%;
	}
}

@media screen and (min-width: 3000px) {
	#aocs-login-controller img .bg-img {
		/*width: calc(100% / 3);*/
	}
}


@media only screen
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {
	#aocs-controller[data-theme="light"] #aocs-login-controller #aocs-login-table {
		background-color: unset !important;
	}

	#aocs-login-controller .login-box {
		width: 90% !important;
		height: max-content !important;
		padding: 10px !important;
		box-shadow: unset !important;
		left: 50% !important;
		transform: translate(-50%, 0%) !important;
	}

	#aocs-login-controller .login-logo-container {
		background-color: rgba(255, 255, 255, 0.5);
		border-radius: 5px;
		margin-bottom: 30px;
		padding: 20px;
		height: max-content;
		backdrop-filter: blur(2px);
		box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4);
	}

	#aocs-login-controller #aocs-login-table .form-group input {
		backdrop-filter: blur(2px);
		background-color: var(--theme-container-bg) !important;
		border: 1px solid rgba(0, 0, 0, 0.3) !important;
	}

	#aocs-login-controller #aocs-login-table .form-group #login-login-button {
		border-radius: 25px;
	}

	#aocs-login-controller .eye-icon,
	#aocs-login-controller .eye-icon:focus {
		background-color: var(--theme-800) !important;
	}
}

/* spinner */
.loading-sso-container .loading-sso-spinner {
	height: 35px;
}

.loading-sso-container .spinner {
	animation: rotate 2s linear infinite;
	z-index: 2;
	position: absolute;
	top: 35%;
	left: 50%;
	margin: -15px 0 0 -15px;
	width: 30px;
	height: 30px;
}

.loading-sso-container .spinner .path {
	stroke: var(--theme-700);
	stroke-linecap: round;
	animation: dash 1.5s ease-in-out infinite;
}


@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}