.login-form
{
	height: 100%;
}
.login-section
{
	align-content: center;
	height: 100%;
}
.err_msg
{
	color:#E30C30FF;
	display: flex;
	justify-content: center;
}
.login-body{
	background-color: #f0f0f0;
	font-family: var(--font-sf-pro) !important;
}
#radius-shape-1 {
	height: 180px;
	width: 180px;
	top: -60px;
	left: -130px;
	background: #99ca3c;
	overflow: hidden;
}

#radius-shape-2 {
	border-radius: 38% 62% 63% 37% / 70% 33% 67% 30%;
	bottom: -60px;
	right: -110px;
	width: 300px;
	height: 300px;
	background: #99ca3c;
	overflow: hidden;
}

.bg-glass {
	background-color: hsla(0, 0%, 100%, 0.9) !important;
	backdrop-filter: saturate(200%) blur(25px);
	border-radius: 8px;
}
.erp-logo
{
	max-width: 400px;
}
.login-btn
{
	border: none;
	background-color: #cccccc;
	color: #000;
	font-weight: bold;
	font-size: 18px;
}
.login-btn:hover
{
	background-color: #78c628;
	color: #FFF;
}
.powered
{
	color: #888;
	font-size: 14px;
	text-align: right;
}
.powered-link
{
	color: #aaa;
	font-size: 14px;
	text-decoration: none;
	transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-webkit-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
}

.powered-text{
	margin-top: 4px;
	margin-bottom: 0px;
}
.login-btn .spinner-border {
	display: none;
	width: 1.2rem;
	height: 1.2rem;
	border-width: 0.15em;
	float: right;
	margin-top: 5px;
}

.login-btn.loading {
	pointer-events: none; /* Disable the button */
}

.login-btn.loading .spinner-border {
	display: inline-block;
}
.login-input
{
	background-color: #FFF !important;
}
.login-input:focus
{
	border: 1px solid var(--border-presentation-state-focus);
	box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.30);
}
.login-input-2fa
{
	text-align: center;
	font-size: 20px;
}