.right-container-access {
    background-image: url('../../../media/default-login-background-fp.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f0f0f0;
}

.right-container-access:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 90%);
    pointer-events: none;
}

img.access-logo {
    max-width: 150px;
    margin: auto;
    margin-bottom: 25px;
}

/* GLOBALS */

.left-container-access {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100vh;
	position: relative;
}

.left-container-access-inner{
	max-width: 450px;
	padding: 43px 0 0;
	margin: 0 auto;
	max-width: 450px;
	padding: 43px 0 0;
	margin: 0 auto;
}

.left-container-access-overlay {
	background-image: url('../media/background-overlay-access.png');
	height:100%;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-size:cover;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

holder.holder{
	width: 100%;
	height: 100vh;
}

.link{
	color: #434CE8;
	text-decoration: none;
}

.reg-error {
    border: 2px solid rgb(205 86 86);
    border-radius: 8px;
    font-family: 'Be Vietnam', sans-serif;
    font-size: 12px;
    padding: 15px 20px !important;
    background: rgb(255 0 0 / 11%);
    color: rgb(201 15 15);
    display: inline-flex;
    width: 100%;
    align-items: center;
    max-width: 400px;
    gap: 8px;
}

i.fa-regular.fa-circle-xmark{
	margin-right: 5px;
}

.access-container{
	display: flex;
	width: 100%;
	max-width: 100%;
	margin: auto;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	height: 100vh;
	font-family: 'Be Vietnam', sans-serif;
}

.right-container-access{
	background-color: white;
	padding: 40px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.signup-form-container{
	max-width: 440px;
	width: 440px;
	margin: 0 auto;
	    z-index: 99999;
}

.logo img{
	max-width: 160px;
	margin-bottom: 50px;
	filter: brightness(0) invert(1);
}

.plan-details h2 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

i.fa-solid.fa-check.access{
	margin-right: 10px;
}

.plan-details ul{
	list-style: none;
	padding: 0;
	color: white;
}

.plan-details ul li{
	margin-bottom: 20px;
	font-size: 15px;
}

.badges-container{
	margin-top: 3rem;
}

.badges-container p{
	color: white;
	margin: 0;
	font-size: 18px;
	display: inline-block;
}

.stars{
	font-size: 24px;
	color: gold;
	display: inline-block;
}

.badges {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    gap: 20px;
}

.signup-form h2{
	font-size: 24px;
	margin-bottom: 20px;
}

.signup-form p{
	text-align: center;
	margin: 10px 0;
}

img.login-logo, img.fi-image {
    margin: auto;
}

/* REGISTER PAGE */

form input,form select{
	width: 100%;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

form a{
	color: #007bff;
	text-decoration: none;
	font-size: 14px;
}

.terms{
	display: flex;
	align-items: center;
	font-size: 14px;
}

.terms input{
	margin-right: 10px;
}

form button{
	width: 100%;
	padding: 10px;
	background-color: #28a745;
	border: none;
	color: white;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
}

form button:hover{
	background-color: #218838;
}

form p a{
	color: #007bff;
	text-decoration: none;
}

field#user-password-login{
	margin: 10px 0px 25px 0px;
}

form#custom-login-form, form#custom-lost-password-form, form#custom-reset-password-form {
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05), 0 5px 15px 0 rgba(0, 0, 0, .05);
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(0, 0, 0, .125);
	margin: 30px auto;
	padding: 30px;
	background: #fff;
}

#custom-login-form p{
	margin-bottom: 15px;
}

#custom-login-form label{
	display: block;
	margin-bottom: 5px;
	text-align: left;
}

#custom-login-form input[type="text"],#custom-login-form input[type="password"], input#user_login_reset, input#password, input#confirm_password {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
	height: 45px;
	border-radius: 8px;
	border: 2px solid #eff1f6;
	color: #404089;
	font-size: .875rem;
	transition: .15s ease;
	width: 100%;
	line-height: 1;
}

#custom-login-form input[type="submit"]{
	width: 100%;
    background: #2E258C;
    border: none;
    color: white;
    cursor: pointer;
    transition: .15s ease;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    height: 50px;
    border-radius: 3px;
}

#custom-login-form input[type="submit"]:hover{
	background: #434CE8;
}

field#wiblion-terms{
	display: inline-flex;
	margin-bottom: 20px;
	font-size: 13px;
}

field#wiblion-terms a{
	font-size: 13px;
}

input#terms{
	width: auto;
	margin-right: 10px;
	top: 2px;
	position: relative;
}

.password-wrapper{
	position: relative;
}

field#user-password{
	position: relative;
}

i#toggleIcon {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	color: var(--c-text-secondary);
}

i#toggleIconLogin, i#toggleIconReg {
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	color: var(--c-text-secondary);
}

i#toggleIconReset1, i#toggleIconReset2 {
	position: absolute;
	top: 25px;
	right: 15px;
	cursor: pointer;
	color: var(--c-text-secondary);
}

