
@media only screen and (min-width : 768px) and (max-width : 1024px) {
.formHolder div.enterLoanAccount input, .formHolder div.enterLoanAccountConfirm input, .formHolder div.enterMobileNo input {
    font-size: 13px;
}
.captchaHolder, .creditCardNoHolder {
    width: 70%;
    margin: 0 auto;
}
/*.creditCardNoHolder div.label, .captchaHolder div.label {
    float: left;
    width: 29%;
    padding-right: 1%;
    line-height: 33px;
}*/
.creditCardNoHolder div.enterCaptcha {
    /*width: 59%;*/
    margin-bottom: 10px;
}
.captchaHolder div.enterCaptcha {
    width: 28%;
    margin-bottom: 10px;
}
.captchaHolder div.enterCaptcha input {
    font-size: 13px;
}
.formActionHolder {
    width: 50%;
}
}
