* {
	box-sizing: border-box;
}
body {
	background:  url('../images/fondo_innova.jpg');
    background-size:cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-family: 'Montserrat', sans-serif;
	height: 99svh;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}
a:has(img.logo-img) {
    margin-bottom: 20px;
}
h1 {
	margin: 0;
    text-align: center;
    font-weight: 700;
    color: #0E4D92;
}
h2 {
	text-align: center;
    color: #0E4D92;
}
p {
	font-size: 14px;
	font-weight: 100;
	letter-spacing: 0.5px;
	margin: 20px 0 30px;
}
span {
	font-size: 12px;
}
button {
	border-radius: 20px;
	border: 1px solid #989898;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
}
button:active {
	transform: scale(0.95);
}
button:focus {
	outline: none;
}
button.ghost {
	background-color: transparent;
	border-color: #FFFFFF;
}
form {
	background-color: #FFFFFF;
    border: 4px solid  #0E4D92;
    border-radius: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 30px;
	height: 100%;
	text-align: center;
}
input {
	background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 100%;
}
.input {
    width: 100%;
    background: white;
    border: none;
    border: .2rem solid #D8DEE6;
    max-height: 4.6rem;
    padding: 15px 20px;
    border-radius: 2rem;
    margin-top: 15px !important;
    box-shadow: rgba(0, 0, 0, 0.3784313725) 0px 10px 10px -5px;
}
.input:focus {
    outline: none;
    border: 2px solid #0E4D92;
}
.container {
	background: hsla(0,0%,100%,.5);
	border-radius: 10px;
  	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	position: relative;
	overflow: hidden;
	width: 910px;
	max-width: 100%;
	min-height: 720px;
}
.form-container {
	position: absolute;
	top: 0;
	height: 100%;
	transition: all 0.6s ease-in-out;
    padding: 1.5rem;
}
.password-container {
    position: relative;
    width: 100%;
}
#togglePasswordLogin,
#togglePasswordRegister {
    position: absolute; 
    top: 55.5%;
    right: 1.5rem; 
    transform: translateY(-50%);
    padding: 0px; 
    height: 2.5rem; 
    max-height: 2.5rem;
}

.button_eye {
    background-color: transparent;
    border-style: none;
}
.email-container {
    position: relative;
    width: 100%;
}
.emailError {
    position: absolute; 
    top: 100%;
    left: 5%; 
    margin-top: -1px;
    display: none;
}
.invalid-alert {
    position: absolute; 
    top: 100%;
    left: 5%; 
    margin-top: -1px;
}
.invalid-feedback {
    color: #FF7588;
}
.check-pass-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.form-check {
    display: flex;
    align-items: center;
}
.form-check-input {
    accent-color:#0E4D92;
    margin-left: 5px !important;
    margin-right: 5px !important;
    width: 14px;
    position: relative;
    top: -2px;
}
label.form-check-label {
    cursor: pointer;
    margin-bottom: 0 !important;
    user-select: none;
    font-weight:500;
}
.forgotPass {
    margin-right: 5px;
    align-self: flex-end;
}
.button_continue.button_primary {
    background: linear-gradient(45deg, rgb(14, 77, 146) 0%, rgb(8, 75, 146) 100%);
}
.button_continue.button_primary:hover {
    transform: scale(1.05);
    background: linear-gradient(45deg, rgb(26, 85, 148) 0%, rgb(36, 108, 185) 100%);
}
.button_continue {
    display: block;
    width: 100%;
    font-weight: bold;
    background: linear-gradient(45deg, rgb(14, 77, 146) 0%, rgb(8, 75, 146) 100%);
    color: white;
    padding-block: 15px;
    margin: 20px auto;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.3784313725) 0px 20px 10px -15px;
    border: none;
    transition: all 0.2s ease-in-out;
}
.button_continue:disabled {
    background: linear-gradient(45deg, rgba(14, 77, 146, 0.5) 0%, rgba(8, 75, 146, 0.5) 100%);
    cursor: not-allowed;
}

.button_continue:disabled:hover {
    transform: none;
    background: linear-gradient(45deg, rgba(14, 77, 146, 0.5) 0%, rgba(8, 75, 146, 0.5) 100%);
}

.sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
    padding: 1.5rem;
}
.container.right-panel-active .sign-in-container {
	transform: translateX(100%);
}
.sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}
.container.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}
.login__terminos {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: .4px;
    margin-bottom: 0;
}
.login__terminos a,
.signUpResponsive a,
.signInResponsive a,
.forgotPass a,
.guest-login a {
    color: #0E4D92;
    font-size: 13px;
}
@keyframes show {
	0%, 49.99% {
		opacity: 0;
		z-index: 1;
	}
	
	50%, 100% {
		opacity: 1;
		z-index: 5;
	}
}
.overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}
.container.right-panel-active .overlay-container {
	transform: translateX(-100%);
}
.overlay {
	background: #666666;
	background: -webkit-linear-gradient(to right, #989898, #666666);
	background: linear-gradient(to right, #989898, #666666);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
	color: #FFFFFF;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
  	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}
.container.right-panel-active .overlay {
  	transform: translateX(50%);
}
.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50% !important;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out, background-image 2s ease-out;
    background-size: cover;
    background-repeat: no-repeat;
}
.overlay-panel::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}
.overlay-panel > * {
	position: relative;
	z-index: 2;
}
.overlay-panel h1, .overlay-panel p, .overlay-panel button {
    position: relative;
    z-index: 1;
}
.overlay-left {
	transform: translateX(-20%);
}
.container.right-panel-active .overlay-left {
	transform: translateX(0);
}
.overlay-right {
	right: 0;
	transform: translateX(0);
}
.container.right-panel-active .overlay-right {
	transform: translateX(20%);
}
.social-container {
	margin: 10px 0;
}
.social-container a {
	border: 1px solid #DDDDDD;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
}
.loginCard__media_content {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
}
.socialMediaButton__social_link {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem;
    transition: all .3s;
    border-radius: 2rem;
    border: 2px solid #edeff2;
    background: #fff;
    max-width: 13.4rem;
    width: 100%;
    justify-content: center;
}
.socialMediaButton__social_link:hover {
    background-color: #f2f3f6;
}
.signUpResponsive,
.signInResponsive {
    display: none;
}

@media (max-width: 960px) {
    form {
        padding: 0 20px;
    }
    .signUpResponsive,
    .signInResponsive {
        display: block;
    }
    #overlayContainer {
        display: none;
    }
    #signInContainer,
    #signUpContainer {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    }
    #signInContainer {
        transform: translateY(0);
        opacity: 1;
    }
    #signUpContainer {
        transform: translateY(100%);
        opacity: 0;
    }
    .container.right-panel-active #signInContainer {
        transform: translateY(-100%);
        opacity: 0;
    }
    .container.right-panel-active #signUpContainer {
        display: block;
        transition-delay: 0.6s;
        transform: translateY(0);
        opacity: 1;
        transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    }
    .container {
        max-width: 490px;
        min-height: 730px;
    }
}

@media (max-width: 540px) {
    body {
        display: block;
        margin: 30px 0 30px;
    }
    .container {
        max-width: 90%;
        min-height: 730px;
    }
    .password-container {
        margin-bottom: 8px;
    }
}
/*  */
/*  */
/*  */
/*  */
.password-strength {
    margin-top: 1rem;
    padding-left: 8px;
    padding-right: 8px;
    width: 100%;
    display: none;
}
.password-strength .strength-bar {
    display: flex;
    gap: 4px;
    height: 10px;
    overflow: hidden;
    width: 100%;
}
.password-strength .strength-bar .strength-partial {
    background-color: #f1f1f1;
    border-radius: 3px;
    flex: 1;
    height: 5px;
    transition: background-color .3s ease;
}
/* Débil */
.password-strength .strength-bar--weak .strength-partial--weak {
    background-color: #FF7588;
}
.password-strength .strength-type span.weak {
    border-color: #FF7588;
    color: #FF7588;
}
/* Regular */
.password-strength .strength-bar--fair .strength-partial--weak, .password-strength .strength-bar--fair .strength-partial--fair {
    background-color: #FFC107;
}
.password-strength .strength-type span.fair {
    border-color: #FFC107;
    color: #FFC107;
}
/* Fuerte */
.password-strength .strength-bar--strong .strength-partial--weak, .password-strength .strength-bar--strong .strength-partial--fair, .password-strength .strength-bar--strong .strength-partial--strong {
    background-color: #16D39A;
}
.password-strength .strength-type span.strong {
    border-color: #16D39A;
    color: #16D39A;
}

/* Texto */
.password-strength .strength-type {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
}
.password-strength .strength-type span {
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: capitalize;
}
.password-strength span.strength-text {
    display: block;
    font-size: 1.1rem;
    margin-top: 5px;
    margin-bottom: 0;
    text-align: left;
}
.grecaptcha-badge {
    z-index: 9999;
}
