﻿.captcha-relative {
    position: relative !important;
    max-height: 25px;
}

    .captcha-relative #CaptchaImage {
        position: absolute !important;
        right: 0px;
        width: 54%;
        top: 0px;
        height: 35px;
    }

    .captcha-relative #CaptchaInputText {
        position: absolute !important;
        left: 0px;
        width: 44%;
        top: 0px;
        height: 35px;
    }
   .mr-left-0{
       margin-left:0px !important;
   }
    .mr-right-0{
       margin-right:0px !important;
   }