﻿.CaptchaWrap {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.CaptchaTxtField {
    border-radius: 30px;
    border: 1px solid #ccc;
    display: block;
    box-sizing: border-box;
    text-align: left;
    font-family: Peyda !important;
}

.CaptchaTxtField2 {
    border-radius: 14px !important;
}

#UserCaptchaCode {
    padding: 15px 10px;
    outline: none;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    margin: 10px 0px;
    border-radius:30px;
}

#CaptchaImageCode {
    text-align: center;
    margin-top: 15px;
    padding: 0px 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('https://drekarimi.com/img/update-64.png') left top no-repeat;
    background-size: 100%;
    width: 32px;
    height: 32px;
    border: 0px;
    outline: none;
    cursor: pointer;
    margin-right: 10px;
}

.btnSubmit {
    margin-top: 15px;
    border: 0px;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 18px;
    background-color: #1285c4;
    color: #fff;
    cursor: pointer;
}

.error {
    color: red;
    font-size: 16px;
    display: none;
}

.success {
    color: green;
    font-size: 18px;
    margin-bottom: 15px;
    display: none;
}


@media (min-width: 360px) {
}

@media (min-width: 540px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    #UserCaptchaCode {
        width: 343px;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 1400px) {
}
