@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}


:root {
	--primary-purple: #2F568D;
	--primary-magenta: #127C4B;
	--bg-light: #fdfdfd;
	--shadow-color: rgba(0, 0, 0, 0.15);
	--accent-white: #ffffff;
}

body {
	background-color: var(--bg-light);
	
	min-height: 100vh;
	position: relative;
	overflow-x: hidden;
}

/* Background Accents */
.bg-accent {
	position: fixed;
	z-index: -1;
	filter: blur(80px);
	opacity: 0.15;
}

.bg-accent-1 {
	top: -10%;
	right: -5%;
	width: 40vw;
	height: 40vw;
	background: var(--primary-purple);
	border-radius: 50%;
}

.bg-accent-2 {
	bottom: -10%;
	left: -5%;
	width: 35vw;
	height: 35vw;
	background: var(--primary-magenta);
	border-radius: 50%;
}

.bg-accent-3 {
	top: 20%;
	left: 10%;
	width: 20vw;
	height: 20vw;
	background: linear-gradient(135deg, var(--primary-purple), var(--primary-magenta));
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	opacity: 0.1;
}


.main {
	background: #fff;
	width: 100%;
	/*margin-top: 50px;*/
	/*margin-bottom: 50px;*/
	overflow: hidden;
	border-radius: 24px;
	box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1;
}

.logos {
	padding: 10px;
	text-align: -webkit-center;
}

.top {
	padding: 20px 0;
}

.top img {
	width: 100%;
}

.speakers {
	width: 100%;

}

.speakers h4 {
	color: #000;
	font-weight: 600;
	padding-bottom: 5px;
	border-bottom: solid 2px #fff;
	margin-top: 0px;
}

.text-left {
	text-align: left !important;
}

.text-right {
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.header {
	padding: 15px;
	background: url(../images/top.jpg) no-repeat right top fixed;
}

.logo {
	display: inline-block;
	vertical-align: top;
	width: 15%;
}

.htext {
	display: inline-block;
	vertical-align: top;
	width: 64%;
}

.logo2 {
	display: inline-block;
	vertical-align: top;
	width: 15%;

}

.left-col {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	/*border-bottom: solid 5px #f1f1f1;*/
}

.right-col {
	display: inline-block;
	vertical-align: top;
	background: transparent;
	text-align: left;
	/*border-bottom: solid 5px #f1f1f1;*/
}

.brand-logos {
	padding: 10px;
}

.branding-img-wrapper {
	margin-top: 25px;
	text-align: center;
	padding: 15px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(10px);
	border-radius: 20px;
	border: 1px solid rgba(255, 255, 255, 0.8);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.branding-img-wrapper img {
	max-width: 100%;
	height: auto;
	border-radius: 10px;
}

.copyright {
	padding: 10px;
	font-size: 16px;
}

.box {
	position: relative;
	border-radius: 3px;
	background: #000;
	border: 3px solid #d2d6de;
	margin-bottom: 0;
	width: 100%;
	padding: 20px;
	text-align: left;
}

.login-box-body {
	background: var(--accent-white);
	padding: 30px !important;
	border-radius: 24px;
	box-shadow:
		0 20px 40px var(--shadow-color),
		inset 0 -5px 15px rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 2;
	border: 1px solid rgba(255, 255, 255, 0.8);
	transition: transform 0.3s ease;
}

@media (min-width: 992px) {
	.login-box-body {
		transform: perspective(1000px) rotateX(2deg);
	}
}

.login-box-body h2 {
	color: var(--accent-white);
	font-weight: 800;
	margin: -30px -30px 25px -30px;
	position: relative;
	padding: 20px 30px;
	width: calc(100% + 60px);
	border-radius: 24px 24px 50px 5px;
	font-size: 21px !important;
	/*background: linear-gradient(135deg, var(--primary-purple) 0%, var(--primary-magenta) 100%);*/
	background: linear-gradient(
    135deg,
    #000000 0%,
    #0D0001 20%,
    #1A0002 40%,
    #300003 60%,
    #4A0006 78%,
    #180001 100%
);
	box-shadow: 0 10px 20px rgba(42, 24, 77, 0.3);
	text-transform: capitalize;
	letter-spacing: 1px;
}

/*
.login-box-body 
	h2::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 3px;
    clear: both; 
    background: linear-gradient(to right, #710100 0%, rgba(255,255,255,1) 100%);
}
*/
#carousel-example-generic ol.carousel-indicators {
	position: relative;
	left: 0;
	z-index: 15;
	width: 100%;
	text-align: center;
	list-style: none;
	padding: 40px 0px 15px 0px;
	margin: 0px;

}


.carousel-indicators li {
	border-color: #000080;
	width: 15px;
	height: 15px;
	margin: 0px 10px;
	border-radius: 15px;
	transition: 0.5s;
}

.carousel-indicators li .active {
	width: 12px;
	height: 12px;
	margin: 0 10px;
	background-color: #000080;
	border-color: #111;
}

.sDetails {
	font-weight: bold;
}

.register-form .inputBox {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
}

.register-form .inputBox input,
.register-form .inputBox select {
	width: 100%;
	padding: 12px 15px;
	color: var(--primary-purple) !important;
	outline: none;
	font-weight: 500;
	border-radius: 12px;
	border: 1px solid #e0e0e0;
	background: #fdfdfd;
	transition: all 0.3s ease;
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.02);
}

