@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:#0081C9;
}
	

.main{
	background: #fff;
	margin:15px auto 0;
	width: 100%;

     border-radius:25px;
    overflow: hidden;
    
}
.main .col-lg-7 , .col-lg-5{
	padding:0;
	
}
#rotate-img{
	animation: rotation 3s infinite linear;
	transform-style: preserve-3d;
	perspective: 5000px;
 

}
@keyframes rotation {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(359deg);
  }
}
.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;
	/*width: %;*/
	    background: linear-gradient(130deg, #009edd, #2E2D79);
	text-align:center;
	/*border-bottom: solid 5px #f1f1f1;*/
}
.right-col {
	position:relative;
	vertical-align: top;
	background: #fff;
	text-align:left;
	/*border-bottom: solid 5px #f1f1f1;*/
}
.brand-logos{
	padding: 10px;
}
.copyright{
	padding: 10px;
	font-size: 10px;
}
h2{
	width:50%;
	color:#fff;
	text-align:center;
	font-weight:bold;
	background: #074A94;
    padding: 10px 20px;
    border-radius: 0 40px 40px 0;
}
.box {
	position: relative;
	border-radius: 3px;
	background: #ffffff;
	border: 3px solid #d2d6de;
	margin-bottom: 0;
	width: 100%;
	padding:0  20px;
	text-align: left;
}
.login-box-body {
	background: #ffff;
	padding: 10% 15% 10% 10%;
	letter-spacing:1px;
	
}


.sDetails{
  font-weight: bold;
}

.login-box-body  .inputBox{
    position: relative;
    margin-bottom:10px;
    width: 100%;
}
.login-box-body  .inputBox input,
.login-box-body  .inputBox select
{    width: 100%;
    
    padding: 5px;
	color: #2E2D79 !important; 
    outline: none;
    font-weight: 600;
	border:none;
    border-bottom: 2px solid #2E2D79;
    background: transparent;
}

.login-box-body .inputBox input::placeholder {
  color: #2E2D79;
}


.login-box-body  .btnBox{
	width: 100%;

	position: relative;
	text-align:center;
}
.login-box-body  .btnBox input{

	border:1px solid #555;
	padding: 5px 20px;
	outline: none;
	font-size: 16px;
	font-weight: 600;
}
.login-box-body   input[type="submit"] ,
.login-box-body  input[type="button"]{
		width: 50%;
    font-size: 1em;
   	display: inline-block;
    font-weight: 500;
    color: #fff;
	background:#0081C9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: 0.5s;
    cursor: pointer;
   	margin: 5px;
	border-radius:25px;
	border:none;
}
#login h4{
	text-align: center;
    background: #EC741D;
    color: #fff;

	padding:5px 10px;
	border-radius:10px;
    width: 100%;
	font-weight:bold;
}
.link{
	text-decoration:none;
    background: #074a94;
    color: #fff;
	font-weight:bold;
}

.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%; 
}
.main{
	border-radius:25px;
	
}

.login-box-body .inputBox input,
.login-box-body .inputBox select
{
	
}
.login-box-body{
	padding: 8%;
}


.login-box-body 
	h2::after {
    height: 6px;
    
}

.login-box-body  input[type="submit"] ,
.login-box-body input[type="button"]{
  
   
}
.speakers h4{
font-size: 30px;

}
.speakers h5{
font-size: 25px;
}
.speakers p{
font-size: 20px;
}

}
@media  (max-width: 1023px) {
 
.register-form .btnBox{
	width: 100%;
 display: block;
}


.logos {
	text-align: -webkit-center;
}
.main{
	margin: 0px;
	
}
}

	
