
/* jQuery LM Marketing Styles */

#marketing-form label {
    margin-bottom: 10px;
    display: block;
    font-weight: 700;
    line-height: 1;
    font-size: 15px;
    color: #000;
}

#marketing-form input {
    width: 100%;
    border-radius: 5px;
    border: 2px solid #d9dde1;
    box-sizing: border-box;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px !important;
    transition: all .3s ease;
    color: #000;
}


/* DARK THEME */
.theme-dark #marketing-form label {
    color: #fff;
}

.theme-dark #marketing-form input {
    color: #fff;
    background: #222;
    border-color: rgba(255, 255, 255, 0.05) !important;
}