body{
    background-color: #f9f9f9
}

.navbar{
    background: #fff;
}

#loginWrapper{
    z-index: 0;
    display: block;
    position: relative;
}

#appDownload{ 
    margin-top: 120px;
    margin-bottom: 0;
}
    
#loginContainer{
    background-color: #f9f9f9;
}

#appleBadge{
    background: url(https://cdn.sqooasha.com/images/app-store-badge.svg?v=0.0);
    box-shadow: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#googleBadge{
    background: url(https://cdn.sqooasha.com/images/google-play-badge.png?v=0.0);
    box-shadow: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mobile-download-btn{
    border: none;
    background-color: #fff;
    width: 180px;
    min-height: 55px;
    padding: 15px;
    margin: 5px auto;
}

.card{
    margin-top: 0px;
}
	
.underline{
    margin-top: 0px;
}

#login-heading{
    text-align: center;
    margin: 10px auto 20px auto;
    color: purple;
}

@media screen and (max-width:438px){
    #login-heading{
        font-size: 20px;
    }
}

@media screen and (max-width:370px){
    #login-heading{
        font-size: 17px;
    }
}