/* div.c-form .phlabel {
    position: absolute;
    top: 15%;
    left: 70px;
    color: #757575;
} */

div.c-form .phlabel {
    position: relative;
    text-align: left;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    top: 0;
    left: 2.75rem;
}

label {
    cursor: default;
}