/* MAIN CODES */

.social-text {
    position: absolute;
     bottom: 30px;
   /* left: 50%;
     transform: translateX(-50%);*/
    width: 100%;
    z-index: 1;
    text-align: center;
    color:white;
}

.social-text a {
    color: white;
    padding-right: 3%;
}
.auth-body-bg{
    overflow: hidden;
}