body {
	background: url('/images/login_wallpaper.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Ubuntu', sans-serif;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.container {
	background: #fffffff0;
	border-radius: 12px;
	width: 100%;
	max-width: 380px;
	padding: 28px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.logo {
	text-align: center;
	margin-bottom: 14px;
}

.logo h1 {
	color: #0f172a;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.5px;
}

.page {
	display: none;
}

.page.active {
	display: block;
	animation: fadeIn 0.25s ease;
}

@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

.form-group {
	margin-bottom: 20px;
}

label {
	display: block;
	margin-bottom: 8px;
	color: #64748b;
	font-size: 13px;
	font-weight: 500;
}

input[type="text"],
input[type="password"],
input[type="email"] {
	width: 100%;
	padding: 14px;
	border: 1.5px solid #e2e8f0;
	border-radius: 10px;
	font-size: 15px;
	transition: border-color 0.2s;
	background: #fafafa;
	max-width: 350px;
}

input:focus {
	outline: none;
	border-color: #0f172a;
	background: white;
}

.btn {
	width: 100%;
	padding: 13px;
	background: #0f172a;
	color: white;
	border: none;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s;
}

.btn:hover {
	background: #1e293b;
}

.btn:active {
	transform: scale(0.98);
}

.btn-secondary {
	background: transparent;
	color: #64748b;
	border: 1.5px solid #e2e8f0;
	margin-top: 12px;
}

.btn-secondary:hover {
	background: #fafafa;
	color: #0f172a;
}

.alert {
	padding: 12px 14px;
	border-radius: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}

.alert-success {
	background: #f0fdf4;
	color: #166534;
}

.alert-error {
	background: #fef2f2;
	color: #991b1b;
}

.alert-info {
	background: #eff6ff;
	color: #1e40af;
}

.code-inputs {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin: 32px 0;
}

.code-input {
	width: 48px;
	height: 56px;
	text-align: center;
	font-size: 21px !important;
	font-weight: 400;
	border: 1.5px solid #e2e8f0 !important;
	border-radius: 10px;
	background: #fafafa !important;
	padding: 0 !important;
}

.code-input:focus {
	border-color: #0f172a !important;
	background: white !important;
}

.text-center {
	text-align: center;
}

.link {
	color: #64748b;
	text-decoration: none;
	font-size: 14px;
	transition: color 0.2s;
}

.link:hover {
	color: #0f172a;
}

.resend-link {
	margin-top: 20px;
	color: #94a3b8;
	font-size: 13px;
}

.helper-text {
	color: #94a3b8;
	font-size: 14px;
	margin-bottom: 8px;
	text-align: center;
}

h2 {
	margin-bottom: 8px;
	color: #0f172a;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.success-icon {
	width: 64px;
	height: 64px;
	background: #f0fdf4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	font-size: 32px;
}
.d-none {
	display: none !important;
}
/* Divider */
.divider {
	text-align: center;
	margin: 24px 0;
	position: relative;
}

.divider::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 1px;
	background: #e2e8f0;
	transform: translateY(-50%);
}

.divider span {
	color: #64748b;
	padding: 0 20px;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	z-index: 1;
}
/* NOTICES */
.rc-notice {
	display: flex;
	gap: 12px;
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 0.8125rem;
	line-height: 1.5;
	margin-bottom: 20px;
}

.rc-notice svg {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	margin-top: 1px;
}

.rc-notice-info {
	background: #eff6ff;
	color: #1d4ed8;
	border: 1px solid #bfdbfe;
}
/* RC FORM */
.rc-password-input-wrapper {
	position: relative;
}
.rc-form-group {
	margin-bottom: 16px;
}
.rc-form-label {
	display: block;
	font-size: 0.8125rem;
	font-weight: 500;
	color: #374151;
	margin-bottom: 8px;
}
.rc-form-input {
	width: 100%;
	padding: 12px 14px;
	font-family: inherit;
	font-size: 0.9375rem;
	color: #111827;
	background: #ffffff;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	transition: all 0.2s;
	line-height: 1.4;
}
.rc-recovery-code-textarea {
	width: 100%;
	min-height: 80px;
	padding: 12px 14px;
	font-size: 0.9375rem;
	color: #111827;
	background: #ffffff;
	border: 1px solid #d1d5db;
	border-radius: 8px;
	resize: vertical;
	transition: all 0.2s;
	line-height: 1.5;
	box-sizing: border-box; 
}
