.main-content{
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    background-image: url(../imgs/regis/bg-v.jpg);
    background-size: cover;
    background-position: top;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.index-content{
    max-width: 440px;
    width: 100%;
    margin: 0 auto;
    background-image: url(../imgs/regis/bg-va.jpg);
    background-size: cover;
    background-position: top;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.event-title{
    width: 85%;
    margin-top: 3.5rem;
}

.register-btn {
    position: absolute;
  top: 320px;
  left: 50%;
  transform: translate(-50% , -50%);
}

.register-btn img{
    width: 170px;
}

.event-registered{
    width: 90%;
    margin-top: 4.5rem;
}

.social-footer{
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 100px;
    z-index: 2;
}

.date-footer{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 300px;
    z-index: 2;
}

.world-footer{
    position: absolute;
    bottom: -64%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 120%;  
    z-index: 0;
}

.world-footer.home{
    bottom: -69%;
    width: 140%;  
}

.form-register{
    position: relative;
    z-index: 2;
    /* height: 400px; */
    /* overflow-y: scroll; */
}

.form-group label{
    color: #fff;
}
