label{
    -webkit-touch-callout:none;
    -moz-user-select:none;
    -ms-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}
#aicPagePar{
    border:1px solid #dadce0;
    border-radius:8px;
    margin:auto;
    margin:30px auto;
    position:static;
    text-align:center;
    width:450px;
}
#aicPagePar h2{
    font-size:30px;
    font-weight:400;
    margin:30px 0;
    text-align:center;
}
#aicPagePar img{
    height:31px;
    margin-bottom:-10px;
    margin-top:10%;
    width:90px;
}
#aicPagePar section{
    margin:0 auto;
    text-align:center;
}
#aicPagePar #language{
    margin-top:20px;
    position:relative;
    right:190px;
}
#aicPagePar .inputAniDiv input{
    background:none;
    border:1px solid #dadce0;
    border-radius:4px;
    box-shadow:inset 0 0 0 50px white;
    box-sizing:border-box;
    height:42px;
    outline:none;
    padding-left:12px;
    width:80%;
}
#aicPagePar .inputAniDiv{
    height:65px;
    margin:auto;
    position:relative;
    text-align:center;
}
#aic_btn_div{
    height:70px;
    position:relative;
}
#aic_btn_div > div{
    margin:8px;
    position:absolute;
    text-decoration:none;
}
#aic_toLogin{
    color:#1a73e8;
    cursor:pointer;
    font-size:15px;
    left:10%;
    top:5px;
}
#aic_submit_btn{
    background:#1a73e8;
    border:none;
    border-radius:2px;
    color:white;
    cursor:pointer;
    font-size:14px;
    height:42px;
    line-height:42px;
    right:7%;
    text-align:center;
    top:0;
    width:80px;
}
#aicPagePar label{
    color:red;
    display:block;
    font-size:12px;
    left:62px;
    position:relative;
    text-align:left;
    top:2px;
    visibility:hidden;
}
.notMustSpan{
    /*visibility:hidden;*/
    display:none;
}
.mustSpan{
    display:none;
    /*color:red;*/
}
#aic_email_captcha_btn{
    background:#1a73e8;
    border:none;
    border-radius:2px;
    color:white;
    cursor:pointer;
    height:42px;
    line-height:42px;
    position:absolute;
    right:40px;
    text-align:center;
    top:0;
    width:80px;
}
input[type="text"], input[type="password"], input[type="number"], input[type="phone"], select{
    box-shadow:inset 0 0 0 50px white;
    box-sizing:border-box;
    margin-left:5px;
    margin-right:5px;
    outline:none;
    padding:5px;
    vertical-align:middle;
}
@media (max-width:600px){
    #aicPagePar{
        width:100%;
    }
    #aicPagePar h2{
        font-size:25px;
        font-weight:400;
        margin:20px 0;
        text-align:center;
    }
    #aicPagePar label{
        left:50px;
    }
    #aic_email_captcha_btn{
        right:38px;
    }
    #aic_submit_btn{
        font-size:14px;
    }
}