/*--------------------------------------------------------------
# Estilos Formulario Registro Facturas Billin Plataforma Nueva
--------------------------------------------------------------*/
#plugin-form-registro {
	width: 100%;
	border-radius: 16px;
	padding: 40px 10px;
	display: flex;
	justify-content: center;
	background: #F7FAFF;
	box-shadow: 0px 0px 20px 0px #D9ECFF inset;
	padding: 30px;
	margin: 50px 0 !important;
}

#plugin-form-registro * {
	font-family: "Inter", sans-serif;
}

#plugin-form-registro .error-register {
	display: none;
	font-weight: normal;
	font-size: 12.8px;
	line-height: 15px;
	text-align: center;
	color: #fb4444;
	font-family: "Inter", sans-serif;
	font-weight: 500;
	text-align: left;
	margin-top: 10px;
	padding-left: 5px;
}

#plugin-form-registro .error-register #registered-email,
#plugin-form-registro .error-register #server-message {
	margin-top: 20px;
}

#plugin-form-registro .title-form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

@media screen and (max-width: 990px) {
	#plugin-form-registro .title-form {
		margin-bottom: 0px;
	}
}

#plugin-form-registro .title-form span,
#plugin-form-registro .title-form p {
	text-align: center;
	font-family: Arial;
	font-size: 17px;
}

#plugin-form-registro .title-form span {
	color: #3366ff;
	margin-bottom: 10px;
	font-weight: bold;
}

#plugin-form-registro .title-form > span {
	font-family: "Lyon Display", sans-serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 32px;
	margin: 0 0 30px;
}

#plugin-form-registro .logo-kit-digital {
	margin: 40px 0;
	width: 100%;
	display: flex;
	justify-content: center;
}

#plugin-form-registro .form-wrapper {
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 2px solid #9CF;
	margin-bottom: 15px;
}

@media screen and (max-width: 990px) {
	#plugin-form-registro .form-wrapper {
		display: none;
	}
}

#plugin-form-registro .form-wrapper .legal-link {
	width: 100%;
	max-width: 380px;
	margin: auto;
	padding: 0 0 0 5px;
}

#plugin-form-registro .form-wrapper .legal-link p {
	color: #162435;
	font-size: 13px !important;
	line-height: 19px;
	text-align: left;
}

#plugin-form-registro .form-wrapper .legal-link p a {
	font-size: 13px;
	text-decoration: underline;
	color: #36f;
}

#plugin-form-registro .form-wrapper form {
	width: 100%;
	max-width: 380px;
	margin: auto;
}

#plugin-form-registro .form-wrapper form .input-wrapper {
	width: 100%;
	position: relative;
	margin-bottom: 25px;
}

#plugin-form-registro .form-wrapper form .input-wrapper label {
	font-weight: normal;
	font-size: 20px;
	line-height: 24px;
	color: #162435;
	margin-bottom: 4px;
	font-family: "Inter", sans-serif;
	font-weight: 400 !important;
}

#plugin-form-registro .form-wrapper form .input-wrapper input {
	width: 100%;
	height: 53px;
	border-radius: 5px;
	border: 1px solid #dcdee1;
	padding-left: 20px;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	color: #142434;
	font-weight: 400;
	background-color: white;
}

#plugin-form-registro .form-wrapper form .input-wrapper input::placeholder {
	color: #142434;
	font-size: 18px;
}

#plugin-form-registro .form-wrapper form .input-wrapper #show-password {
	position: absolute;
	right: 16px;
	transform: translate(-50%);
	cursor: pointer;
	font-family: "Inter", sans-serif;
	font-weight: 500 !important;
}

#plugin-form-registro .form-wrapper form .input-wrapper #hide-password {
	position: absolute;
	right: 16px;
	transform: translate(-50%);
	cursor: pointer;
	display: none;
}

#plugin-form-registro .form-wrapper form #input-pass-checks {
	display: none;
	height: 0px;
	opacity: 0;
	overflow: hidden;
	min-height: 0px;
}

#plugin-form-registro .form-wrapper form #input-pass-checks.active {
	display: block;
	animation: 0.5s open-input forwards 0.2s;
}

#plugin-form-registro .form-wrapper form .input-wrapper.password {
	margin-bottom: 0px;
	display: flex;
	align-items: center;
}

#plugin-form-registro .form-wrapper form button {
	cursor: pointer;
	max-height: 58px;
	font-size: 20px;
	padding: 14px 15px;
	background: #ffc12b;
	border: none;
	color: #142434;
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
	text-align: center;
	width: fit-content;
	height: 58px;
	outline: none;
	margin: 25px auto 13px auto;
	width: 100%;
}

#plugin-form-registro .form-wrapper form button:hover {
	background: #ff9900;
}

#plugin-form-registro .form-wrapper form button:focus {
	background: #ff9900;
}

#plugin-form-registro .form-wrapper form button span {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	color: #142434;
	font-family: "Inter", sans-serif;
	font-weight: 400 !important;
}

#plugin-form-registro .form-wrapper form button #rotation-arrow {
	-webkit-animation: spin 300ms linear infinite;
	-moz-animation: spin 300ms linear infinite;
	animation: spin 300ms linear infinite;
	display: none;
}

#plugin-form-registro .form-wrapper form button #query-ok {
	display: none;
}

#plugin-form-registro .form-wrapper form button #server-error-register {
	display: none;
}

#plugin-form-registro .form-wrapper form .requisitos {
	margin-top: 6;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#plugin-form-registro .form-wrapper form .requisitos .sprite-check {
	width: 20px;
	height: 20px;
	background: url("../img/sprite_check.png") no-repeat;
	background-size: cover;
	margin-right: 3px;
}

#plugin-form-registro .form-wrapper form .requisitos .sprite-check.active {
	animation: check 0.4s steps(31) forwards;
	animation-play-state: paused;
	filter: hue-rotate(265deg);
}

#plugin-form-registro .form-wrapper form .requisitos span {
	font-style: normal;
	font-weight: normal;
	font-size: 12.8px;
	line-height: 15px;
	color: #162435;
	font-family: "Inter", sans-serif;
	font-weight: 400 !important;
}

#plugin-form-registro .form-wrapper form .requisitos.legth {
	margin-top: 20px;
}

#plugin-form-registro .cta-mobile {
	display: none;
	width: 100%;
}

@media screen and (max-width: 990px) {
	#plugin-form-registro .cta-mobile {
		display: flex;
	}
}

#plugin-form-registro .cta-mobile .cta-amarillo {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background: #ffc12b;
	transition: 0.3s;
	border: none;
	border-radius: 30px;
	outline: none;
	width: 100%;
	height: 58px;
	height: fit-content;
	max-height: unset;
	margin: 25px auto 13px auto;
	padding: 14px 24px;
	font-family: "Inter", sans-serif;
	font-size: 20px;
	font-weight: 400 !important;
	line-height: 22px;
	color: #142434;
	text-align: center;
	text-decoration: none !important;
}

#plugin-form-registro .bloque-kit {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 35px;
	text-align: center;
	gap: 15px;
}

@media screen and (max-width: 990px) {
	#plugin-form-registro .bloque-kit {
		margin-top: 15px;
	}
}

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

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

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

@keyframes check {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 100% 0;
	}
}

@keyframes open-input {
	0% {
		height: 0px;
		min-height: 0px;
		opacity: 0;
	}
	95% {
		min-height: 130px;
		height: 130px;
		opacity: 1;
	}
	100% {
		min-height: 130px;
		height: 100%;
		opacity: 1;
	}
}
