html,
body {
	height: 100%;
}

#container-login {
	height: 100%;
}

.login-wrapper {
	background: #efefef;
	color: #fff !important;
	position: relative;
	max-height: 100%;
	text-align: right;
	font-weight: lighter;
	height: 100%;
}

.login-wrapper .login-logo {
	float: right;
	padding-bottom: 10%;
}

.login-wrapper p {
	margin: 0rem;
}

.login-wrapper .slide-quote {
	font-size: 30px;
	font-weight: lighter;
	font-style: normal;
	line-height: 4rem;
	margin-bottom: 3rem;
	letter-spacing: 1px;
}

.login-wrapper .slide-person {
	font-size: 20px;
	font-weight: lighter;
	line-height: 2rem;
	letter-spacing: 1px;
	color: #ccd2e2;
}

.login-wrapper .slide-job {
	font-size: 13px;
	letter-spacing: 1px;
	color: #b3c6d8;
}

.login-form {
	position: relative;
	max-height: 100%;
	min-height: 100%;
}

.login-form .title-form span {
	color: #000;
	font-size: 13px;
	display: flex;
	flex-wrap: wrap;
}

.login-form form input {
	height: 3.5rem;
}

.login-form form .help-block {
	font-size: 13px;
}

.login-form .container-botones {
	padding-top: 20px;
}

.login-form .container-botones button {
	font-size: 15px;
	font-weight: 500;
	border-radius: 5px;
	height: 3.5rem;
	margin-top: 15px;
}

.login-form .container-botones .btn-left {
	color: #fff;
	border: none;
	box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11), 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.login-form .container-botones .btn-left:hover {
	cursor: pointer;
	background: #283c58;
	box-shadow: rgba(20, 71, 126, 0.2) 0px 2px 2px, rgba(20, 71, 126, 0.2) 0px 4px 4px, rgba(20, 71, 126, 0.2) 0px 8px 8px, rgba(20, 71, 126, 0.1) 0px 16px 16px, rgba(20, 71, 126, 0.2) 0px 32px 32px;
}

.login-form .container-botones .btn-right {
	background: none;
	color: #575761;
	border: 2px solid #a3adb5;
	line-height: 22px;
	float: right;
}

.login-form .container-botones .btn-right:hover {
	cursor: pointer;
	background: #f7f7f7;
}

.login-form .container-botones .btn-right span {
	color: #a3adb5 !important;
	font-size: 13px;
	font-weight: 400;
}

.login-form .input-container {
	margin-bottom: 30px;
}

.login-form form a {
	text-decoration: none;
	font-size: 15px;
	font-weight: lighter;
}

.login-form .title-sn {
	margin: 20px 0;
	font-size: 18px;
}

.login-form #recordar-label {
	padding: 0px 25px;
}

.login-header {
	width: 100%;
	text-align: center;
}

.login-header a {
	width: 100%;
}

.login-header a img {
	width: 20%;
	margin-top: 8%;
}

.footer {
	bottom: 0;
	position: absolute;
	right: 0;
	padding: 1% 10%;
	border-top: 0;
	background: transparent;
}

.login-footer {
	width: 100%;
	color: #2f5aa4;
	text-align: center;
	font-size: 15px;
	font-weight: 100;
}

.login-wrapper-footer {
	width: 100%;
	color: #ffffff;
	text-align: center;
	font-size: 13px;
	font-weight: 100;
}

.login-wrapper-footer a {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	padding: 0 10px;
}

.login-wrapper-footer span {
	color: #ffffff !important;
}

#loginContent,
#forgetPassword {
	width: 70%;
	margin: auto;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#oa_social_login_container {
	width: 100% !important;
}

#oa_social_login iframe {
	width: 100% !important;
}

@media (max-width: 1549.99px) {
	.login-form .container-botones .btn-right {
		float: left;
	}
}

@media (min-width: 1200px) {
	.login-wrapper .login-logo img {
		height: 75px;
		width: auto;
		max-width: 330px;
	}
}

