﻿@media (max-width: 375px) {
    * {
        /*margin: -1.8px;*/
    }

    .captchImage {
        left: 10px !important;
        top: 5px !important;
        height: 30px !important;
    }

    .form {
        margin-right: 0.1px;
    }

   
}


@media (max-width: 340px){
    #inputID {
        font-size: 14px;
        position: absolute;
        right: 20px;
    }
    #inputPhone {
        font-size: 14px;
        position: absolute;
        right: 20px;
    }   
}

@media (max-width: 455px) {
    #inputCode {
        font-size: 15px;        
    }
}

@media (min-width: 340px) and (max-width:375px) {
    #inputID {
        font-size: 15px;
        position: absolute;
        right: 20px;
    }

    #inputPhone {
        font-size: 15px;
        position: absolute;
        right: 20px;
    }
    #inputCode {
       /* font-size: 15px;*/
    }
}

@media (max-width: 375px){
    .form .form-row.is-last #captchaSquare #UCCaptcha_ctl00 {
        display: none !important;
    }
}

#captchaSquare {
    direction: ltr;
    height: 2.813rem;
}

@media (min-width: 375px) {

    #inputID {
        font-size: 18px;
        position: absolute;
        right: 20px;
    }

    #inputPhone {
        font-size: 18px;
        position: absolute;
        right: 20px;
    }
  /*  #inputCode {
        font-size: 18px;
    }*/
}

    @media (min-width: 376px) {
        #inputID {
            font-size: 15px;
            position: absolute;
            right: 20px;
        }

        #inputPhone {
            font-size: 15px;
            position: absolute;
            right: 20px;
        }       
    }


    @media (min-width: 500px) {
        .captcha-label {
            /* right: 100px;*/
        }
    }


    #txtMemberID {
        /*position: relative;
    right: 25px;*/
    }

    #txtMobilePhone {
        /*position: relative;
    right: 22px;*/
    }

    .captchImage {
        z-index: 2;
    }

    h1 {
        margin-top: -10px;
    }


