.loginBg {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	background: #050505;
}

.loginBgOrbit {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120vw;
	height: 120vw;
	margin-left: -60vw;
	margin-top: -60vw;
	pointer-events: none;
	z-index: 0;
	animation: orbitNeon 12s linear infinite;
}

.loginBgMove {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 140%;
	height: 140%;
	transform: translate(-50%, -50%);

	background: radial-gradient(circle at 20% 30%, rgba(255, 0, 200, 0.75) 0%, transparent 30%), radial-gradient(circle at 80% 20%, rgba(187, 255, 0, 0.65) 0%, transparent 32%), radial-gradient(circle at 70% 80%, rgba(0, 217, 255, 0.75) 0%, transparent 32%), radial-gradient(circle at 30% 75%, rgba(140, 0, 255, 0.60) 0%, transparent 30%);

	filter: blur(95px);
	opacity: 1;
}

.loginContent {
	position: relative;
	z-index: 4;
}

@keyframes orbitNeon {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.pleft {
	width: 500px;
	text-align: left;
	padding: 100px 0px;
	display: inline-block;
}
.pleft h3 {
	float: left;
	font: 900 20px Urbanist;
	margin: 0px 0px 20px 0px;
}
.loginCaja {
	background: #FFF;
	border-radius: 20px;
	padding: 40px;
}
.loginCajaBg {
	padding: 0px;
	background: linear-gradient(90deg, #ff00c8 0%, #ff6a00 50%, #00d9ff 100%);
box-shadow: 0 0 10px rgba(255, 0, 200, 0.45), 0 0 20px rgba(0, 217, 255, 0.25);
	padding-top: 7px;
	border-radius:30px;
	background-size: 200% 200%;
  animation: neonMove 4s linear infinite;
}
@keyframes neonMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.loginCajaBg .content {
	background: #FFF;
	border-radius: 30px;
	padding: 40px;
}
.cssInput {
	border: 1px solid #5c5c5c;
	border-radius: 10px;
	position: relative;
	height: 45px;
}
.cssInput.focus {
	border: 1px solid #c4ee31;
}

.cssInput input {
	border: 0px;
	padding: 7px 10px 10px 10px;
	height: 43px;
	width: 100%;
	border-radius: 10px;
	position: absolute;
	z-index: 2;
	background: transparent;
	font: 900 16px/45px Urbanist;
}

.loginBtn {
	padding: 20px;
	border-radius: 15px;
	background: #BF0;
  color: #110e2b;
	font: 900 16px Urbanist;
}
.checkbox-wrapper-2 .ikxBAC {
appearance: none;
background-color: #dfe1e4;
border-radius: 72px;
border-style: none;
flex-shrink: 0;
height: 20px;
margin: 0;
position: relative;
width: 30px;
}

.checkbox-wrapper-2 .ikxBAC::before {
bottom: -6px;
content: "";
left: -6px;
position: absolute;
right: -6px;
top: -6px;
}

.checkbox-wrapper-2 .ikxBAC,
.checkbox-wrapper-2 .ikxBAC::after {
transition: all 100ms ease-out;
}

.checkbox-wrapper-2 .ikxBAC::after {
background-color: #fff;
border-radius: 50%;
content: "";
height: 14px;
left: 3px;
position: absolute;
top: 3px;
width: 14px;
}

.checkbox-wrapper-2 input[type=checkbox] {
cursor: default;
}

.checkbox-wrapper-2 .ikxBAC:hover {
background-color: #c9cbcd;
transition-duration: 0s;
}

.checkbox-wrapper-2 .ikxBAC:checked {
background-color: #6e79d6;
}

.checkbox-wrapper-2 .ikxBAC:checked::after {
background-color: #fff;
left: 13px;
}

.checkbox-wrapper-2 :focus:not(.focus-visible) {
outline: 0;
}

.checkbox-wrapper-2 .ikxBAC:checked:hover {
background-color: #535db3;
}
.recordar .ck {
	float: left;
}
.recordar .tx {
	float: left;
	font: 600 14px Urbanist;
	padding-left: 15px;
}
.terms {
	margin-top: 50px;
	padding-top: 20px;
	border-top: 1px solid #EFEFEF;
	text-align: center;
	font: 600 12px Urbanist;
}
#pageLoad {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	height: 100%;
	line-height: 100vh;
	background: rgba(255,255,255,0.8);
	z-index: 999999;
	display: none;
}
.errorCode {
	display: none;
	font: 600 13px Urbanist;
  color: #FF4C00;
  padding: 20px;
}
.txt_login_1 {
	font: 600 16px Urbanist;
	color: #838CA3;
}
.txt_login_2 {
	font: 500 14px 'Roboto';
    color: #475169;
}
.txt_login_3 {
	font: 600 13px Urbanist;
    color: #A4AAB5;
}
.linkCgeAccount {
	font: 600 14px Urbanist;
	color: #6ec604;
}
.otp-input {
    width: 40px;
	height: 50px;
    padding: 10px;
    margin: 5px;
    text-align: center;
    border: 1px solid #aeb2b9;
    border-radius: 7px;
	-webkit-appearance: none;
	appearance: none;
	font-size: 16px;
}
.otp-input:focus {
    border: 1px solid #FF0054;
}
.otp-container {
	width: 100%;
	float: left;
	height: 60px;
	text-align: center;
    margin-top: 20px;
	display: flex;
	gap: 8px;
	align-items: center;
	justify-content:center;
}
#optModal {
	position: absolute;
	z-index: 100;
	width: 500px;
	background: #FFF;
	border-radius: 20px;
	top: 20px;
	left: calc(50% - 250px);
	padding: 40px;
	box-shadow: 0px 0px 50px 150px rgba(255,255,255,1);
}
#optModal h3 {
	font: 900 30px Urbanist;
}
.resend {
	font: 800 16px Urbanist;
	color: #6ec604;
	display: inline-block;
	margin-top: 10px;
}

@media (max-width: 700px) {
	.container {
		width: 100%;
	}
	.pleft {
		width: 100%;
		padding: 40px 10px 200px 10px;
	}
	.pageBg {
		padding: 0px;
	}
	#optModal {
		width: 90%;
		left: 5%;
		box-shadow: 0px 0px 10px 10px rgb(255, 255, 255);
		padding: 30px;
	}
	#optModal h3 {
	  font: 900 25px Urbanist;
	}
	.txt_login_1 {
	  font: 600 13px Urbanist;
	}
	.otp-input {
		width: 35px;
		height: 50px;
		padding: 0px;
		text-align: center;
	}
}