@media (max-width: 1199.99px) {
	.login-wrapper .login-logo img {
		height: 75px;
		width: auto;
		max-width: 330px;
	}
}

@media (max-width: 991.99px) {
	.plugin {
		margin-left: 0rem !important;
	}
}

@media (min-width: 768px) {
	.login-wrapper {
		max-width: 50%;
		display: inline-block;
	}
	.login-form {
		/*max-width: 50%;*/
		display: inline-block;
	}
	.login-header {
		max-width: 0;
		display: none;
	}
	.footer {
		left: 0;
	}
}

@media (min-width: px) {
	.login-wrapper {
		max-width: 50%;
		display: inline-block;
	}
	.login-form {
		/*max-width: 50%;*/
		display: inline-block;
	}
	.login-header {
		max-width: 0;
		display: none;
	}
	.footer {
		left: 0;
	}
}

@media (max-width: 767.99px) {
	.login-header {
		max-width: 100%;
		display: inherit;
	}

	.login-wrapper {
		display: none;
	}

	#loginContent {
		width: 80% !important;
	}

	#loginContent > div[class^='col-'], #social-networks {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	#signup-steps {
		width: 80% !important;
		margin-top: 1rem !important;
	}

	.login-form {
		max-width: 100%;
		width: 100%;
		margin-top: 1.5rem!important;
		/* padding: 8% 18% !important; */
	}
	.login-form .container-botones .btn-right {
		float: right !important;
	}
	.login-footer {
		width: 100%;
	}

	#resend_code_email, #resend_code_phone {
		font-size: 10px !important;
		padding: 7px 5px!important;
	}

	#button-step_one, #button-step_two {
		padding: 0.75rem !important;
		font-size: 1rem !important;
	}

	.go_to_step small {
		font-size: 12px;
	}
}

@media (max-width: 459.99px) {
	.login-form .container-botones .btn-right {
		float: left !important;
	}
}

/* Base */
/* * { */
/* -webkit-user-select: none; */
/* -khtml-user-select: none; */
/* -moz-user-select: none; */
/* -o-user-select: none; */
/* } */

.clear {
	clear: both;
}

.plugin {
	margin: 0;
	padding: 0;
	background-color: transparent;
	font-size: 15px;
	color: #333;
	font-family: Poppins;
}

.plugin #content {
	overflow: hidden;
	float: right;
}

.plugin #providers {
	float: left;
	position: relative;
}

.plugin #providers .providers_group {
	float: left;
}

.plugin #providers .providers_group.hidden {
	display: none;
}

.plugin #providers .providers_group .providers_block {
	overflow: hidden;
	clear: both;
	padding: 0 20px;
}

.plugin #providers.providers_unpaginated .providers_group .providers_block {
	padding: 0;
}

.plugin #providers .providers_group .providers_block .providers_row {
	clear: both;
}

.plugin #providers .providers_group .scroll {
	height: 100%;
	min-height: 100%;
	cursor: pointer;
	position: absolute;
	width: 20px;
	bottom: 0;
	top: 0;
}

.plugin #ie #providers .providers_group .scroll {
	top: 30% !important;
}

.plugin #providers .providers_group .scroll.scroll_left {
	left: 0;
}

.plugin #providers .providers_group .scroll.scroll_right {
	right: 0;
}

.plugin #providers .providers_group .scroll div {
	position: relative;
	background: url("http://public.oneallcdn.com/img/api/themes/assets/arrows_lr.png") no-repeat scroll 0 50% transparent;
	height: 100%;
	margin: 0 auto !important;
}

.plugin #ie #providers .providers_group .scroll div {
	margin-top: 0 !important;
}

.plugin #providers .providers_group .scroll.scroll_right div {
	background-position: -50px 50%;
}

.plugin #providers .providers_group .scroll.scroll_right:hover div {
	background-position: -10px 50%;
}

.plugin #providers .providers_group .scroll.scroll_left div {
	background-position: -130px 50%;
}