#user_pass{
	margin-bottom: 10px;
}

.valid{
	color: #666;
}

.invalid{
	color: #e53d3d;
}

div#password-requirements{
	padding: 5px 20px;
    border-radius: 8px;
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    max-width: 330px;
}

div#password-requirements::before{
	content: "";
	position: absolute;
	bottom: 100%;
	border-width: 6px;
	border-style: solid;
	border-color: transparent transparent white transparent;
}

requirement {
    display: inline-flex;
    font-size: 11px;
    margin-bottom: 10px;
    align-items: center;
    width: 100%;
    gap: 10px;
}

i.fa-solid.fa-xmark, i.fa-solid.fa-check{
	font-size: 12px;
	margin-right: 8px;
}

#custom-registration-form input[type="text"]:hover, #custom-registration-form input[type="email"]:hover, #custom-registration-form input[type="password"]:hover {
	border: 2px solid #979ef6;
}

#custom-registration-form input[type="text"]:focus, #custom-registration-form input[type="email"]:focus, #custom-registration-form input[type="password"]:focus {
	border: 2px solid #979ef6;
    box-shadow: 0px 0px 3px 3px #d3d6f5;
}

/* LOGIN PAGE */

.logo-login{
	text-align:center;
	filter: brightness(10);
	margin-bottom:25px;
}


.plan-details-login h2{
	    color: #ffffff;
    text-align: center;
    line-height: 1.7em;
    margin-bottom: 30px;
    margin-top: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}


.plan-details-login-body{
	text-align:center;
	color:#ffffff;
	padding-bottom:20px;
	line-height: 2em;
	font-size: 14px;
}


.featured-image-login{
	text-align:center;
}

.left-container-access-inner.login{
	max-width: 520px;
}

#custom-login-form input[type="text"]:hover, #custom-login-form input[type="password"]:hover, input#user_login_reset:hover {
    border: 2px solid #979ef6;
}

#custom-login-form input[type="text"]:focus, #custom-login-form input[type="password"]:focus, input#user_login_reset:focus {
    border: 2px solid #979ef6;
    box-shadow: 0px 0px 3px 3px #d3d6f5;
}

input#user_login_reset, input#confirm_password, input#password {
    margin-top: 10px;
    margin-bottom: 20px;
}

p.intro-pass-text{
	    margin-bottom: 15px !important;
    font-size: 12px;
    color: #000;
    margin-top: 10px;
}

p.signup-form-body{
	margin-bottom: 35px;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
	    line-height: 1.7em;
}

h2.signup-form-title{
	text-align: center;
	font-weight: 600;
	font-family:'Poppins', sans-serif;
	font-size:30px;
	    margin-bottom: 15px;
}

label {
color: var(--c-text-secondary);
	font-size: 14px;
}

p.switch-login{
	text-align: center;
	margin-top: 30px;
	    font-size: 14px;
}

field{
	margin-bottom: 10px;
}

.user-name{
	display: inline-flex;
	column-gap: 1.5em;
	margin-bottom: 10px;
}

form#custom-registration-form{
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05), 0 5px 15px 0 rgba(0, 0, 0, .05);
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(0, 0, 0, .125);
	margin: 0px auto 0px auto;
	padding: 30px;
}

#custom-registration-form p{
	margin-bottom: 15px;
}

#custom-registration-form label{
	display: block;
	margin-bottom: 5px;
}

#custom-registration-form input[type="text"],#custom-registration-form input[type="email"],#custom-registration-form input[type="password"]{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-decoration: none;
	height: 45px;
	border-radius: 8px;
	border: 2px solid #eff1f6;
	color: #404089;
	font-size: .875rem;
	transition: .15s ease;
	width: 100%;
	line-height: 1;
}

#custom-registration-form input[type="submit"], input#wp-submit-reset{
	width: 100%;
	padding: 13px;
	background: #2E258C;
	border: none;
	color: white;
	cursor: pointer;
	transition: .15s ease;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	height:50px;
	border-radius:3px;
}

#custom-registration-form input[type="submit"]:hover, input#wp-submit-reset:hover{
	background: #434CE8;
}


/* VERIFY EMAIL PAGE */

.access-container .holder .access-container .verify-container-access{
	margin:auto !important;
	max-width: 500px;
}

.verify-container-access-inner{
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05), 0 5px 15px 0 rgba(0, 0, 0, .05);
	border-radius: 8px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(0, 0, 0, .125);
	padding: 40px 30px;
	align-items: center;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

p.head-verify-email{
	text-align: center;
	margin-bottom:30px;
	font-size:25px;
}

/* Label */
label.head-verify{
	font-size:20px;
	display:block;
	margin-bottom:30px;
	margin-top:20px;
}

label.tos {
    font-size: 13px;
    margin-top: 4px;
}

