body
{
    overflow-x: hidden;
}

.main-body img
{
    
   height: 100%;
    /* height: -webkit-fill-available; */
    position:absolute;
   
}
  


.footer-mob
{
    display: none;
}


.main-div
{
    position: relative;

}

.logo-1
{
    width: 30% !important;
    position: relative !important;
    height: auto !important;
    float: right;
}
.logo-2
{
    width: 30% !important;
    position: relative !important;
    height: auto !important;
}
.register-1
{
    border: 1px solid orange;
    color: #0d47a1;
    padding: 10px;
    border-radius: 20px;
    background-color: white;
    font-size: 30px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.register-2
{
    border: 1px solid orange;
    color: #0d47a1;
    margin-top: 10px;
    display: block;
    padding: 10px;
    border-radius: 20px;
    background-color: white;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.reg-button{
     margin-top: 130px;
    
}
.footer-logo-1
{
    width: 20% !important;
}
.footer-place
{
    background-color: #f0af00;
    padding: 5px;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 5px;
}
.footer-date
{
    background-color: #f0af00;
    padding: 5px;
    font-size: 20px;
    font-weight: bolder;
    border-radius: 5px;
}

.daz_img_web
{
    display: block;
}
/* .daz_bg_mob
{
    display:none;
} */
.daz_img_mob{
    display: none;
}

@media (min-width: 300px) and (max-width: 1026px) 
{

.register-2
{
    font-size: 20px;
}
.daz_img_mob
{
    display: block;
}
.daz_img_web
{
    display: none;
}

}



@media (min-width: 300px) and (max-width: 479px) 
{
.register-2
{
    font-size: 20px;
}


.logo-2
{
    position: relative;
    width: 60% !important;

}
/* .reg-button{
     margin-left: -90px;
    
} */
.logo-1

{
    width: 60% !important;
}

}
@media (min-width: 250px) and (max-width: 767px) 
{



.footer
{
    display: none;
}
.footer-mob
{
    display: block;

}
.footer-mob img
{
    height: auto !important;
    width: 40%;
    margin-top: 30px;
}

}
.div-button{
    cursor: pointer;
  }
  .text-warning-info{
    font-size: small;
    color:#f0af00;
  }
/* blue background */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #0d47a1;
  z-index: 9999;
}
.logo {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 48px;
  width: auto;
}
.logo-left {
  left: 20px;
}
.logo-right {
  right: 20px;
  margin-top: 10px;
}
html, body {
  margin: 0;
  padding: 0;
  /* overflow-x: hidden; */
}
@media (max-width: 767px) {
  .reg-button {
    display: flex;
    flex-direction: column;
    padding: 10px;
    align-items: center; 
  }
  .reg-button .row {
    width: 100%;
    margin: 0;
  }
  .reg-button .d-flex {
    justify-content: center !important;
  }
  .reg-button .col-6 {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .reg-button .div-button {
    width: 100%;         
    max-width: 300px;
  }
  .main-body img {
    position: absolute;
    left: 0;
    width: 40%;
    height: 100%;
}
}
/* @media (max-width: 480px) {
  .logo {
    width: 120px;
  }
 

} */

@media (max-width: 768px) {
  .logo-left {
    left: 10px;
  }

  .logo-right {
    right: 0px !important;   
    left: auto !important;    
  }

  .logo {
    height: 36px;             
  }
}
