/*-------------------------------------------\
|
| LTDC Captcha
|
\-------------------------------------------*/

.ltdc-captcha-wrapper {
    text-align: left !important;
    color: #000000 !important;
}

.ltdc-captcha-box {
    display: inline-block;
    text-align: center !important;
    color: #000000 !important;
    width: 30px;
}

.ltdc-captcha-box-sm {
    display: inline-block;
    text-align: center !important;
    color: #000000 !important;
    width: 10px;
}

.ltdc-captcha-box-input {
    display: inline-block;
    text-align: center !important;
    vertical-align: bottom;
    color: #000000 !important;
    width: 50px;
    padding-top: 15px;
}

.ltdc-captcha-input {
    text-align: center !important;
    color: #000000 !important;
    width: 30px;
    height: 30px;
}

#email2 { display: none; }
