.bookneticsaas_login *
{
	font-family: 'Poppins', sans-serif !important;
	box-sizing: border-box;

	align-content: unset;
	align-items: unset;
	align-self: unset;
	animation: unset;
	appearance: unset;
	backface-visibility: unset;
	background-blend-mode: unset;
	background: unset;
	binding: unset;
	block-size: unset;
	border-block-end: unset;
	border-block-start: unset;
	border-collapse: unset;
	border-inline-end: unset;
	border-inline-start: unset;
	border-radius: unset;
	border-spacing: unset;
	border: unset;
	bottom: unset;
	box-align: unset;
	box-decoration-break: unset;
	box-direction: unset;
	box-flex: unset;
	box-ordinal-group: unset;
	box-orient: unset;
	box-pack: unset;
	box-shadow: unset;
	caption-side: unset;
	clear: unset;
	clip-path: unset;
	clip-rule: unset;
	clip: unset;
	color-adjust: unset;
	color-interpolation-filters: unset;
	color-interpolation: unset;
	color: unset;
	column-fill: unset;
	column-gap: unset;
	column-rule: unset;
	columns: unset;
	content: unset;
	control-character-visibility: unset;
	counter-increment: unset;
	counter-reset: unset;
	cursor: unset;
	dominant-baseline: unset;
	empty-cells: unset;
	fill-opacity: unset;
	fill-rule: unset;
	fill: unset;
	filter: unset;
	flex-flow: unset;
	flex: unset;
	float-edge: unset;
	float: unset;
	flood-color: unset;
	flood-opacity: unset;
	font-feature-settings: unset;
	font-kerning: unset;
	font-language-override: unset;
	font-size-adjust: unset;
	font-size: unset;
	font-stretch: unset;
	font-style: unset;
	font-synthesis: unset;
	font-variant: unset;
	font-weight: unset;
	force-broken-image-icon: unset;
	height: unset;
	hyphens: unset;
	image-orientation: unset;
	image-region: unset;
	image-rendering: unset;
	ime-mode: unset;
	inline-size: unset;
	isolation: unset;
	justify-content: unset;
	justify-items: unset;
	justify-self: unset;
	left: unset;
	letter-spacing: unset;
	lighting-color: unset;
	line-height: unset;
	list-style: unset;
	margin-block-end: unset;
	margin-block-start: unset;
	margin-inline-end: unset;
	margin-inline-start: unset;
	margin: unset;
	marker-offset: unset;
	marker: unset;
	mask-type: unset;
	mask: unset;
	max-block-size: unset;
	max-height: unset;
	max-inline-size: unset;
	max-width: unset;
	min-block-size: unset;
	min-height: unset;
	min-inline-size: unset;
	min-width: unset;
	mix-blend-mode: unset;
	object-fit: unset;
	object-position: unset;
	offset-block-end: unset;
	offset-block-start: unset;
	offset-inline-end: unset;
	offset-inline-start: unset;
	opacity: unset;
	order: unset;
	orient: unset;
	outline-offset: unset;
	outline-radius: unset;
	outline: unset;
	overflow: unset;
	padding-block-end: unset;
	padding-block-start: unset;
	padding-inline-end: unset;
	padding-inline-start: unset;
	padding: unset;
	page-break-after: unset;
	page-break-before: unset;
	page-break-inside: unset;
	paint-order: unset;
	perspective-origin: unset;
	perspective: unset;
	pointer-events: unset;
	position: unset;
	quotes: unset;
	resize: unset;
	right: unset;
	ruby-align: unset;
	ruby-position: unset;
	scroll-behavior: unset;
	scroll-snap-coordinate: unset;
	scroll-snap-destination: unset;
	scroll-snap-points-x: unset;
	scroll-snap-points-y: unset;
	scroll-snap-type: unset;
	shape-rendering: unset;
	stack-sizing: unset;
	stop-color: unset;
	stop-opacity: unset;
	stroke-dasharray: unset;
	stroke-dashoffset: unset;
	stroke-linecap: unset;
	stroke-linejoin: unset;
	stroke-miterlimit: unset;
	stroke-opacity: unset;
	stroke-width: unset;
	stroke: unset;
	tab-size: unset;
	table-layout: unset;
	text-align-last: unset;
	text-align: unset;
	text-anchor: unset;
	text-combine-upright: unset;
	text-decoration: unset;
	text-emphasis-position: unset;
	text-emphasis: unset;
	text-indent: unset;
	text-orientation: unset;
	text-overflow: unset;
	text-rendering: unset;
	text-shadow: unset;
	text-size-adjust: unset;
	text-transform: unset;
	top: unset;
	transform-origin: unset;
	transform-style: unset;
	transform: unset;
	transition: unset;
	user-focus: unset;
	user-input: unset;
	user-modify: unset;
	user-select: unset;
	vector-effect: unset;
	vertical-align: unset;
	visibility: unset;
	white-space: unset;
	width: unset;
	will-change: unset;
	window-dragging: unset;
	word-break: unset;
	word-spacing: unset;
	word-wrap: unset;
	writing-mode: unset;
	z-index: unset;
}

