.cursor-pointer{
    cursor: pointer;
}
.m-alert {
    margin: 20px 5px;
}
label.required:after {
    content: " *";
    color: #ff0000;
}
