/* Show it is fixed to the top */
.body-bg {

  height: 100%;

  /* background: url('../image/bg.jpg') no-repeat center center fixed;  */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

body{
  /* background-color:  #DEE5F5; */
}


/* Page Loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('./../image/preloader.gif') center no-repeat #fff;
}


/* ajax loader */
.modal_load{
    position: fixed;
    z-index: 9999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}
.center{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center img {
    height: 128px;
    width: 128px;
}


.shadow{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



.myfooter{
  margin-top: auto;
  bottom: 0;
  left:0;
  right:0;
  background-color: #e9ecef;
  border-radius: .3rem;
  color:#393777;
  /* font-weight: bold; */
}

/* timer  */
.self-center{
  text-align: center!important;
  font-size:14px;
  padding:10px 50px;
  border: 1px dotted #c63134;
  border-radius: 10px;
  color:#37989b;
  display: inline-block;
}

.error{
  color:red;
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
}

.navbar-dark .navbar-nav .nav-link:hover{
  color:black;
}

/* media responsive */
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  /* .mobile-hide{
    display: none;
  } */
}

@media only screen and (max-width: 600px) {
  /* For tablets: */
  .mobile-hide{
    display: none;
  }
}


/* WEbinar page */

.container-card {
  position: relative;
  text-align: center;
  color: white;
}


.top-left {
  position: absolute;
  top: 50px;
  left: 16px;
}

.top-right {
  position: absolute;
  top: 50px;
  right: 16px;
}


.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} 

/* end */









  