@font-face {
    font-family: Presicav-Bold;
    src: url('../fonts/Presicav-Bold.ttf') format('truetype');
    font-display: swap
}

.CaptchaWrap {
    position: relative
}

.CaptchaTxtField {
    border-radius: 5px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box
}

#UserCaptchaCode {
    padding: 15px 10px;
    outline: 0;
    font-size: 14px;
    font-weight: 400;
    font-family: Presicav-Bold, sans-serif;
    width: 343px
}

#CaptchaImageCode {
    text-align: center;
    margin-top: 15px;
    padding: 0;
    width: 300px;
    overflow: hidden
}

.capcode {
    font-size: 46px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
    font-style: italic
}

.ReloadBtn {
    background: url('/images/captcha-update.png') left top/100% no-repeat;
    width: 32px;
    height: 32px;
    border: 0;
    bottom: 30px;
    left: 310px;
    outline: 0;
    cursor: pointer
}

.btnrecaptcaSubmit {
    margin-top: 15px;
    border: 0;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    background-color: var(--main-color);
    color: #fff;
    cursor: pointer
}

.error {
    color: red;
    font-size: 12px;
    display: none
}

.success {
    color: green;
    font-size: 18px;
    margin-bottom: 15px;
    display: none
}

#divrecaptcaSubmit {
    display: block;
}