/* ==== LOGOS ==== */
.logo {
	width: 55%;
	padding: 10px;
}

.shipping-logo {
	width: 20%;
}

.logos {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	z-index: 10;
}

.text-center {
	text-align: center;
	justify-content: center;
}

.login-title {
	color: #fff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	font-weight: 900;
	font-family: "Segoe UI", Roboto, Arial, sans-serif;
	font-size: 1.8rem;
}

/* ==== GDPR Notice ==== */
.notice {
	position: fixed;
	top: 30px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fefefe;
	border-radius: 12px;
	padding: 20px 30px;
	max-width: 640px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	font-family: "Segoe UI", Roboto, Arial, sans-serif;
	z-index: 1000;
}

.notice p {
	color: #222;
	margin-bottom: 10px;
	font-size: 1rem;
	line-height: 1.5;
}

.notice input[type="button"] {
	background-color: #3498db;
	color: white;
	border: none;
	border-radius: 8px;
	padding: 10px 20px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.notice input[type="button"]:hover {
	background-color: #2c80b4;
}

/* ==== LOGIN FORM ==== */
.login-form {
	font-family: "Segoe UI", Roboto, Arial, sans-serif;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

/* === Modern Input Text === */
.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"] {
	width: 80%;
	margin: 8px auto 20px;
	padding: 12px 14px;
	border-radius: 8px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff;
	font-size: 14px;
	transition: all 0.3s ease;
}

.login-form input[type="text"]::placeholder,
.login-form input[type="email"]::placeholder,
.login-form input[type="password"]::placeholder {
	color: #cccccc;
	opacity: 1;
}

.login-form input:focus {
	outline: none;
	border-color: #3498db;
	background: rgba(255, 255, 255, 0.15);
}

/* === Buttons === */
.login-form button,
.create button {
	width: 170px;
	height: 50px;
	margin: 20px auto;
	font-size: 16px;
	font-weight: 600;
	color: white;
	background: #3498db;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.login-form button:hover,
.create button:hover {
	background: #2c80b4;
}

.login-form button:disabled {
	background: #bfc9d0;
	color: #666;
	cursor: not-allowed;
}

/* === Links === */
.login-form a {
	color: #a3d3f5;
	text-decoration: none;
	opacity: 0.8;
	transition: opacity 0.3s ease;
	display: inline-block;
	font-size: 13px;
}

.login-form a:hover {
	opacity: 1;
}

.createaar a,
#forgotPassword {
	padding: 1%;
	color: white;
}

/* ==== CREATE ACCOUNT SECTION ==== */
.create {
	color: #fff;
	font-family: "Segoe UI", Roboto, Arial, sans-serif;
	text-align: center;
	font-size: 0.95rem;
}

.create p {
	color: white;
	font-weight: bold;
	font-size: 1.1rem;
	margin: 10px 0;
}

.sign-up-section {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

/* ==== CUSTOM LOGO SIZES ==== */
#SEM_img {
	width: 75%;
}

#Compliance_Kart_img {
	width: 50%;
}

#GCN_img {
	width: 60%;
	padding: 20px !important;
}

#Victoria_Falls_img {
	width: 75%;
}

#CTX_India_img,
#CTX_Asia_img {
	width: 75%;
}
