/* ------ New Form style (Match with style guide) -----*/

.ninja-form-style .nf-field-label label {
    font-weight: 100;
    margin: 0;
    padding: 0;
}

.ninja-form-style .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4d4d4d;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-transition:
        border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition:
        border-color 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
    transition:
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out,
        -webkit-box-shadow 0.15s ease-in-out;
    box-shadow: none;
}

.ninja-form-style .list-radio-wrap .nf-field-element li label {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 0;
}

.ninja-form-style .nf-field-element textarea {
    height: 200px;
    border: 1px solid #ccc;
}

.ninja-form-style .text-muted {
    color: #666666 !important;
}

.ninja-form-style .nf-field-description {
    margin-top: 4px;
    margin-bottom: 0px;
}

.ninja-form-style .nf-field-element {
    -ms-flex-order: 8 !important;
    order: 8 !important;
}

.ninja-form-style small {
    font-size: 80%;
}
