﻿.errorMsg {
    font-size: 14px;
    color: red;
}

.requiredLabel::after {
    content: "*";
    color: red;
    font-size: 20px
}

.form-control {
    margin-bottom: 0px !important;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.mb-5 {
    margin-bottom: 5px
}