.booknetic_btn_primary
{
	height: 36px;
	font-weight: 600;
	font-size: 12px !important;
	line-height: 18px;
	padding: 5px 15px !important;
	outline: none !important;
	cursor: pointer;
	text-decoration: none !important;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	background-color: #635BFF !important;
	color: #FFF !important;
	border: 0 !important;
}
.booknetic_btn_secondary
{
	height: 36px;
	font-weight: 600;
	font-size: 12px !important;
	line-height: 18px;
	padding: 5px 15px !important;
	outline: none !important;
	cursor: pointer;
	text-decoration: none !important;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	background-color: #F7F8FB !important;
	color: #8F9CA7 !important;
	border: 1px solid #E3EAF3 !important;
}
.booknetic_btn_success
{
	height: 36px;
	font-weight: 600;
	font-size: 12px !important;
	line-height: 18px;
	padding: 5px 15px !important;
	outline: none !important;
	cursor: pointer;
	text-decoration: none !important;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	background-color: #4FBF65 !important;
	color: #FFF !important;
	border: 0 !important;
}

.booknetic_text_primary
{
	color: #635BFF !important;
}
.booknetic_text_secondary
{
	color: #8F9CA7 !important;
}

.bookneticsaas_login
{
	display: block;
	width: 90%;
	/*height: 540px !important;
	width: 460px !important; 
	border-radius: 2px; 
	background-color: #FFFFFF; 
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
	padding-bottom: 20px; */
}

.bookneticsaas_header
{
/*	padding-top: 35px;*/
	text-align: center;
	color: #292D32;
	font-size: 22px;
	font-weight: 600;
	line-height: 48px;
}

.bookneticsaas_form
{
	padding: 20px 50px;
}

.bookneticsaas_form label
{
	color: #292D32;
	font-size: 14px;
	line-height: 24px;
}

.bookneticsaas_form input
{
	height: 48px;
	width: 100%;
	border: 1px solid #E3EAF3 !important;
	border-radius: 2px;
	background-color: #FFFFFF;
	padding: 15px;
	color: #292D32;
	font-size: 14px;
}

.bookneticsaas_form_element
{
	margin-bottom: 20px;
	position: relative;
}

.bookneticsaas_forgot_password
{
	color: #A2ABBC;
	font-size: 14px;
	text-decoration: underline !important;
	cursor: pointer;
}
.bookneticsaas_forgot_password img
{
	width: 18px;
	height: 18px;
	display: inline;
	vertical-align: middle;
	margin-right: 8px;
}

.bookneticsaas_login_btn
{
  height: 45px;
  width: 100%;
  text-align: center;
  font-size: 12px !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  letter-spacing: 1px;
}

.bookneticsaas_footer
{
  text-align: center;
  color: #292D32;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #CCC;
  width: 83%;
  margin: 20px auto;
  padding-top: 25px;
}

