.required::after{
    content: "*";
    color:red;
}
.mh-200{
    max-height: 200px;
}
#toast-container{
    z-index: 9999999999 !important;
}
.jc-title{
    font-weight: bold;
}
.mh-sm{
    min-height: 100px;
}
.img-preview{
    max-width: 200px;
    max-height: 200px;
    min-width: 150px;
    min-height: 150px;
    cursor: pointer;
}
.bg-preview{
    min-width: 300px;
    cursor: pointer;
}
.login-page{
    background: url('../img/login-wallpaper.png') no-repeat;
    background-size: cover;
}
.c-pointer{
    cursor: pointer;
}
.zoom-container{
    max-width: 150px;
}