/* =========================================================
   CS Grăsuții România
   Member Auth Premium
   File: member_auth_premium.css
   Version: v4 FINAL TEST
========================================================= */

/* ==============================
   Page Base / Full Background
============================== */

body#registration_login_page{
	background:
		linear-gradient(rgba(5,10,15,.18),rgba(5,10,15,.38)),
		url(/images/roundo/darko/login_bg.png) center center / cover no-repeat fixed !important;
}

body#registration_login_page #container,
body#registration_login_page .wrapper,
body#registration_login_page #content{
	background:transparent !important;
	box-shadow:none !important;
}

.cs-auth-page{
	position:relative;
	min-height:calc(100vh - 120px);
	padding:64px 18px 92px;
	color:#dce8e0;
	overflow:hidden;
	background:transparent !important;
	box-shadow:none !important;
}

.cs-auth-page::before,
.cs-auth-page::after{
	display:none !important;
	content:none !important;
	background:none !important;
}

.cs-auth-shell{
	position:relative;
	z-index:2;
	width:100%;
	max-width:520px;
	margin:0 auto;
}

.cs-auth-shell-wide{
	max-width:820px;
}

.cs-auth-login-shell{
	width:min(1180px, calc(100vw - 48px)) !important;
	max-width:1180px !important;
	margin:0 auto !important;
	display:grid !important;
	grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr) !important;
	gap:28px !important;
	align-items:stretch !important;
}

/* ==============================
   Login Hero Left
============================== */

.cs-auth-hero,
.cs-auth-panel{
	position:relative;
	width:auto !important;
	max-width:none !important;
	min-width:0 !important;
	background:
		radial-gradient(circle at top left,rgba(57,255,20,.14),transparent 34%),
		linear-gradient(180deg,rgba(17,25,34,.88),rgba(8,13,19,.93));
	border:1px solid rgba(57,255,20,.30);
	border-radius:24px;
	box-shadow:
		0 28px 68px rgba(0,0,0,.52),
		0 0 36px rgba(57,255,20,.13);
	overflow:hidden;
	backdrop-filter:blur(10px);
}

.cs-auth-hero{
	min-height:560px !important;
	padding:42px;
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}

.cs-auth-hero::before{
	content:"";
	position:absolute;
	inset:0;
	background:
		linear-gradient(120deg,rgba(57,255,20,.20),transparent 42%),
		radial-gradient(circle at 30% 20%,rgba(57,255,20,.24),transparent 30%);
	pointer-events:none;
}

.cs-auth-hero::after,
.cs-auth-panel::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:2px;
	background:linear-gradient(90deg,transparent,rgba(57,255,20,.95),transparent);
	opacity:.76;
	pointer-events:none;
}

.cs-auth-hero-content,
.cs-auth-hero-bottom{
	position:relative;
	z-index:1;
}

.cs-auth-logo-text{
	display:inline-flex;
	align-items:center;
	gap:10px;
	color:#39ff14 !important;
	font-size:34px;
	font-weight:950;
	line-height:1;
	text-decoration:none !important;
	text-shadow:0 0 22px rgba(57,255,20,.58);
	transition:
		transform .18s ease,
		text-shadow .18s ease;
}

.cs-auth-logo-text:hover{
	transform:translateY(-2px);
	text-shadow:0 0 30px rgba(57,255,20,.78);
}

.cs-auth-logo-text i{
	font-size:30px;
}

.cs-auth-kicker{
	margin-top:12px;
	color:#8dff69;
	font-size:12px;
	font-weight:950;
	letter-spacing:2px;
	text-transform:uppercase;
}

.cs-auth-hero h1{
	max-width:520px !important;
	margin:42px 0 12px;
	color:#f4fff2;
	font-size:46px;
	line-height:1.05;
	font-weight:950;
	letter-spacing:-.04em;
	text-shadow:0 0 18px rgba(57,255,20,.16);
}

.cs-auth-hero p{
	max-width:430px !important;
	margin:0;
	color:#c9d8e2;
	font-size:15px;
	font-weight:650;
	line-height:1.8;
}

.cs-auth-benefits{
	display:grid;
	gap:12px;
	margin-top:30px;
}

.cs-auth-benefit{
	display:flex;
	align-items:center;
	gap:12px;
	padding:14px 16px;
	border-radius:16px;
	background:rgba(255,255,255,.045);
	border:1px solid rgba(255,255,255,.085);
	color:#e2eee8;
	font-size:13px;
	font-weight:850;
	box-shadow:0 10px 24px rgba(0,0,0,.2);
	transition:
		transform .18s ease,
		background .18s ease,
		border-color .18s ease;
}

.cs-auth-benefit:hover{
	transform:translateY(-2px);
	background:rgba(57,255,20,.06);
	border-color:rgba(57,255,20,.20);
}

