﻿
/*Styles used form bot detect captcha*/
.ts-login-popup .BDCcontainer {  
    /*max-width: 360px;*/
    width:336px !important;
}
.BDCcontainer .Captchauserinput {
    padding-bottom:0;
       display: inline-block;
    width: 100%;    
}
.ts-login-popup .BDC_CaptchaDiv a:focus {
    outline: 1px solid #0b24fb !important;
}
.ts-login-popup .BDCcontainer .BDC_CaptchaDiv  {
    min-width:100%;    
    border: 1px solid #666;
    box-shadow: 2px 2px 0 0 #f2f2f2 inset;
    border-radius: 4px;
    padding:10px !important;
    border-bottom:none;
    height:auto !important;
}
.BDCcontainer .Captchauserinput{
    margin-top:0;    
}

.ts-login-popup #captchauserinputtxtpopup input[type="text"].ts-col-2 {
    width: 358px !important;
}
/*.ts-login-popup #dvtxtCaptchaText input[type="text"].ts-col-2 {
    width: 336px !important;
}*/
.BDCcontainer .BDC_CaptchaIconsDiv{
    float:right;
       height:60px;
}
/*.ek-login-skywards .form-group #captchaContainer label{
    float:none;
}*/
/*#CaptchaCodeTextBox
{
    text-transform: initial !important;
}*/
.BDC_CaptchaIconsDiv img {
    height: 26px;
}
.BDC_CaptchaIconsDiv
{
   margin-right: 4px !important;
    margin-top: -3px !important;
}
.BDC_CaptchaImageDiv
{
display: inline-block;
}
.BDC_CaptchaIconsDiv a {
    margin-bottom: 5px;
}
