/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.bg-opacity-10 {
    background: rgba(0, 0, 0, 0.10);
}

.bg-opacity-20 {
    background: rgba(0, 0, 0, 0.20);
}

.bg-opacity-30 {
    background: rgba(0, 0, 0, 0.30);
}

.bg-opacity-40 {
    background: rgba(0, 0, 0, 0.40);
}

.bg-opacity-50 {
    background: rgba(0, 0, 0, 0.50);
}

.bg-opacity-60 {
    background: rgba(0, 0, 0, 0.60);
}

.bg-opacity-70 {
    background: rgba(0, 0, 0, 0.70);
}

.bg-opacity-80 {
    background: rgba(0, 0, 0, 0.80);
}

.bg-opacity-90 {
    background: rgba(0, 0, 0, 0.90);
}


.dntCaptcha {
    text-align: center;
}
#dntCaptchaRefreshButton
{
    margin-left: 10px;
}