Berikan padding untuk memberi label html

label{
    display: block; /* add this */
    padding-top: 5px;
}
Stormy Shark