﻿
.shatel-captcha {
    width: 300px;
    min-width: 250px !important;
    height: 90px;
    border-radius: 10px;
    border: 2px solid #c7c7c7;
    margin: 10px auto;
    padding: 5px;
    text-align: center;
    position: relative;
}

    .shatel-captcha > div.shatel-captcha-player-holder {
    }

        .shatel-captcha > div.shatel-captcha-player-holder > audio {
            visibility: hidden !important;
        }

    .shatel-captcha > div.shatel-captcha-bgimage {
        width: 100%;
        height: 40px;
        border: none;
        border-radius: 5px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;
    }

        .shatel-captcha > div.shatel-captcha-bgimage > img {
            max-width: none;
            display: inline-block;
            margin: 0 auto;
            height: auto;
            width: auto;
        }

    .shatel-captcha > div.shatel-captcha-input-container {
        margin-top: 4px;
        width: 100%;
        height: 32px;
        vertical-align: middle;
    }

        .shatel-captcha > div.shatel-captcha-input-container > input {
            width: calc(100% - 67px);
            height: 32px;
            max-width: none;
            outline: 1px solid #c7c7c7;
            padding: 0;
            border: none;
            text-align: center;
            position: relative;
            font-family: Tahoma;
            left: 0px;
            display: inline-block;
            margin: 0 !important;
        }

        .shatel-captcha > div.shatel-captcha-input-container > a > div.btn-renew,
        .shatel-captcha > div.shatel-captcha-input-container > a > div.btn-play {
            width: 32px;
            height: 32px;
            outline: solid 1px #c7c7c7;
            line-height: 32px;
            position: relative;
            z-index: 1;
            left: -1px;
            top: 0;
            float: right;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-color: #fff;
        }

        .shatel-captcha > div.shatel-captcha-input-container > a > div.btn-play {
            left:auto !important;
            right: -1px;
            float: left !important;
        }
