@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: linear-gradient(0deg,rgba(171, 195, 124, 1) 0%, rgba(35, 112, 175, 1) 70%);
	min-height: 100vh;
}


img {
	max-width: 100%; 
	height: auto;
}
.main{
	background: #fff;

	width: 100%;
    border-radius: 10px;
    margin-top: 15px;
    overflow: hidden;
 /*   box-shadow: 0px 0px 15px #999; */
}
.logos{
	padding: 10px;
}
.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;
	/*width: %;*/
	
	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: #000;
    font-weight: 700;
    margin: 0px 0 10px;
    position: relative;
    padding: 10px 0px 19px 0px;
    font-size: 28px !important; 
}
.login-box-body 
	h2::after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 100%;
    height: 3px;
    clear: both; 
    background: linear-gradient(to right, #01559b 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;
	box-shadow: 5px 5px 0 0 #2a5ca3;
}

.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;
}
.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: 5px;
}

.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){



}
@media  (max-width: 1023px) {
 
.register-form .btnBox{
	width: 100%;
 display: block;
}

.logos {
	text-align: -webkit-center;
}
.main{
	margin: 0px;
	
}
}

	
