﻿.e-input-group input.e-input, textarea.e-input, .e-float-input, .e-float-input.e-control-wrapper {
    border-radius: 2px !important;
    border: 1px solid #af8454 !important;
    color: #af8454 !important;
}

    .e-input-group input.e-input::placeholder, textarea.e-input::placeholder {
        color: #af8454 !important;
    }

    .e-input-group textarea.e-input, .e-float-input.e-control-wrapper textarea {
        height: 140px !important;
    }

.e-checkbox-wrapper {
    margin-top: 24px !important;
}

    .e-checkbox-wrapper .e-label {
        color: #af8454 !important;
        font-weight: bold !important;
    }

    .e-checkbox-wrapper .e-checkbox {
        border-radius: 2px !important;
        border: 1px solid #af8454 !important;
        color: #af8454 !important;
    }

.e-dropdownbase .e-list-item {
    color: #af8454 !important;
}

.e-ddl.e-input-group input.e-input::placeholder {
    color: #af8454 !important;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
    border-color: #af8454 !important;
}

.e-float-input label.e-float-text,
.e-float-input input:focus ~ label.e-float-text,
.e-float-input input:valid ~ label.e-float-text {
    color: #af8454 !important;
}


.biginput .e-input-group input.e-input, textarea.e-input, .e-float-input, .e-float-input.e-control-wrapper {
    line-height: 24px !important;
    padding: 15px 25px !important;
    border-radius: 2px !important;
    border: 1px solid #af8454 !important;
    color: #af8454 !important;
    height: 60px !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}
