.logo-item img {
    max-width: 240px;
    max-height: 75px;
    transition: 0.5s;
}
.logo-item a:hover img {
    transform: translateY(-6px);
}
.logo-item img.dsg {
    max-height: 50px;
}

.distributor-form .ginput_complex label {
    color: #666;
    font-weight: normal !important;
}

.distributor-form .gfield_label {
    font-size: 16px !important;
}