.bookneticsaas_footer a
{
  color: #6C70DC;
  font-size: 14px;
  font-weight: 500;
  margin-left: 10px;
  cursor: pointer;
  display: block;
  padding: 8px 5px;
  border-radius: 8px;
  margin-top: 15px;
  border: 1px solid #635BFF;
}

@media only screen and (max-width: 768px)
{
	.bookneticsaas_login
	{
		width: 100% !important;
	}

}

.bookneticsaas-loader
{
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.3);
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	z-index: 999999;
}
.bookneticsaas-loader:after
{
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid;
	border-color: #fff transparent #fff transparent;
	animation: bookneticsaas-loader 1.2s linear infinite;
}
@keyframes bookneticsaas-loader
{
	0%
	{
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(360deg);
	}
}

#booknetic-toastr
{
	position: fixed;
	top: 60px;
	right: 25px;
	z-index: 1110;
	width: 380px;
	min-height: 80px;
	background: #FFF;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 0 50px 0 #CCC;
	-moz-box-shadow: 0 0 50px 0 #CCC;
	box-shadow: 0 0 50px 0 #CCC;
}

#booknetic-toastr > .booknetic-toast-img
{
	float: left;

	background: #f5f6f9;
	border: 1px solid #e1e8f1;
	padding: 11px;

	margin: 16px;
	height: 53px;
}

#booknetic-toastr > .booknetic-toast-img > img
{
	width: 25px;
	height: 25px;
}

#booknetic-toastr > .booknetic-toast-details
{
	float: left;
	flex-direction: column;
	display: flex;
	justify-content: center;
	height: 100%;
	min-height: 80px;
	width: calc(100% - 120px);
	overflow: auto;
}

#booknetic-toastr > .booknetic-toast-details > .booknetic-toast-description
{
	color: #828F9A;
	font-size: 14px;
	font-family: 'Poppins', sans-serif !important;
}

#booknetic-toastr .booknetic-toast-remove
{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 15px;
	color: #adbfc7;
	height: 38px;
	width: 20px;
	background: #FFF;
	cursor: pointer;
}

.rtl .bookneticsaas_footer a{
    margin-left: unset;
    margin-right: 10px;
}

.rtl .bookneticsaas_footer{
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* Custom stuff */
.coolgrandient {
 background: rgb(99,91,255);
 background: linear-gradient(120deg, rgba(99,91,255,1) 0%, rgba(22,217,150,1) 100%); 	
}
.cooltransparency {
	background-image: url('../images/fondo-coolgradient.png');
	background-size: cover;
}
.preview-wrap {
	width: 100%;
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.left-area-inner {
	padding: 20px 35px;
}
.left-area-content {
	height: 90%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.wellbeform-wrapper {
  display: flex;
  margin-top: 0;
  height: 100vh;
}
.left-area h2 {
  color: #fff;
  font-weight: 500;
  font-size: 2em;
}
.cols {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.col-50 {
	width: 50%;
}
.top-title {
	font-size: 16px;
	margin-bottom: 10px;
}
.lock-icon {
	background: url('../icons/lock.svg') no-repeat 10px center / 20px !important;
    padding-left: 40px !important;
}	
.email-icon {
  background: url('../icons/email.svg') no-repeat 10px center / 20px !important;
  padding-left: 40px !important;
}
#showpass {
  color: #635BFF !important;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  position: absolute;
  right: 12px;
  top: 16px;
  cursor: pointer;
}

/* Solo en móvil */
@media only screen and (max-width: 667px) {

	.wellbeform-wrapper {
		flex-direction: column;
	}
	.col-50 {
		width: 100%;
	}
	.left-area {
		min-height: 200px;
	}
	.left-area h2 {
		font-size: 1.4em;
	}
	.right-area {
	  border-radius: 15px;
	  overflow: hidden;
	  margin-top: -30px;
	  background-color: white;
	  position: relative;
	  z-index: 2;
	}
	.preview-wrap, .regular-wrap {
		height: 200px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

}