.cs-auth-benefit i{
	width:36px;
	height:36px;
	border-radius:12px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex:0 0 auto;
	background:rgba(57,255,20,.12);
	border:1px solid rgba(57,255,20,.28);
	color:#39ff14;
	text-shadow:0 0 12px rgba(57,255,20,.58);
	box-shadow:0 0 16px rgba(57,255,20,.08);
}

.cs-auth-hero-bottom{
	display:grid;
	grid-template-columns:repeat(3,minmax(0,1fr)) !important;
	gap:12px;
}

.cs-auth-mini-stat{
	padding:16px;
	border-radius:16px;
	background:rgba(0,0,0,.30);
	border:1px solid rgba(57,255,20,.20);
	text-align:center;
	box-shadow:
		inset 0 0 18px rgba(57,255,20,.028),
		0 10px 22px rgba(0,0,0,.18);
	transition:
		transform .18s ease,
		border-color .18s ease,
		background .18s ease;
}

.cs-auth-mini-stat:hover{
	transform:translateY(-2px);
	background:rgba(57,255,20,.055);
	border-color:rgba(57,255,20,.32);
}

.cs-auth-mini-stat strong{
	display:block;
	color:#39ff14;
	font-size:20px;
	font-weight:950;
	line-height:1.15;
	text-shadow:0 0 14px rgba(57,255,20,.38);
}

.cs-auth-mini-stat span{
	display:block;
	margin-top:5px;
	color:#c2d1db;
	font-size:12px;
	font-weight:850;
}

/* ==============================
   Login Panel Right
============================== */

.cs-auth-panel{
	min-height:560px !important;
	padding:0;
}

.cs-auth-panel-head{
	position:relative;
	z-index:1;
	padding:34px;
	text-align:center;
	background:
		linear-gradient(90deg,rgba(57,255,20,.14),rgba(8,13,19,.95));
	border-bottom:1px solid rgba(255,255,255,.085);
}

.cs-auth-panel-head i{
	display:flex;
	align-items:center;
	justify-content:center;
	width:58px;
	height:58px;
	margin:0 auto 16px;
	border-radius:18px;
	background:rgba(57,255,20,.12);
	border:1px solid rgba(57,255,20,.34);
	color:#39ff14;
	font-size:28px;
	text-shadow:0 0 12px rgba(57,255,20,.65);
	box-shadow:0 0 25px rgba(57,255,20,.18);
}

.cs-auth-panel-head h2{
	margin:0;
	color:#f4fff2;
	font-size:30px;
	font-weight:950;
	letter-spacing:-.03em;
	text-shadow:0 0 16px rgba(57,255,20,.12);
}

.cs-auth-panel-head span{
	display:block;
	margin-top:8px;
	color:#c1d0dc;
	font-size:13px;
	font-weight:700;
}

.cs-auth-alerts{
	position:relative;
	z-index:1;
	padding:0 34px;
}

.cs-auth-alerts:empty{
	display:none;
}

.cs-auth-alerts fieldset,
.cs-auth-alerts .cs-auth-loggedin-notice,
.cs-auth-alerts .error,
.cs-auth-alerts .errors,
.cs-auth-alerts .tborder{
	margin:22px 0 0 !important;
	padding:13px 16px !important;
	border-radius:14px !important;
	border:1px solid rgba(83,122,255,.26) !important;
	background:rgba(83,122,255,.08) !important;
	color:#bac8ff !important;
	box-shadow:0 10px 24px rgba(0,0,0,.2) !important;
}

.cs-auth-alerts fieldset *{
	color:inherit !important;
}

.cs-auth-panel-body{
	position:relative;
	z-index:1;
	padding:36px 34px 34px !important;
}

.cs-auth-form{
	margin:0;
	position:relative;
	z-index:1;
}

.cs-auth-field{
	position:relative;
	margin:0 0 18px;
}

.cs-auth-field label,
.cs-auth-custom-title{
	display:flex;
	align-items:center;
	gap:8px;
	margin:0 0 9px;
	color:#eaffea;
	font-size:13px;
	font-weight:950;
	line-height:1.35;
}

.cs-auth-field label i{
	color:#39ff14;
	text-shadow:0 0 10px rgba(57,255,20,.48);
}

.cs-auth-input,
.cs-auth-select,
.cs-auth-form input.textbox,
.cs-auth-form select,
.cs-auth-custom-input input.textbox,
.cs-auth-custom-input select,
.cs-auth-custom-input textarea{
	width:100% !important;
	min-height:52px;
	box-sizing:border-box !important;
	padding:0 16px !important;
	border-radius:15px !important;
	background:#070d13 !important;
	border:1px solid rgba(57,255,20,.30) !important;
	color:#fff !important;
	font-size:14px !important;
	font-weight:800 !important;
	outline:0 !important;
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,.02),
		0 10px 22px rgba(0,0,0,.24);
	transition:
		border-color .22s ease,
		box-shadow .22s ease,
		background .22s ease;
}