.register-form .inputBox input:focus {
	border-color: var(--primary-magenta);
	box-shadow: 0 0 0 4px rgba(209, 16, 97, 0.1);
	background: #fff;
}

.register-form .inputBox input::placeholder {
	color: #111;
}


.register-form .btnBox {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 12px;
	position: relative;
	margin-top: 10px;
}

.register-form .btnBox input {
	width: 100%;
	padding: 12px;
	outline: none;
	font-size: 16px;
	font-weight: 600;
	margin: 0 !important;
}

.register-form input[type="submit"],
.register-form input[type="button"] {
	font-size: 15px;
	display: block;
	width: 100%;
	font-weight: 600;
	color: #fff;
	/*background: linear-gradient(to right, var(--primary-purple), var(--primary-magenta));*/
	background: linear-gradient(
    135deg,
    #000000 0%,
    #0D0001 20%,
    #1A0002 40%,
    #300003 60%,
    #4A0006 78%,
    #180001 100%
);
	letter-spacing: 0.5px;
	transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	cursor: pointer;
	border-radius: 12px;
	border: none;
	padding: 14px 25px;
	box-shadow: 0 4px 15px rgba(42, 24, 77, 0.2);
	position: relative;
}

.register-form input[type="submit"]:hover,
.register-form input[type="button"]:hover {
	box-shadow: 0 8px 25px rgba(209, 16, 97, 0.3);
	transform: translateY(-3px);
}

.register-form input[type="submit"]:active,
.register-form input[type="button"]:active {
	transform: translateY(1px);
	box-shadow: 0 2px 10px rgba(42, 24, 77, 0.2);
}

#loginBtn,
#regBtn {
	background: transparent;
	color: var(--primary-purple);
	border: 2px solid var(--primary-purple);
	box-shadow: none;
}

#loginBtn:hover,
#regBtn:hover {
	background: rgba(42, 24, 77, 0.05);
	color: var(--primary-purple);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}


.footer {
	width: 100%;
	text-align: center;
}

.bottom {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

.logo img {
	width: 100%;
}

.htext img {
	width: 45%;
}

.footer img {
	width: 100%;
}


@media (max-width: 991px) {
	.container {
		width: 100%;
	}

}

@media (max-width: 1023px) {

	.register-form .btnBox {
		width: 100%;
	}

	.right-col {
		margin: 10px;
	}

	.logos {
		text-align: -webkit-center;
	}

	.main {
		margin: 0px;
	}
}

@media (max-width: 768px) {
	.login-box-body {
		box-shadow: none;
	}
}