/*
     * Author           :         System Decoder
     * App Version      :         1.0.0
     * Email            :         contact@systemdecoder.com
     * Author URL       :         https://www.systemdecoder.com
*/

.required:after {
    content:" *";
    color: red;
}

.optional:after {
    content:" (Optional)";
}

form label {
    font-weight:bold !important;
    color: black !important;
}

.fc-title{
    color: white;
}

.blur {
    font-size: 40px;
    filter: blur(1px);
    -webkit-filter: blur(1px);
    pointer-events:none;
}

input.passCodeHash {
    -webkit-text-security: disc;
}