.cs-auth-form textarea,
.cs-auth-custom-input textarea{
	min-height:110px;
	padding:12px 14px !important;
	resize:vertical;
}

.cs-auth-input:focus,
.cs-auth-select:focus,
.cs-auth-form input.textbox:focus,
.cs-auth-form select:focus,
.cs-auth-custom-input input.textbox:focus,
.cs-auth-custom-input select:focus,
.cs-auth-custom-input textarea:focus{
	border-color:rgba(57,255,20,.68) !important;
	background:#081018 !important;
	box-shadow:
		0 0 0 3px rgba(57,255,20,.11),
		0 0 23px rgba(57,255,20,.18) !important;
}

.cs-auth-form option{
	background:#0b1218;
	color:#eaffec;
}

.cs-auth-options{
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:14px;
	margin:8px 0 22px;
	color:#b5c6d2;
	font-size:13px;
	font-weight:700;
}

.cs-auth-options label,
.cs-auth-remember{
	display:flex;
	align-items:center;
	gap:8px;
	cursor:pointer;
}

.cs-auth-options input{
	accent-color:#39ff14;
}

.cs-auth-options a{
	color:#39ff14 !important;
	text-decoration:none !important;
	font-weight:950;
	transition:
		color .18s ease,
		text-shadow .18s ease;
}

.cs-auth-options a:hover{
	color:#b8ffae !important;
	text-shadow:0 0 14px rgba(57,255,20,.42);
}

.cs-auth-submit,
.cs-auth-mini-btn,
.cs-auth-form input.button,
.cs-auth-form .button{
	position:relative;
	display:inline-flex !important;
	align-items:center;
	justify-content:center;
	min-height:54px;
	padding:0 26px !important;
	border-radius:999px !important;
	background:#4564ff !important;
	border:1px solid rgba(107,130,255,.55) !important;
	color:#fff !important;
	font-size:15px !important;
	font-weight:850 !important;
	line-height:1 !important;
	text-decoration:none !important;
	text-transform:none;
	letter-spacing:0;
	box-shadow:
		0 14px 28px rgba(0,0,0,.34),
		0 0 22px rgba(69,100,255,.18);
	cursor:pointer;
	transition:
		transform .18s ease,
		background .18s ease,
		border-color .18s ease,
		box-shadow .18s ease;
}

.cs-auth-submit{
	width:100% !important;
}

.cs-auth-submit:hover,
.cs-auth-mini-btn:hover,
.cs-auth-form input.button:hover,
.cs-auth-form .button:hover{
	transform:translateY(-2px);
	background:#5773ff !important;
	border-color:rgba(137,156,255,.75) !important;
	box-shadow:
		0 18px 34px rgba(0,0,0,.4),
		0 0 28px rgba(69,100,255,.26);
}

.cs-auth-mini-btn{
	width:auto !important;
	min-height:34px;
	padding:0 16px !important;
	font-size:11px !important;
	font-weight:950 !important;
	background:
		linear-gradient(180deg,rgba(57,255,20,.26),rgba(57,255,20,.08)) !important;
	border-color:rgba(57,255,20,.43) !important;
}

.cs-auth-refresh-btn{
	margin-top:12px;
}

.cs-auth-footer{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	margin-top:22px;
	color:#b8c8d2;
	font-size:13px;
	font-weight:700;
}

.cs-auth-footer a,
.cs-auth-home{
	color:#39ff14 !important;
	font-weight:950;
	text-decoration:none !important;
	transition:
		color .18s ease,
		text-shadow .18s ease;
}

.cs-auth-footer a:hover,
.cs-auth-home:hover{
	color:#b8ffae !important;
	text-shadow:0 0 14px rgba(57,255,20,.42);
}

.cs-auth-home{
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	margin-top:14px;
	font-size:13px;
}

/* ==============================
   Generic Card Pages
   Register / Lost Password / Reset / Agreement / COPPA
============================== */

.cs-auth-card{
	position:relative;
	background:
		radial-gradient(circle at top left,rgba(57,255,20,.14),transparent 34%),
		linear-gradient(180deg,rgba(17,25,34,.90),rgba(8,13,19,.94));
	border:1px solid rgba(57,255,20,.30);
	border-radius:24px;
	box-shadow:
		0 28px 68px rgba(0,0,0,.52),
		0 0 36px rgba(57,255,20,.13);
	overflow:hidden;
	backdrop-filter:blur(10px);
}

