Hi jwitters
It is happening because this code .jomsocial-guest #gkPageContent has a margin-top value of 400px
Then try to add to your custom.css
.jomsocial-guest #gkPageContent {
margin-top:200px!important;
}
You can change margin values as you wish.
Hope it helps