/* Paragraph */
p.authorization-description{
	margin-bottom: 30px;
    font-size: 14px;
    line-height: 1.7em;
}

input.button-verify-email{
    width: 100%;
    padding: 13px;
    background: #2E258C;
    border: none;
    color: white;
    cursor: pointer;
    transition: .15s ease;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
    height: 50px;
}

input.button-verify-email:hover{
	background: #434CE8;
}

.reg-ok{
	border: 2px solid rgb(86 179 63);
	border-radius: 8px;
	font-family: be vietnam, sans-serif;
	font-size: 12px;
	padding: 15px 20px !important;
	background: rgb(0 255 126 / 11%);
	color: rgb(48 113 32);
	display: inline-flex;
    width: 100%;
    align-items: center;
    max-width: 400px;
    gap: 8px;
}

i.fa-regular.fa-circle-check{
	margin-right: 5px;
}

p.resend-code-intro-sec{
	font-size: 12px;
}

p.resend-code-intro{
	padding-bottom: 0px !important;
	font-size: 12px;
	font-weight: 600;
	margin-top: 5px;
	    margin-bottom: 10px;
}

.verification-inputs{
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-bottom:20px;
}

.verification-input{
	text-align: center;
	font-weight: 700;
	font-size: 25px;
	width: 30px;
	height: 30px;
	border: 2px solid #e5e5e5 !important;
	outline: none;
	line-height: 1em;
	color: #2e258c !important;
	transition: .15s ease;
}

.verification-input:hover{
	border-color:#979ef6 !important;
}

.verification-input:focus{
	box-shadow:0px 0px 3px 3px #d3d6f5;
	border-color:#979ef6 !important;
}

form#resend-code-form{
	width: 100%;
}

.val-em-link{
	font-size: 12px;
	padding: 0px;
	background-color: transparent;
	border-style: none;
	font-weight: 500;
	color: #2e258c;
	margin-top: 10px;
	margin-bottom: 0px;
	cursor: pointer;
	width: 50%;
	padding-bottom: 2px;
}

.cont-link-email{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	flex-direction: row;
	flex-wrap: nowrap;
}

input.val-em-link.resend-code{
	text-align: right;
	padding-right: 10px;
	border-right: 1px solid;
	border-radius: 0;
}

span#change-email-button{
	text-align: left;
	padding-left: 10px;
	border-radius: 0;
}

/* POPUP CHANGE EMAIL STYLES */
.popup-change-email{
	display: none;
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	opacity: 0;
	animation: animarFadeIn 0.3s forwards;
	transition: opacity 0.3s ease;
}

.popup-change-email-container{
	background-color: #fff;
	margin: 10% auto;
	padding: 30px;
	border: 1px solid #888;
	width: 80%;
	max-width: 500px;
	border-radius: 8px;
	align-self: center;
	    position: relative;
}

.close-btn-change-email{
	color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 10px;
}

.close-btn-change-email:hover,.close-btn-change-email:hover{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

p.head-change-email{
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	margin-bottom: 20px;
}

p.change-email-description{
	margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.7em;
}

/* New email */
#new_email{
    height: 30px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    text-decoration: none;
    border-radius: 8px;
    border: 2px solid #eff1f6;
    font-size: .875rem;
    transition: .15s ease;
    font-weight: 500;
    max-width: -webkit-fill-available;
}

/* New email (hover) */
#new_email:hover, input#password:hover, input#confirm_password:hover {
	border-color: #979ef6;
}

/* New email (focus) */
#new_email:focus, input#password:focus, input#confirm_password:focus {
	border-color: #979ef6;
	box-shadow:0px 0px 3px 3px #d3d6f5;
}

a.val-em-link.logout-link{
	position: absolute;
	right: 20px;
	text-align: right;
	top: 5px;
}

img.email-verification-icon {
    margin: auto;
}

/* REAUTH PAGE*/

form#custom-reauth-form {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .05), 0 5px 15px 0 rgba(0, 0, 0, .05);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, .125);
    margin: 0px auto 0px auto;
    padding: 30px;
}

input#user_pass_login {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-decoration: none;
    height: 45px;
    border-radius: 8px;
    border: 2px solid #eff1f6;
    color: #404089;
    font-size: .875rem;
    transition: .15s ease;
    line-height: 1;
	margin-top: 0.5em;
}

field#reauth-password {
    margin-bottom: 0px;
}

input#wp-submit {
    width: 100%;
    background: #2E258C;
    border: none;
    color: white;
    cursor: pointer;
    transition: .15s ease;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    height: 50px;
    border-radius: 3px;
}

input#wp-submit:hover{
	background: #434CE8;
}

img.avatar.avatar-64.photo {
    width: 60px;
    height: 60px;
}

p.reauth-text {
    font-size: 14px;
    line-height: 1.7em;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

input#user_pass_login:hover {
	border: 2px solid #979ef6;
}