.cs-auth-card::before{
	content:"";
	position:absolute;
	inset:0;
	background:linear-gradient(
		120deg,
		transparent 0%,
		rgba(57,255,20,.075) 45%,
		transparent 72%
	);
	transform:translateX(-120%);
	animation:csAuthShine 5.8s ease-in-out infinite;
	pointer-events:none;
}

.cs-auth-card::after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	height:2px;
	background:linear-gradient(90deg,transparent,rgba(57,255,20,.95),transparent);
	opacity:.76;
	pointer-events:none;
}

.cs-auth-card-head{
	position:relative;
	z-index:1;
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:18px;
	padding:24px 26px 20px;
	border-bottom:1px solid rgba(57,255,20,.17);
	background:rgba(0,0,0,.22);
}

.cs-auth-card-head .cs-auth-kicker{
	margin:0 0 8px;
	display:inline-flex;
	align-items:center;
	padding:5px 10px;
	border-radius:999px;
	background:rgba(57,255,20,.10);
	border:1px solid rgba(57,255,20,.22);
	color:#39ff14;
	font-size:10px;
	font-weight:950;
	letter-spacing:.08em;
	text-transform:uppercase;
}

.cs-auth-card-head h1{
	margin:0;
	color:#f3fff5;
	font-size:27px;
	font-weight:950;
	line-height:1.15;
	letter-spacing:-.03em;
	text-shadow:0 0 18px rgba(57,255,20,.18);
}

.cs-auth-card-head p{
	margin:8px 0 0;
	color:#b5c8bd;
	font-size:13px;
	font-weight:650;
	line-height:1.55;
}

.cs-auth-badge{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex:0 0 auto;
	min-width:76px;
	height:36px;
	padding:0 13px;
	border-radius:999px;
	background:
		linear-gradient(180deg,rgba(57,255,20,.20),rgba(57,255,20,.07));
	border:1px solid rgba(57,255,20,.36);
	color:#dffff0;
	font-size:11px;
	font-weight:950;
	letter-spacing:.07em;
	text-transform:uppercase;
	box-shadow:0 0 18px rgba(57,255,20,.14);
}

.cs-auth-card .cs-auth-form{
	padding:24px 26px 26px;
}

.cs-auth-logo{
	display:flex;
	justify-content:center;
	margin:0 0 18px;
}

.cs-auth-logo a{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	padding:10px 18px;
	border-radius:999px;
	background:rgba(0,0,0,.34);
	border:1px solid rgba(57,255,20,.20);
	backdrop-filter:blur(8px);
	box-shadow:
		0 14px 34px rgba(0,0,0,.38),
		0 0 22px rgba(57,255,20,.13);
	transition:
		transform .2s ease,
		border-color .2s ease,
		box-shadow .2s ease,
		background .2s ease;
}

.cs-auth-logo a:hover{
	transform:translateY(-2px);
	background:rgba(0,0,0,.44);
	border-color:rgba(57,255,20,.44);
	box-shadow:
		0 18px 38px rgba(0,0,0,.44),
		0 0 28px rgba(57,255,20,.22);
}

.cs-auth-logo img{
	display:block;
	height:35px;
	width:auto;
	max-width:100%;
}

.cs-auth-notice{
	position:relative;
	z-index:1;
	margin:0 0 16px;
}

.cs-auth-notice:empty{
	display:none;
}

.cs-auth-notice .error,
.cs-auth-notice .errors,
.cs-auth-notice .pm_alert,
.cs-auth-notice .red_alert,
.cs-auth-notice .tborder,
.cs-auth-notice #log_reg_table{
	margin:0 !important;
	width:100% !important;
	border-radius:18px !important;
	overflow:hidden;
	border:1px solid rgba(255,75,75,.32) !important;
	background:
		linear-gradient(180deg,rgba(60,15,15,.84),rgba(18,8,8,.90)) !important;
	box-shadow:
		0 14px 30px rgba(0,0,0,.34),
		0 0 18px rgba(255,75,75,.1);
	color:#ffdede !important;
	backdrop-filter:blur(10px);
}

.cs-auth-notice td,
.cs-auth-notice .trow1,
.cs-auth-notice .trow2{
	background:transparent !important;
	border:0 !important;
	color:#ffdede !important;
}

.cs-auth-loggedin-notice{
	display:flex;
	align-items:center;
	gap:12px;
	padding:13px 15px;
	border-radius:17px;
	background:
		linear-gradient(180deg,rgba(57,255,20,.13),rgba(57,255,20,.055));
	border:1px solid rgba(57,255,20,.28);
	box-shadow:
		0 14px 28px rgba(0,0,0,.30),
		0 0 20px rgba(57,255,20,.12);
	color:#dfffe1;
	backdrop-filter:blur(10px);
}

