.loginBg {
	position: relative;
	min-height: 100vh;
	overflow: hidden;
	background: #d3dae1;
}
.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;
	border-radius:30px;
}
.loginCajaBg .content {
	background: #FFF;
	border-radius: 30px;
	padding: 40px;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}
.cssInput {
	border: 3px solid #EFEFEF;
	border-radius: 10px;
	position: relative;
	height: 48px;
	box-shadow: inset 0px 5px 10px 0px rgba(0,0,0,0.1);
}
.cssInput.focus {
	border: 3px 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: fixed;
	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);
	max-height: 90vh;
	overflow: auto;
}
#optModal h3 {
	font: 900 30px Urbanist;
}
.resend {
	font: 800 16px Urbanist;
	color: #6ec604;
	display: inline-block;
	margin-top: 10px;
}
.loginPage .bubleTop {
	
	display: none;
}
@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;
	}
}