.wpsa-auth-wrapper{
	padding:80px 20px;
}

.wpsa-auth-card{
	max-width:560px;
	margin:0 auto;
	background:#fff;
	border:1px solid #e4e7ec;
	border-radius:20px;
	padding:40px;
	box-shadow:
		0 1px 2px rgba(0,0,0,.03),
		0 10px 30px rgba(0,0,0,.04);
}
.wpsa-auth-header{
	margin-bottom:32px;
	text-align:center;
}

.wpsa-auth-header h2{
	margin:0 0 12px;
	font-size:32px;
	font-weight:700;
	line-height:1.2;
	color:#111827;
}

.wpsa-auth-header p{
	margin:0;
	font-size:15px;
	line-height:1.7;
	color:#6b7280;
}

.wpsa-alert{
	margin-bottom:24px;
	padding:16px 18px;
	border-radius:12px;
	font-size:14px;
}

.wpsa-alert ul{
	margin:0;
	padding-left:18px;
}

.wpsa-alert li{
	margin:4px 0;
}

.wpsa-alert-error{
	color:#b91c1c;
	background:#fef2f2;
	border:1px solid #fecaca;
}

.wpsa-alert-success{
	color:#166534;
	background:#f0fdf4;
	border:1px solid #bbf7d0;
}

.wpsa-form{
	display:flex;
	flex-direction:column;
	gap:20px;
}

.wpsa-field{
	display:flex;
	flex-direction:column;
	gap:8px;
}

.wpsa-field label{
	font-size:14px;
	font-weight:600;
	color:#121212;
	font-family: 'Montserrat';
}

.wpsa-field input {
    width: 100%;
    height: 52px;
    padding: 6px 16px;
    font-size: 16px;
    color: #121212;
    background: #fff;
    border: 1px solid #e4e7ec;
    border-radius: 8px;
    outline: none;
    transition: all .25s ease;
    box-sizing: border-box;
}

.wpsa-field input[type=text]:focus,
.wpsa-field input[type=email]:focus,
.wpsa-field input[type=password]:focus {
	border-color:#2563eb;
	box-shadow:0 0 0 4px rgba(37,99,235,.12);
}
.wpsa-field input[type=text]::placeholder, 
.wpsa-field input[type=email]::placeholder, 
.wpsa-field input[type=password]::placeholder { 
    opacity: 1 !important; 
    color: #c3cad4 !important; 
}
.wpsa-checkbox label{
	display:flex;
	align-items:flex-start;
	gap:10px;
	font-size:14px;
	font-weight:500;
	color:#4b5563;
	cursor:pointer;
	font-family: 'Montserrat';
}

.wpsa-checkbox input{
	display: none;
}
body .wpsa-checkbox label,
body .wpsa-checkbox label span {
    font-size: 16px!important;
    position: relative;
    line-height: 1.1!important;
    font-family: 'Montserrat';
    font-weight:500;
}
body .wpsa-checkbox label span {
    display:inline-flex;
	align-items:flex-start;
	/*padding-left: 24px;*/
}
body .wpsa-checkbox label span:before {
    content: '';
    border: 1.5px solid #2563eb!important;
    color: #121212!important;
    transition: all 0.3s ease!important;
    top: 2px!important;
    left: 0!important;
    width: 18px!important;
    height: 18px!important;
    transform: initial!important;
    border-radius: 3px!important;
    background-color: transparent!important;
    margin-right: 8px!important;
}

body .wpsa-checkbox label span:after {
    content: '';
    top: 0px!important;
    left: 1px!important;
    width: 18px!important;
    height: 18px!important;
    border: none!important;
    transform: initial!important;
    position: absolute!important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10' viewBox='0 0 14 10' fill='none'%3E%3Cpath d='M13.6747 0.322815C13.2415 -0.107741 12.5381 -0.107469 12.1044 0.322815L5.03702 7.3386L1.89587 4.22053C1.46213 3.78998 0.759044 3.78998 0.325304 4.22053C-0.108435 4.65109 -0.108435 5.34901 0.325304 5.77957L4.25157 9.67702C4.46831 9.89216 4.7525 10 5.03672 10C5.32094 10 5.6054 9.89243 5.82213 9.67702L13.6747 1.88182C14.1084 1.45156 14.1084 0.753343 13.6747 0.322815Z' fill='%23ffffff'/%3E%3C/svg%3E")!important;
    background-repeat: no-repeat!important;
    background-size: 12px auto!important;
    background-position: center center!important;
    transform: initial!important;
    opacity: 0!important;
    z-index: 1!important;
    transition: all 0.3s ease!important;
    border-radius: 3px!important;
}
body .wpsa-checkbox label input:checked + span:after {
    opacity: 1!important;
    z-index: 2!important;
}
body .wpsa-checkbox label input:checked + span:before {
    border-color: #2563eb!important;
    background-color: #2563eb!important;
}