.cs-auth-loggedin-icon{
	display:flex;
	align-items:center;
	justify-content:center;
	flex:0 0 auto;
	width:36px;
	height:36px;
	border-radius:13px;
	background:rgba(57,255,20,.11);
	border:1px solid rgba(57,255,20,.24);
	color:#39ff14;
}

.cs-auth-loggedin-text{
	min-width:0;
	font-size:13px;
	font-weight:800;
	line-height:1.45;
}

/* ==============================
   Generic Form Helpers
============================== */

.cs-auth-grid{
	display:grid;
	gap:14px;
}

.cs-auth-grid-2{
	grid-template-columns:repeat(2,minmax(0,1fr));
}

.cs-auth-hp,
.cs-auth-hidden-captcha{
	position:absolute !important;
	left:-9999px !important;
	width:1px !important;
	height:1px !important;
	overflow:hidden !important;
	opacity:0 !important;
	pointer-events:none !important;
}

.cs-auth-status{
	margin:4px 0 12px;
	padding:9px 11px;
	border-radius:12px;
	background:rgba(255,255,255,.045);
	border:1px solid rgba(255,255,255,.085);
	color:#a9bbb2;
	font-size:12px;
	font-weight:700;
}

.cs-auth-status:empty{
	display:none;
}

.cs-auth-help{
	margin:0 0 14px;
	color:#a7bbb0;
	font-size:13px;
	font-weight:650;
	line-height:1.6;
}

.cs-auth-center-help{
	text-align:center;
}

.cs-auth-forgot{
	display:inline-flex;
	margin-top:9px;
	color:#39ff14 !important;
	font-size:12px;
	font-weight:900;
	text-decoration:none !important;
	border-bottom:1px solid rgba(57,255,20,.30);
	transition:
		color .18s ease,
		border-color .18s ease;
}

.cs-auth-forgot:hover{
	color:#b9ffb0 !important;
	border-bottom-color:rgba(57,255,20,.72);
}

/* ==============================
   Sections
============================== */

.cs-auth-section{
	margin:0 0 18px;
	padding:18px;
	border-radius:19px;
	background:
		linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.022));
	border:1px solid rgba(57,255,20,.15);
	box-shadow:
		inset 0 0 20px rgba(57,255,20,.035),
		0 12px 28px rgba(0,0,0,.22);
}

.cs-auth-section-title{
	display:flex;
	align-items:center;
	gap:10px;
	margin:0 0 15px;
	padding:0 0 12px;
	border-bottom:1px solid rgba(57,255,20,.15);
	color:#f0fff2;
	font-size:14px;
	font-weight:950;
	line-height:1.25;
	text-transform:uppercase;
	letter-spacing:.045em;
}

.cs-auth-section-title::before{
	content:"";
	display:block;
	width:9px;
	height:9px;
	border-radius:50%;
	background:#39ff14;
	box-shadow:0 0 12px rgba(57,255,20,.82);
}

.cs-auth-required-fields,
.cs-auth-additional-fields{
	display:flex;
	flex-direction:column;
	gap:14px;
}

.cs-auth-custom-field{
	padding:14px;
	border-radius:16px;
	background:rgba(0,0,0,.22);
	border:1px solid rgba(255,255,255,.085);
}

.cs-auth-custom-description{
	margin:-3px 0 10px;
	color:#a0b3a8;
	font-size:12px;
	font-weight:650;
	line-height:1.55;
}

.cs-auth-custom-input input[type="radio"],
.cs-auth-custom-input input[type="checkbox"]{
	margin-right:6px;
}

.cs-auth-custom-input label{
	color:#dce8e0;
	font-size:13px;
	font-weight:700;
	text-transform:none;
	letter-spacing:0;
}

/* ==============================
   Checks / Options
============================== */

.cs-auth-check-list{
	display:grid;
	grid-template-columns:repeat(2,minmax(0,1fr));
	gap:10px;
	margin:0 0 16px;
}

.cs-auth-check{
	display:flex;
	align-items:flex-start;
	gap:10px;
	padding:11px 12px;
	border-radius:14px;
	background:rgba(255,255,255,.045);
	border:1px solid rgba(255,255,255,.09);
	color:#d9e7df;
	font-size:13px;
	font-weight:700;
	line-height:1.45;
	cursor:pointer;
	transition:
		background .18s ease,
		border-color .18s ease,
		transform .18s ease;
}

.cs-auth-check:hover{
	transform:translateY(-1px);
	background:rgba(57,255,20,.065);
	border-color:rgba(57,255,20,.20);
}

.cs-auth-check input{
	flex:0 0 auto;
	margin:3px 0 0;
	accent-color:#39ff14;
}

.cs-auth-check span{
	min-width:0;
}

/* ==============================
   Generic Bottom Links
============================== */

.cs-auth-bottom{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	gap:12px;
	margin:18px 0 0;
	text-align:center;
}

