#captcha_area {
    /* text-align: center; */
}

#captcha_area input{
    border: 1px solid #D7DADC;
    border-radius: 3px;
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    outline: 0px;
    padding: 3px 8px;
    position: relative;
    width: 11.2em;
}

img#captcha {
    margin-top: 10px;
}

#captcha_input,
#captcha_pic{
    display: inline-block;
}

#captcha_input {
    margin-top: 20px;
    white-space: nowrap;
}

#captcha_status_icon {
    display: none;
}

/* refresh button style */
#refresh_captcha {
    padding: 7px 10px;
    line-height: 0px;
    background: transparent;
    border: 1px solid #68ACDD;
    color: #68ACDD;
    font-size: 14px;
    outline: none;
    position: relative;
    top: 33px;
}

span.glyphicon.glyphicon-refresh {
    background: transparent;
    color: #68ACDD;
    font-size: 14px;
    outline: none;
}

/* check button style */
#check_btn {
    color: #B7BBBC;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    right: 32px;
}