.wpsa-submit-btn{
	width:100%;
	height:54px;
	border:none;
	border-radius:12px;
	background:#2563eb;
	color:#fff;
	font-size:16px;
	font-weight:600;
	cursor:pointer;
	transition:all .25s ease;
}

.wpsa-submit-btn:hover{
	background:#1d4ed8;
	transform:translateY(-1px);
}

.wpsa-submit-btn:active{
	transform:translateY(0);
}
.wpsa-auth-footer{
	margin-top:28px;
	padding-top:24px;
	border-top:1px solid #e5e7eb;
	text-align:center;
}

.wpsa-auth-footer p{
	margin:0;
	font-size:14px;
	color:#6b7280;
}

.wpsa-auth-footer a{
	color:#2563eb;
	font-weight:600;
	text-decoration:none;
}

.wpsa-auth-footer a:hover{
	text-decoration:underline;
}
.wpsa-password-strength{
	height:6px;
	margin-top:8px;
	background:#e5e7eb;
	border-radius:999px;
	overflow:hidden;
}

.wpsa-password-strength span{
	display:block;
	height:100%;
	width:0;
	background:#2563eb;
	transition:width .3s ease;
}
.wpsa-submit-btn.loading{
	pointer-events:none;
	opacity:.8;
}

.wpsa-submit-btn.loading::after{
	content:'';
	width:16px;
	height:16px;
	margin-left:10px;
	border:2px solid rgba(255,255,255,.4);
	border-top-color:#fff;
	border-radius:50%;
	display:inline-block;
	vertical-align:middle;
	animation:wpsa-spin .8s linear infinite;
}

@keyframes wpsa-spin{
	to{
		transform:rotate(360deg);
	}
}
.has-background .wpsa-auth-card{
	background:#fff;
}
@media (max-width:767px){

	.wpsa-auth-wrapper{
		padding:40px 16px;
	}

	.wpsa-auth-card{
		padding:28px 20px;
		border-radius:16px;
	}

	.wpsa-auth-header h2{
		font-size:28px;
	}

	.wpsa-field input{
		height:50px;
	}

	.wpsa-submit-btn{
		height:52px;
	}
}





/* Password EYE */

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear{
	display:none;
}

input[type="password"]::-webkit-credentials-auto-fill-button{
	visibility:hidden;
	display:none !important;
	pointer-events:none;
}

.wpsa-password-wrap {
    position: relative;
}
.wpsa-password-toggle {
    position: absolute;
    top: 14px;
    right: 16px;
    cursor: pointer;
    width: 22px;
    height: 22px;
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-eye-icon lucide-eye'%3E%3Cpath d='M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E")!important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-eye-icon lucide-eye'%3E%3Cpath d='M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E")!important;
    mask-repeat: no-repeat!important;
    -webkit-mask-repeat: no-repeat!important;
    mask-size: contain!important;
    -webkit-mask-size: contain!important;
    mask-position: center center!important;
    -webkit-mask-position: center center!important;
    background-color: var(--sptxt)!important;
    z-index: 2;
}
.wpsa-password-toggle.visibility {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-eye-off-icon lucide-eye-off'%3E%3Cpath d='M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49'/%3E%3Cpath d='M14.084 14.158a3 3 0 0 1-4.242-4.242'/%3E%3Cpath d='M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143'/%3E%3Cpath d='m2 2 20 20'/%3E%3C/svg%3E")!important;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23121212' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='lucide lucide-eye-off-icon lucide-eye-off'%3E%3Cpath d='M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49'/%3E%3Cpath d='M14.084 14.158a3 3 0 0 1-4.242-4.242'/%3E%3Cpath d='M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143'/%3E%3Cpath d='m2 2 20 20'/%3E%3C/svg%3E")!important;
    mask-repeat: no-repeat!important;
    -webkit-mask-repeat: no-repeat!important;
    mask-size: contain!important;
    -webkit-mask-size: contain!important;
    mask-position: center center!important;
    -webkit-mask-position: center center!important;
}
.wpsa-password-wrap input[type="password"],
.wpsa-password-wrap input[type="text"] {
    padding-right: 45px !important;
}

.wpsa-password-toggle:hover {
    background-color: var(--accent)!important;
}



