body
{
    overflow-x: hidden;
}

.main-body img
{
    width: 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: white;
    padding: 10px;
    border-radius: 20px;
    background-color: orange;
    font-size: 30px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    display: block;
}

.register-2
{
    border: 1px solid orange;
    color: white;
    margin-top: 10px;
    display: block;
    padding: 10px;
    border-radius: 20px;
    background-color: orange;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
.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;
}

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

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

}

@media (min-width: 480px) and (max-width: 769px) 
{

.register-2
{
    font-size: 20px;
}



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

.register-2
{
    font-size: 15px !important;
}
.logo-2
{
    position: relative;
    width: 60% !important;

}
.logo-1

{
    width: 60% !important;
}

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

.register-2
{
    font-size: 20px;
}

.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;
  }