
.captcha-code {
    float: left;
}

.captcha-code .code{
    width: 200px;
    height: 80px;
    float: left;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.captcha-code .captcha-reload {
    font-size: 11px;
    width: auto;
}

.captcha-code .code .dynamic-code{
    text-shadow: 4px 4px 5px rgba(150, 150, 150, 1);
    color: #2d2d2;
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently */
    cursor: help;
}

.captcha-code .code .dynamic-code:first-letter{
    font-size: 48px;
}

.captcha-code .captcha-reload{
    cursor: pointer;
    font-weight: bold;
    margin-top: 15px;
}

#captcha-input{
    margin-top: 15px;
    width: 100%;
}
#errCaptcha {
    float: left;
}