.cs-auth-switch{
	color:#c3d2cb;
	font-size:13px;
	font-weight:700;
	text-shadow:0 2px 8px rgba(0,0,0,.45);
}

.cs-auth-switch a{
	color:#39ff14 !important;
	font-weight:950;
	text-decoration:none !important;
}

.cs-auth-switch a:hover{
	color:#b8ffae !important;
	text-shadow:0 0 14px rgba(57,255,20,.42);
}

/* ==============================
   Register Specific
============================== */

.cs-auth-register-card .cs-auth-form{
	padding-top:22px;
}

.cs-auth-hidden-referrer{
	display:none;
}

.cs-auth-security{
	display:flex;
	flex-direction:column;
	gap:14px;
}

.cs-auth-security:empty{
	display:none;
}

.cs-auth-extra-toggle-wrap{
	display:flex;
	justify-content:center;
	margin:10px 0 18px;
}

.cs-auth-extra-toggle{
	display:inline-flex;
	align-items:center;
	gap:9px;
	padding:11px 16px;
	border-radius:999px;
	background:rgba(57,255,20,.09);
	border:1px solid rgba(57,255,20,.22);
	color:#eaffec !important;
	font-size:12px;
	font-weight:950;
	text-decoration:none !important;
	text-transform:uppercase;
	letter-spacing:.04em;
	box-shadow:0 10px 24px rgba(0,0,0,.25);
	transition:
		transform .18s ease,
		background .18s ease,
		border-color .18s ease;
}

.cs-auth-extra-toggle:hover{
	transform:translateY(-2px);
	background:rgba(57,255,20,.14);
	border-color:rgba(57,255,20,.40);
}

.cs-auth-extra-toggle small{
	color:#39ff14;
	font-size:10px;
	font-weight:950;
	letter-spacing:.06em;
}

.cs-auth-extras{
	margin-top:4px;
}

/* ==============================
   Security Question
============================== */

.cs-auth-question-box{
	margin:0 0 14px;
	padding:14px;
	border-radius:16px;
	background:rgba(0,0,0,.25);
	border:1px solid rgba(57,255,20,.16);
}

.cs-auth-question-label{
	margin:0 0 6px;
	color:#39ff14;
	font-size:10px;
	font-weight:950;
	text-transform:uppercase;
	letter-spacing:.07em;
}

.cs-auth-question-text{
	color:#eef8f0;
	font-size:14px;
	font-weight:850;
	line-height:1.55;
}

.cs-auth-question-row{
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	gap:14px;
	align-items:end;
}

.cs-auth-question-answer{
	margin-bottom:0;
}

.cs-auth-question-refresh{
	display:flex;
	align-items:flex-end;
	justify-content:flex-end;
	padding-bottom:0;
}

/* ==============================
   Captcha
============================== */

.cs-auth-captcha-box{
	display:grid;
	grid-template-columns:minmax(0,1fr) auto;
	gap:18px;
	align-items:center;
}

.cs-auth-captcha-image-wrap,
.cs-auth-recaptcha-box,
.cs-auth-turnstile-box,
.cs-auth-hcaptcha-box{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	gap:10px;
	padding:14px;
	border-radius:16px;
	background:rgba(0,0,0,.24);
	border:1px solid rgba(255,255,255,.085);
}

.cs-auth-captcha-image{
	display:block;
	max-width:100%;
	height:auto;
	border-radius:12px;
	border:1px solid rgba(57,255,20,.20);
	background:#fff;
	box-shadow:0 12px 26px rgba(0,0,0,.30);
}

.cs-auth-captcha-note{
	color:#ffc857;
	font-size:11px;
	font-weight:850;
	line-height:1.45;
	text-align:center;
}

.cs-auth-recaptcha,
.cs-auth-turnstile,
.cs-auth-hcaptcha{
	max-width:100%;
	overflow:hidden;
}

/* ==============================
   Agreement / COPPA
============================== */

.cs-auth-agreement-content{
	color:#d6e2dc;
	font-size:13px;
	font-weight:650;
	line-height:1.75;
}

.cs-auth-agreement-content p{
	margin:0 0 12px;
}

.cs-auth-agreement-content p:last-child{
	margin-bottom:0;
}

.cs-auth-agreement-content strong{
	color:#f3fff5;
	font-weight:950;
}

.cs-auth-dob-grid{
	display:grid;
	grid-template-columns:1fr 1.4fr 1fr;
	gap:14px;
}

/* ==============================
   Select2 Compatibility
============================== */

.cs-auth-page .select2-container{
	width:100% !important;
}

