.loading-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 2000;
}

.loading-text{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1.8em;
    color: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

/*.media-library-help {
    font-size: 0.75em !important;
    padding-top: 4px;
}

.media-library-listerror-title {
    font-size: 1.3em !important;
    padding-top: 4px;
}*/

.pwd-toggle-icon:hover {
    cursor: pointer;
}

.custom-select2-lg {
    height: 4.3rem !important;
    padding-top: 1.2rem !important;
    font-size: 14px;
    color: #999; !important;
}

::placeholder {
    color: lightgrey !important;
    opacity: 1 !important; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
    color: lightgrey !important;
}