.plugin #providers .providers_group .scroll.scroll_left:hover div {
	background-position: -90px 50%;
}

.plugin #providers .provider {
	float: left;
	outline: 0 none;
}

.plugin #providers .provider .button {
	cursor: pointer;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 9998;
	outline: 0 none;
	opacity: 0.9;
	border-radius: 100%;
}

.plugin #providers .provider .button .tick {
	display: inline-block;
	position: absolute;
	height: 16px;
	width: 16px;
	z-index: 9999;
}

.plugin #providers .provider .name {
	color: #555;
	text-align: center;
	font-size: 11px;
	line-height: 14px;
	margin: 1px 0 2px;
	width: 64px;
}

.plugin #providers .provider_linked .button .tick {
	background: url("http://public.oneallcdn.com/img/api/themes/assets/tick.png") no-repeat 0 0 transparent;
}

.plugin #providers .provider_linked .name {
	font-weight: bold;
}

.plugin .footer {
	margin-top: 5px;
	font-size: 10px;
	position: fixed;
	left: 5px;
	right: 0;
	bottom: 0;
	line-height: 16px;
}

.plugin .footer #message {
	display: none;
	cursor: pointer;
}

.plugin .footer #message.notice {
	color: #000;
}

.plugin .footer #message.error {
	color: #ff0000;
}

.plugin .footer #branding {
	color: #666;
}

.plugin .footer #branding a {
	color: #555;
	text-decoration: none;
}

.plugin .footer #branding a span.plugin_title {
	color: #3366cc;
}

/* Custom */
.plugin #providers .provider {
	width: 45px !important;
	padding: 3px 5px 3px;
}

.plugin #providers .provider .name {
	line-height: 16px;
	height: 16px;
	margin: 0 auto;
	display: none;
}

.plugin #providers .provider .button .tick {
	right: -5px;
	top: -3px;
}

.plugin #providers .provider .button {
	width: 40px;
	height: 40px;
	background-image: url("http://public.oneallcdn.com/img/api/themes/iconsets/flat_w64_h64_w_b_v1.png");
	background-repeat: no-repeat;
	opacity: 0.85;
	border-radius: 100%;
}

.plugin #providers .provider .button:hover {
	opacity: 1;
}

/* Buttons */
.plugin #providers .provider #button_facebook {
	background-position: -2px -1977px;
	background-color: #3b5998;
}

.plugin #providers .provider #button_google {
	background-position: -2px -2609px;
	background-color: #245dc1;
}

#menssage {
	margin-top: 20px;
}

.country-select {
	width: 47px;
}
.country-select .selected-flag {
	z-index: 3;
}
.ruler {
	border-top: 2px dashed #dfe0e5;
	text-align: center;
	padding-top: 5px;
	color: #a3adb5;
	margin-bottom: 20px;
}

@media screen and (max-width: 1580px) {
	#forgetPassword .container-botones button {
		width: auto;
	}
}

@media screen and (max-width: 767px) {
	.login-header {
		display: none !important;
	}

	.login-form {
		max-width: 100%;
		width: 100%;
		/* padding: 7% 15% !important; */
	}

	.footer {
		display: none !important;
	}

	#loginContent .subdomain-dist img {
		width: 100% !important;
	}
}

.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}

.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}
.carousel-indicators li {
	position: relative;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	background-color: rgba(255, 255, 255, 0.5);
}

#btnForgetPassword {
	cursor: pointer;
}

.fa-google:before,
.fa-facebook:before,
.fa-eye:before {
	font-size: 18px;
}

.fa-google:before {
	color: #f4425f;
}

.fa-facebook:before {
	color: #5f8cf1;
}
.btn-outline-secondary {
	box-shadow: none !important;
	height: 3.5rem;
	border: none;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: none;
}
#password {
	border-right: none;
}

div[id^="cbox"].subdomain-dist {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	height: auto;
}

div[id^="cbox"].subdomain-dist * {
	max-height: 100% !important;
}

#signup-steps .subdomain-dist img {
	display: none;
}