.cs-auth-page .select2-container .select2-choice{
	min-height:52px;
	padding:0 14px;
	border-radius:15px;
	background:#070d13 !important;
	border:1px solid rgba(57,255,20,.30) !important;
	color:#ecfff0 !important;
	box-shadow:
		inset 0 0 0 1px rgba(255,255,255,.02),
		0 10px 22px rgba(0,0,0,.24) !important;
	line-height:52px;
}

.cs-auth-page .select2-container .select2-choice .select2-chosen{
	color:#ecfff0;
	font-weight:800;
}

.cs-auth-page .select2-container .select2-choice .select2-arrow{
	background:transparent !important;
	border-left:1px solid rgba(57,255,20,.16) !important;
	border-radius:0 15px 15px 0;
}

.select2-drop,
.select2-drop-active{
	background:#0b1218 !important;
	border:1px solid rgba(57,255,20,.26) !important;
	color:#ecfff0 !important;
	box-shadow:0 16px 32px rgba(0,0,0,.44) !important;
}

.select2-results{
	color:#ecfff0 !important;
}

.select2-results .select2-highlighted{
	background:rgba(57,255,20,.20) !important;
	color:#fff !important;
}

/* ==============================
   MyBB Validator Compatibility
============================== */

.cs-auth-form label.error{
	display:block;
	margin:7px 0 0;
	padding:8px 10px;
	border-radius:11px;
	background:rgba(255,75,75,.10);
	border:1px solid rgba(255,75,75,.22);
	color:#ffb9b9;
	font-size:12px;
	font-weight:800;
	text-transform:none;
	letter-spacing:0;
}

.cs-auth-form input.error,
.cs-auth-form select.error,
.cs-auth-form textarea.error{
	border-color:rgba(255,75,75,.50) !important;
	box-shadow:
		0 0 0 3px rgba(255,75,75,.10),
		0 12px 26px rgba(0,0,0,.24) !important;
}

.cs-auth-form .valid{
	border-color:rgba(57,255,20,.40) !important;
}

/* ==============================
   Compatibility Cleanup
============================== */

#registration_login_page #log_reg_table{
	max-width:100%;
}

.cs-auth-page table,
.cs-auth-page tbody,
.cs-auth-page tr,
.cs-auth-page td{
	border:0;
}

.cs-auth-page .tborder,
.cs-auth-page .trow1,
.cs-auth-page .trow2,
.cs-auth-page .thead,
.cs-auth-page .tcat,
.cs-auth-page fieldset{
	background:transparent !important;
	border:0 !important;
	box-shadow:none !important;
}

.cs-auth-page fieldset{
	margin:0;
	padding:0;
}

.cs-auth-page legend{
	display:none;
}

.cs-auth-page .smalltext{
	color:inherit;
}

.cs-auth-page a{
	outline:none;
}

.cs-auth-page input[type="checkbox"],
.cs-auth-page input[type="radio"]{
	accent-color:#39ff14;
}

/* ==============================
   Responsive
============================== */

@media (max-width:980px){

	.cs-auth-login-shell{
		width:min(720px, calc(100vw - 28px)) !important;
		max-width:720px !important;
		grid-template-columns:1fr !important;
	}

	.cs-auth-hero,
	.cs-auth-panel{
		min-height:auto !important;
	}

}

@media (max-width:760px){

	.cs-auth-page{
		padding:34px 12px 58px !important;
	}

	.cs-auth-shell,
	.cs-auth-shell-wide,
	.cs-auth-login-shell{
		max-width:100%;
	}

	.cs-auth-card,
	.cs-auth-hero,
	.cs-auth-panel{
		border-radius:20px;
	}

	.cs-auth-hero,
	.cs-auth-panel-body,
	.cs-auth-panel-head{
		padding:24px !important;
	}

	.cs-auth-hero h1{
		font-size:34px;
	}

	.cs-auth-card-head{
		padding:21px 18px 18px;
		flex-direction:column;
		gap:12px;
	}

	.cs-auth-card-head h1{
		font-size:24px;
	}

	.cs-auth-badge{
		height:32px;
		min-width:0;
	}

	.cs-auth-card .cs-auth-form{
		padding:20px 18px 22px;
	}

	.cs-auth-grid-2,
	.cs-auth-check-list,
	.cs-auth-captcha-box,
	.cs-auth-question-row,
	.cs-auth-dob-grid{
		grid-template-columns:1fr;
	}

	.cs-auth-question-refresh{
		justify-content:flex-start;
	}

	.cs-auth-captcha-image-wrap,
	.cs-auth-recaptcha-box,
	.cs-auth-turnstile-box,
	.cs-auth-hcaptcha-box{
		align-items:flex-start;
	}

	.cs-auth-submit,
	.cs-auth-form input.button{
		width:100% !important;
	}

}

