.form-group em, #user_id-error {
    display: block !important;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    text-decoration: underline !important;
}

.mb-15 {
    margin-bottom: 15px;
}

.loader {
    display: none;
    opacity: 0.5;
    background-color:#ccc;
    position:fixed;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    z-index: 10000;
    
}

#loader {
    display: none;
    opacity: 1 !important;
    position: absolute;
    background-image: url("/images/loader.gif");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    background-size: 150px;
    z-index: 10001;
    height: 100%;
    width: 100%;
}

.ck-editor__editable_inline {
    min-height: 150px;
}