body
{
    text-align: center;
    font-family: Arial;
}
.pt-5 {
    padding-top: 50px;
}
.pb-5 {
    padding-bottom: 50px;
}
#see-in-app
{
    background-color: #5358FF;
    padding:10px;
    border-radius: 5px;
    color:white !important;
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
}

.text-center
{
    text-align: center;
}

/* Mobile */
.download-buttons
{
    text-align: center;
    width: 100%;
}
.download-buttons a{
    display: inline-block !important;

}
.download-buttons img
{
    margin:0 auto;
    height:100px;
}
.info-txt
{
    padding: 10px;
    padding-bottom: 0;
    line-height: 1.2;
}

@media screen and (max-width:500px){

    .download-buttons img
    {
        display: block;
        height:80px;
    }
    #logreg-forms{
        width:100%;
    }

    #logreg-forms  .social-login{
        width:100%;
        margin:0 auto;
        margin-bottom: 10px;
    }
    #logreg-forms  .social-btn{
        font-size: 1.3rem;
        font-weight: 100;
        color:white;
        width:100%;
        height: 56px;

    }
    #logreg-forms .social-btn:nth-child(1){
        margin-bottom: 5px;
    }
    #logreg-forms .social-btn span{
        display: none;
    }
    #logreg-forms  .facebook-btn:after{
        content:'Facebook';
    }

    #logreg-forms  .google-btn:after{
        content:'Google+';
    }

}