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%);
}

@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 (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;
}

#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;
}

/* ===== Botones de login social — OAuth directo (Google + Facebook) ===== */
.social-networks { margin-top: 1rem; }
.social-login-buttons,
#social-networks { display: flex; flex-direction: column; gap: 10px; }
.btn-social {
    display: flex; align-items: center; justify-content: center; gap: 10px;
    width: 100%; padding: 11px 16px; border-radius: 8px;
    font-weight: 500; font-size: 14px; line-height: 1; text-decoration: none;
    border: 1px solid #dadce0; background: #fff; color: #3c4043; cursor: pointer;
    transition: background .15s ease, box-shadow .15s ease;
}
.btn-social:hover { background: #f7f8f8; box-shadow: 0 1px 3px rgba(0,0,0,.12); text-decoration: none; color: #3c4043; }
.btn-social i { font-size: 16px; }
.btn-social-google i { color: #ea4335; }
.btn-social-facebook { background: #1877f2; border-color: #1877f2; color: #fff; }
.btn-social-facebook:hover { background: #166fe0; color: #fff; }
.btn-social-facebook i { color: #fff; }
