@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;
}



 body {
	
  background: url(../images/bg.jpg) no-repeat center fixed;
  /*background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/

  
  
	
/* background: radial-gradient(circle,rgba(226, 173, 63, 1) 0%, rgba(35, 31, 32, 1) 100%);
	min-height: 100vh; */
	
}


.main{
	background: transparent;
    overflow: hidden;
    
} 
.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; 
	text-align:left;
	border-radius: 20px;
     background-color: rgba(255, 255, 255, 0.4);  
/*    background-color: #fff;*/
	width: 100%;
    
    overflow: hidden;
	
}
.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 {


    padding: 25px 36px;
}

.login-box-body h2{
    color: #000;
    font-weight: 700;
    margin: 0px 0 10px;
    position: relative;
    padding: 10px;
	width:100%;
	/* border-radius:10px 5px 50px 5px;
	box-shadow: 5px 5px 5px #89996f; */
    font-size: 28px !important; 
/* background: radial-gradient(circle,rgba(226, 173, 63, 1) 0%, rgba(35, 31, 32, 1) 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 h2 {
      text-align: center;
      margin-bottom: 20px;
    }

    /* Input Wrapper */
    .inputBox {
      position: relative;
      margin-bottom: 20px;
      width: 100%;
    }

    /* Input & Select */
    .inputBox input,
    .inputBox select {
      width: 100%;
      padding: 12px 12px 12px 40px;
      border: 2px solid #111;
      border-radius: 6px;
      font-size: 16px;
      font-weight: 500;
      background: #fff;
      outline: none;
    }

    /* Placeholder trick */
    .inputBox input::placeholder {
      color: transparent;
    }

    /* Floating Label */
    .inputBox label {
      position: absolute;
      top: 12px;
      left: 40px;
      color: #666;
      font-size: 16px;
      pointer-events: none;
      transition: 0.2s ease all;
      background: #fff;
      padding: 0 4px;
    }

    .inputBox input:focus + label,
    .inputBox input:not(:placeholder-shown) + label,
    .inputBox select.filled + label {
      top: -8px;
      left: 35px;
      font-size: 13px;
      color: #000;
    }

    /* Icons */
    .input-icon {
      position: absolute;
      top: 50%;
      left: 12px;
      transform: translateY(-50%);
      font-size: 18px;
      color: #555;
    }

    /* Submit Button */
    .btnBox {
      width: 100%;
    }
    .btnBox input {
      width: 100%;
      padding: 12px;
      border: none;
      border-radius: 6px;
      font-size: 16px;
      font-weight: 600;
      cursor: pointer;
      background: linear-gradient(to right, #c79757, #000);
      color: #fff;
      transition: 0.3s;
    }
    .btnBox input:hover {
      opacity: 0.9;
    }
.register-form  input[type="submit"]{
    font-size: 1em;
   	display: inline-block;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    transition: 0.5s;
    cursor: pointer;
   	margin: 5px;
	border-radius:10px;
	border:none;
	box-shadow: 5px 5px 3px 0px #000;

	
}
.register-form  input[type="submit"]:hover{
	box-shadow: 4px 8px 20px 0px #918E87;
	}

     .input-icon {
      position: absolute;
      top: 45%;
      left: 15px;
      transform: translateY(-50%);
      font-size: 18px;
      color: #555;
    }
     label {
      position: relative;
      margin-bottom: 20px;
    }

#loginBtn{
    font-size: 1em;
   	display: inline-block;
    font-weight: 500; 
    width: 100%;
}

.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-floating-custom {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-floating-custom input,
.form-floating-custom select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
  font-size: 16px;
  outline: none;
}

/* Floating label styling */
.form-floating-custom label {
  position: absolute;
  top: 12px;
  left: 12px;
  color: #666;
  font-size: 16px;
  pointer-events: none;
  transition: 0.2s ease all;
  background: #fff;
  padding: 0 4px;
}

/* For input fields */
.form-floating-custom input:focus + label,
.form-floating-custom input:not(:placeholder-shown) + label {
  top: -8px;
  left: 10px;
  font-size: 13px;
  color: #0b0b0b;
}

/* For select dropdown */
.form-floating-custom select:focus + label,
.form-floating-custom select:not([value=""]) + label {
  top: -8px;
  left: 10px;
  font-size: 13px;
  color: #0b0b0b;
}



    .mob{
      display: none;
    }
    
    .error{
    	color: red;
    }

    .fv-error-text{
  display:block;
  color:#000;
  font-size:13px;
  margin-top:6px;
  margin-left:4px;
}

/* red border on invalid fields */
.is-invalid{ border-color:#e74c3c !important; }

/* optional: tint the icon when invalid */
.has-error .input-icon{ color:#e74c3c; }

/* keep your floating labels tidy when error text pushes layout */
.form-floating-custom,
.inputBox{ margin-bottom: 1rem; }


@media (max-width: 991px){
.container-fluid {
     width: 100%; 
}
.mob{
  display: block;
}
.desk{
  display: none;
}

.login-box-body {
    padding: 10px;
}

}
@media  (max-width: 1023px) {
 
.register-form .btnBox{
	width: 100%;
 display: block;
}

.right-col{
	margin: 10px;
}
.logos {
	text-align: -webkit-center;
}
.main{
	margin: 0px;
	
}
}
