﻿.captcha-image {
    border-radius: 10px;
}

.align-left-text {
    direction: ltr;
    text-align: left !important
}

.validation-summary-errors ul {
    list-style: none;
}

.loader-wrapper {
    height: 100%;
    width: 100%;
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    top: 0;
}

.loader-wrapper .loader {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    right: 0;
    margin: 0 auto
}
.text-justify {
    text-align: justify;
}
.label-required:after {
    content: " *";
    color: red;
}