.client-portal-form
{
    margin-top: 10%;
    margin-bottom: 30%;
}

@media (max-width:600px)
{
    .client-portal-form
{
    margin-top: 40%;
    margin-bottom: 60%;
}
}