@media (max-width:560px){

	body#registration_login_page{
		background:
			linear-gradient(rgba(5,10,15,.25),rgba(5,10,15,.50)),
			url(/images/roundo/darko/login_bg.png) center center / cover no-repeat fixed !important;
	}

	.cs-auth-page{
		padding:28px 12px 60px !important;
	}

	.cs-auth-login-shell{
		width:100% !important;
		max-width:100% !important;
		gap:18px !important;
	}

	.cs-auth-hero,
	.cs-auth-panel-body,
	.cs-auth-panel-head{
		padding:22px !important;
	}

	.cs-auth-logo-text{
		font-size:28px;
	}

	.cs-auth-logo-text i{
		font-size:25px;
	}

	.cs-auth-kicker{
		font-size:10px;
		line-height:1.5;
	}

	.cs-auth-hero h1{
		font-size:32px;
	}

	.cs-auth-options{
		flex-direction:column;
		align-items:flex-start;
	}

	.cs-auth-hero-bottom{
		grid-template-columns:1fr !important;
	}

	.cs-auth-footer{
		flex-direction:column;
		gap:4px;
	}

}

@media (max-width:460px){

	.cs-auth-page{
		padding-left:10px !important;
		padding-right:10px !important;
	}

	.cs-auth-logo img{
		height:30px;
	}

	.cs-auth-card,
	.cs-auth-hero,
	.cs-auth-panel{
		border-radius:18px;
	}

	.cs-auth-card-head h1{
		font-size:21px;
	}

	.cs-auth-card-head p{
		font-size:12px;
	}

	.cs-auth-card .cs-auth-form{
		padding:18px 14px 20px;
	}

	.cs-auth-section{
		padding:15px 13px;
		border-radius:16px;
	}

	.cs-auth-input,
	.cs-auth-select,
	.cs-auth-form input.textbox,
	.cs-auth-form select,
	.cs-auth-custom-input input.textbox,
	.cs-auth-custom-input select,
	.cs-auth-custom-input textarea{
		min-height:46px;
		font-size:13px !important;
	}

	.cs-auth-bottom{
		margin-top:15px;
	}

	.cs-auth-recaptcha-box,
	.cs-auth-turnstile-box,
	.cs-auth-hcaptcha-box{
		overflow-x:auto;
		max-width:100%;
	}

}

/* ==============================
   Animations
============================== */

@keyframes csAuthShine{
	0%{
		transform:translateX(-120%);
		opacity:0;
	}

	16%{
		opacity:1;
	}

	38%{
		transform:translateX(120%);
		opacity:.55;
	}

	100%{
		transform:translateX(120%);
		opacity:0;
	}
}

/* =========================================================
   Auth Safe Background Fix
   Background full doar pe paginile care au .cs-auth-page
========================================================= */

body:has(.cs-auth-page){
	background:
		linear-gradient(rgba(5,10,15,.18),rgba(5,10,15,.38)),
		url(/images/roundo/darko/login_bg.png) center center / cover no-repeat fixed !important;
}

body:has(.cs-auth-page) #container,
body:has(.cs-auth-page) .wrapper,
body:has(.cs-auth-page) #content{
	background:transparent !important;
	box-shadow:none !important;
}

body:has(.cs-auth-page) .cs-auth-page{
	background:transparent !important;
	box-shadow:none !important;
	isolation:isolate;
}

body:has(.cs-auth-page) .cs-auth-page::before,
body:has(.cs-auth-page) .cs-auth-page::after{
	display:none !important;
	content:none !important;
	background:none !important;
}

body:has(.cs-auth-page) .cs-auth-shell,
body:has(.cs-auth-page) .cs-auth-shell-wide,
body:has(.cs-auth-page) .cs-auth-login-shell{
	position:relative !important;
	z-index:2 !important;
}

/* =========================================================
   Auth Background Image FINAL FIX
   Pune imaginea în spate doar pe paginile auth
========================================================= */

.cs-auth-page{
	position:relative !important;
	background:transparent !important;
	isolation:isolate !important;
}

.cs-auth-page::before{
	content:"" !important;
	display:block !important;
	position:fixed !important;
	inset:0 !important;
	z-index:0 !important;
	background:
		linear-gradient(rgba(5,10,15,.18),rgba(5,10,15,.38)),
		url(/images/roundo/darko/login_bg.png) center center / cover no-repeat fixed !important;
	pointer-events:none !important;
}

.cs-auth-page::after{
	content:"" !important;
	display:block !important;
	position:fixed !important;
	inset:0 !important;
	z-index:1 !important;
	background:
		radial-gradient(circle at 50% 35%,transparent 0%,rgba(0,0,0,.04) 45%,rgba(0,0,0,.20) 100%) !important;
	pointer-events:none !important;
}

.cs-auth-shell,
.cs-auth-shell-wide,
.cs-auth-login-shell{
	position:relative !important;
	z-index:3 !important;
}