#sign-up {
    margin-top: 84px;
}

@media screen and (max-width: 567px) {
    #sign-up {
        margin-top: 53px;
    }
}