.required label:after {
    content: " *";
    color: red;
}

.authError {
    color: red;
}

span.authError {
    color: red;
}

input.authError,
select.authError,
file.authError {
    border: 1px dotted red;
}

select.authError {
    border: 1px dotted red !important;
}

.centercheckbox {
    margin-left: 25px;
}

.whitecolor {
    color: #fff !important;
}

.pinkcolor {
    color: #ED0080 !important;
}

.greencolor {
    color: #8DC63F !important;
}

.bgpink {
    background-color: #ED0080 !important;
}

.bggreen {
    background-color: #8DC63F !important;
}

.borderradius10 {
    border-radius: 10px;
}

.borderradius5 {
    border-radius: 5px;
}

.border-pink{
    border:1px solid #ED0080 !important;
}

.text-right{
    text-align: right !important;
}