.lhnFormButton {
    background-color: #54565e;
    color: #fff;
    float: right;
    cursor: pointer;
    letter-spacing: 1px;
    line-height: 45px;
    height: 45px;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 25%);
    text-align: center;
    border: none;
    border-radius: 5px;
    padding: 0 20px;
    text-transform: uppercase;
    margin-top: 20px;
}
.lhnLabel p {
     display:inline-block;
     padding-bottom: 0px;
    margin-bottom: 0px;
}

.lhnField {
    margin-bottom:10px;
}