.wa-alert-success {
    color: #ffffff;
    background-color: rgba(92, 184, 92, 0.8);
    border-color: rgb(92, 184, 92);
}

.wa-alert-danger {
    color: #ffffff;
    background-color: rgba(217, 83, 79, 0.8);
    border-color: rgb(217, 83, 79);
}

.wa-alert-info {
    color: #ffffff;
    background-color: rgba(91, 192, 222, 0.8);
    border-color: rgb(91, 192, 222);
}

.form-control-custom-padding .form-control{
    padding-left: 20px !important;
}

.custom-relative-postion small{
    position: relative !important;
}

.text-label-bold{
    font-weight: bold;
}

.security-error-div .wa-alert{
    left: 0% !important;
}

.cursor-pointer {
    cursor: pointer;
}

.nd-table {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    font-size: 10px;
}
.nd-table td{
    color: #323232;
    text-align: center;
}
.nd-table td, .nd-table th {
    border: 1px solid #4c4694;
    padding: 3px;
    color: black;
    text-align: center;
}
img.dpl_company_logo {
    width: auto !important;
    height: 100px !important;
}
@media screen and (max-width: 991px) {
    .selected-dial-code {
        padding-left: 8px !important;
    }
    #captcha-wrapper {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width:500px) {
    .secret-question-u-panel {
        text-indent: 50px !important;
    }
}

@media screen and (max-width: 341px) {
    #captcha-wrapper #captcha {
        width: 155px !important;
    }
}