@media screen and (max-width: 959px) {
	body {
		background: linear-gradient(118deg, rgba(168, 158, 229, 0.13584384858044163) 48%, rgba(235, 175, 92, 0.17054416403785488) 89%);
		background-repeat: no-repeat;
    	background-size: cover;
	}
}

.login-body-bg {
	color: #383838;
	display: flex;
	height: 100dvh;
    padding: 70px 120px;
    max-width: 2560px;
}

@media screen and (min-width: 3000px) {
	.login-body-bg {
		padding: 50px 80px;
	}
}

@media screen and (max-width: 1279px) {
	.login-body-bg {
		padding: 50px 80px;
	}
}

@media screen and (max-width: 959px) {
	.login-body-bg {
		flex-direction: column;
		align-items: center;
		padding: 0px;
		background: linear-gradient(118deg, rgba(168, 158, 229, 0.13584384858044163) 48%, rgba(235, 175, 92, 0.17054416403785488) 89%);
		background-repeat: no-repeat;
    	background-size: cover;
	}
}

.login-logo_wrap {
	width: 45%;
	display: flex;
	align-items: center;
	justify-content: center;
    background: linear-gradient(118deg, rgba(168, 158, 229, 0.13584384858044163) 48%, rgba(235, 175, 92, 0.17054416403785488) 89%);
	border-radius: 20px 0px 0px 20px;
    border: 1px solid var(--gray-100);
    border-right: none;
}

@media screen and (max-width: 959px) {
	.login-logo_wrap {
		width: 100%;
		margin-bottom: 30px;
		border-radius: 0px 0px 20px 20px;
		backdrop-filter: blur(5px);
	}
}

body .ui-inputfield {
	padding: 1rem 1rem;
	border: 1px solid #e3e3e3;
	width: 100%;
}

.ui-fluid .ui-inputfield {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ui-float-label>label {
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 1em;
	top: 50%;
	margin-top: -.5em;
	transition: .3s ease all;
	-moz-transition: .3s ease all;
	-webkit-transition: .3s ease all;
	color: #898989;
	line-height: 1;
}
		
body .ui-inputfield:not(.ui-state-error).ui-state-focus{
	box-shadow: inset 0 0 0 1px #1e88e5, inset 0 0 0 1px #1e88e5,inset 0 0 0 1px #1e88e5,inset 0 0 0 1px #1e88e5
}

body .ui-inputfield.ui-state-focus {
	border-color: #1e88e5;
	outline: 0 none;
}

body .ui-inputfield.ui-state-hover {
	border: 1px solid #D1D1D1;
}

.btn {
/* 	display: block; */
/* 	margin:  auto; */
		
/* 	overflow: hidden; */
		
	border-width: 0;
/* 	outline: none; */
	border-radius: 4px;
		  
	background-color: rgba(240, 168, 68, 1);
	color: white;
		  
	transition: background-color .3s;
		  
	width: 40%;
	cursor: pointer;
}
		
@media screen and (max-width: 1279px) {
	.btn {
		width: 100%;
	}
			
	.reset-btn .btn {
		width: 46%;
	}
}
		
.btn:hover, .btn:focus {
	background-color: rgba(235, 175, 92, 0.7);
}
		
.btn > * {
	position: relative;
}
		
.btn span {
	display: block;
	padding: 12px 24px;
	letter-spacing: 0.1rem;
	font-weight: 700;
}
		
.btn.ui-button.ui-button-text-only .ui-button-text {
	padding: 12px 24px;
	letter-spacing: 0.3rem;
	font-weight: 700;
}	

.btn.blue {
	background-color: #348fe2;
}

.btn.blue:hover, .btn.blue:focus {
	background-color: #F0A844;
}
		
.exception-container {
	min-width: 700px;
}
		
.reset-btn {
	display: flex;
    align-items: center;
    justify-content: space-around;
}
		
.reset-btn .btn.ui-button {
	border: 1px solid rgba(235, 175, 92, 1);
		  
	background-color: rgba(235, 175, 92, 1);
	color: #383838;
}

.reset-btn .btn.ui-button:hover, .reset-btn .btn.ui-button:focus {
	background-color: rgba(235, 175, 92, 0.7);
}
		
.btn.back-btn {
	background-color: transparent;
	border: 1px solid rgba(235, 175, 92, 1);
	box-shadow: none;
	display: inline-block;
	color: var(--text-color);
	margin: 0;
}

.btn.back-btn:hover {
	background-color: rgba(235, 175, 92, 0.3);
}

.login-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    text-align: center;
    width: 55%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border: 1px solid  var(--gray-100);
    border-left: none;
    position: relative;
}



.login-panel-content {
    width: 75%;
}

@media screen and (min-width: 3000px) {
	.login-panel-content {
		width: 50%;
	}
}

@media screen and (max-width: 1279px) {
	.login-panel-content {
		width: 85%;
	}
}

.welcome-acl-insight {
	display: flex;
    align-items: center;
}

.login-welcome {
	display: flex;
	align-items: center;
}
.login-welcome_text {
	font-size: 28px;
	margin-right: 5px;
	color: var(--text-color);
}
.forgot-pass_btn {
	margin-left: auto;
	color: var(--text-color);
	text-decoration: underline;
}
.login-divider {
	color: var(--gray-200);
	font-weight: 400;
}
.login-with {
	display: flex;
	align-items: center;
	justify-content: center;
}

.login-img_bg {
	background-color: rgb(255 255 255 / 21%);
    backdrop-filter: blur(6px);
    padding: 50px;
    border-radius: 20px;
    width: 70%;
}

.login-logo {
	width: 100%;
}

/* RESPONSIVE LOGIN  */

@media screen and (max-width: 1279px) {
	.login-welcome_text {
		font-size: 19px;
	}
	
	.login-img_bg {
		padding: 10px;
	}
}

@media screen and (max-width: 959px) {
	.login-panel-content {
		position: static;
		transform: translate(0, 0);
		width: 100%;
	}
	
	.login-container {
		padding: 50px 40px;
		border-radius: 11px;
		width: 75%;
	}
	
	.login-img_bg {
		padding: 16px;
    	width: auto;
    	border-top-right-radius: 0px;
    	border-top-left-radius: 0px;
    	border-bottom-right-radius: 20px;
    	border-bottom-left-radius: 20px;
	}
	
	.login-logo_link {
		display: block;
		text-align: center;
	}
	
	.login-logo {
		width: 20%;
	}
}

@media screen and (max-width: 639px) {
	.login-container {
    	padding: 40px 30px;
    	width: 90%;
	}
}

.cluster-table {
    overflow-y: scroll;
    max-height: 77dvh;
}

@media screen and (max-height: 1000px) {
	.cluster-table {
	    overflow-y: scroll;
	    max-height: 65dvh;
	}
}