@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
* {
	font-family: 'Poppins', sans-serif;
}
html, body {
	padding: 0;
	margin: 0;
	box-sizing:border-box;
	
}
 body {
	background:#682E94;
    /*background: #42499E;*/

}


.main{
	background:#fff;
	width: 100%;
    border-radius: 10px;
    margin-top: 15px;
    overflow: hidden;
    
}
.logos{
	padding: 10px;
	text-align:-webkit-center;
}
.top{
	padding: 20px 0;
}
.top img{
	width: 100%;
}
.speakers{
	width: 100%;
padding: 85px 25px 25px 25px;
    
}
.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: #fff;
	text-align:left;
	/*border-bottom: solid 5px #f1f1f1;*/
}
.brand-logos{
	padding: 10px;
}
.copyright{
	padding: 10px;
	font-size: 16px;
}
.box {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	border: 3px solid #d2d6de;
	margin-bottom: 0;
	width: 100%;
	padding: 20px;
	text-align: left;
}
.login-box-body {
	background: #ffff;
}

.login-box-body h2{
    color: #fff;
    font-weight: 700;
    margin: 0px 0 10px;
    position: relative;
    padding: 10px;
	width:100%;
	text-align: center;
	border-radius:5px;
    font-size: 28px !important; 
	background: linear-gradient(to bottom, #7B41A7 0%,#591F85 50% ,#7B41A7 100%);
}

/*
.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: 8px;
	color: #111 !important; 
    outline: none;
    font-weight: 600;
    border: 2px solid #111;
    background: transparent;
}

.register-form .inputBox input::placeholder {
  color: #111;
}


.register-form .btnBox{
	width: 100%;
 display: inline-flex;
 position: relative;
}
.register-form .btnBox input{
	
	width: 100%;
	border:1px solid #555;
	padding: 10px;
	outline: none;
	font-size: 16px;
	font-weight: 600;
}
.disclaimer {
		color: gray;
}
.disclaimer a{
		color: #000;
         text-decoration: none;

}
.disclaimer{
margin-top:20px;
}
.register-form  input[type="submit"] ,
.register-form input[type="button"]{
    font-size: 1em;
   	display: inline-block;
    font-weight: 500;
    color: #fff;
 
    letter-spacing: 1px;
    transition: 0.5s;
    cursor: pointer;
   	margin: 1px;
	border-radius:10px;
	border:none;
	box-shadow: 5px 5px 3px 0px #9E9E9E;

	
}
.register-form  input[type="submit"]:hover ,
.register-form input[type="button"]:hover{
	box-shadow: 4px 8px 20px 0px #B0B1B5;
	}

.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%;}
       .form-label {
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 8px;
            font-size: 0.95rem;
        }
        
        .required {
            color: #ef4444;
        }
        
        .form-control {
            border: 2px solid #e5e7eb;
            border-radius: 10px;
            padding: 8px 12px;
            font-size: 1rem;
            height: auto;
            transition: all 0.3s ease;
        }
        
        .form-control:focus {
            border-color: #8b5cf6;
            box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
            outline: none;
        }
        
        .form-control:hover {
            border-color: #a78bfa;
        }
        
        .topics-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
            padding: 15px;
            background: #f9fafb;
            border-radius: 10px;
        }
        
        .form-check {
            display: flex;
            align-items: start;
        }
        
        .form-check-input {
            width: 20px;
            height: 20px;
            margin-right: 10px;
            cursor: pointer;
            border: 2px solid #d1d5db;
        }
        
        .form-check-input:checked {
            background-color: #8b5cf6;
            border-color: #8b5cf6;
        }
        
        .form-check-label {
            cursor: pointer;
            color: #4b5563;
            font-size: 0.95rem;
        }
        
        .submit-button {
            /*background: linear-gradient(135deg, #6b46c1 0%, #8b5cf6 100%);*/
            background: linear-gradient(135deg, #2c2977 0%, #42499E 100%);
            color: white;
            padding: 10px 30px;
            border: none;
            border-radius: 50px;
            font-weight: 700;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 10px 30px rgba(107, 70, 193, 0.3);
        }
        
        .submit-button:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(107, 70, 193, 0.4);
        }
        .submit-button:hover .fa-arrow-right-long{
        	transition: all 0.3s ease;

        	transform: translateX(5px);
        }
        
        .submit-button i {
            margin-right: 10px;
        }
        .link{
        	color: gray;
        }
         .link a{
        	color: #000;
        	text-decoration: none;
        }


@media (max-width: 991px){
	.login-box-body marquee{
		
		color:red;
		
	}
	.form-check label{
		
	}
	.form-check input{
	
		
	}
	.disclaimer a{
		
		
	}
.container {
     width: 100%; 
}

.register-form .inputBox input,
.register-form .inputBox select
{
	width: 100%;
	border:2px solid #ccc;
	padding: 10px;
    /*color: #000;	
	outline: none;
	font-weight: 600;*/
}
.login-box-body{
}

.login-box-body h2{
   width:100%;
    margin: 30px 0;
}
.login-box-body 
	h2::after {
    height: 6px;
    
}

.register-form  input[type="submit"] ,
.register-form input[type="button"]{
   
   
}
.speakers h4, .error{


}
.speakers h5{

}
.speakers p{

}
.copyright{

}
}
@media  (max-width: 1023px) {
 
.register-form .btnBox{
	width: 100%;
 display: block;
}

.right-col{
	margin: 10px;
}
.logos {
	text-align: -webkit-center;
}
.main{
	margin: 0px;
	
}
};

	
