.field-empty:before {
    content: "\1F6C8";
    position: absolute;
    display: block;
    opacity: 0.25;
    font-weight: 900;
    font-size:20px;
    float: left;
    margin-left: -30px;
}

/* .field-empty.active span{
    color:#ffca3a !important;
}

.field-empty label{
    color: #ffca3a !important;
}

.field-empty .form-notch > div{
    border-color: #ffca3a !important;
}

.field-empty.active .form-notch .form-notch-leading{
    box-shadow: -1px 0 0 0 #ffca3a, 0 1px 0 0 #ffca3a, 0 -1px 0 0 #ffca3a !important;
}

.field-empty.active .form-notch .form-notch-middle{
    box-shadow: 0 1px 0 0 #ffca3a !important;
}

.field-empty.active .form-notch .form-notch-trailing{
    box-shadow: 1px 0 0 0 #ffca3a, 0 -1px 0 0 #ffca3a, 0 1px 0 0 #ffca3a !important;
} */



/* .field-empty.active .form-notch .form-notch-leading{
    border-color: #ffca3a !important;
    box-shadow: -1px 0 0 0 #ffca3a, 0 1px 0 0 #ffca3a, 0 -1px 0 0 #ffca3a !important;
}
.field-empty.active .form-notch .form-notch-middle{
    border-color: #ffca3a !important;
    box-shadow: 0 1px 0 0 #ffca3a !important;
    border-top: 1px solid transparent !important;
}
.field-empty.active .form-notch .form-notch-trailing{
    border-color: #ffca3a !important;
    box-shadow: 1px 0 0 0 #ffca3a, 0 -1px 0 0 #ffca3a, 0 1px 0 0 #ffca3a !important;
} */



/* .field-empty .form-notch .form-notch-leading{
    border: 1px solid #ffca3a !important;
    border-right: none !important;
}
.field-empty .form-notch .form-notch-middle{
    border-top: 1px solid #ffca3a !important;
    border-bottom: 1px solid #ffca3a !important;
}
.field-empty .form-notch .form-notch-trailing{
    border: 1px solid #ffca3a !important;
    border-left: none !important;
} */