/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/



* {
	padding: 0;
	margin: 0;

  }
  
  
   html, body { height: 100%;}

@media only screen and (orientation:portrait){
      html, body { height: 100vh;}
        body{
      width: 100%;
background-size: 100% 100% !important;
background-repeat:no-repeat;

  }

}
  body{
      width: 100%;
        background: url('../images/bg-02.png');
background-size: cover;
background-repeat:no-repeat;

  }
  .eventTime{
      font-weight: bold;
        color: #022d6e;
        font-size: 20px;
  }
 
/*   .row::after {
    content: "";
    clear: both;
    display: table;
  } */
 
 .img-fluid{
   width: 100%;
   height: auto;
 }
.sectionAll{

  position: relative;
}
.conOfhead{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.submit{
        padding: 8px 25px;

  background: rgb(2 41 106);
  color: #fff;
  border-radius: 50px;
  border: none;
}
.submit:hover{
  background: rgb(3, 51, 133);
  color: #fff;
}
#myForm{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-control{
  background-color: #dddddd;
}
label {
  display: inline-block;
  font-weight: bold;
  color: #184891;
}
.msg{
  color: #184891;
text-align: center;
}