﻿.smsvcode {
    padding: 20px;
    border-radius: 3px;
    height: 270px;
    width: 320px;
    box-sizing: border-box;
}

    .smsvcode * {
        box-sizing: border-box;
    }

    .smsvcode .title {
        margin-bottom: 8px;
        font-size: 16px;
        vertical-align: middle;
        line-height: 21px;
    }

.sc-captcha{
    width: 280px;
    position:relative;
}

    .sc-captcha .bg_img {
        border-radius: 3px;
    }

    .sc-captcha * {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .sc-captcha .sc_net_panel > div {
        position: relative;
    }

    .sc-captcha .bg_slider {
        position: absolute;
        left: 0;
        top: 0;
    }


    .sc-captcha .success_panel {
        width: 280px;
        height: 155px;
        background: #f5f5f5;
        text-align: center;
        vertical-align: middle;
        font-size: 18px;
        position: absolute;
        top: 0px;
        display: none;
    }
        .sc-captcha .success_panel .tocenter {
            display: block;
            top: calc(50% - 42px);
            position: absolute;
            left: calc(50% - 36px);
        }

        .sc-captcha .success_panel img {
            width: 55px;
        }

.bg_refresh {
    position: absolute;
    background: #808080;
    color: #fff;
    border-radius: 3px;
    width: 21px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-left: 5px;
    height: 21px;
    user-select: none;
    line-height: 21px;
}

.sc-captcha .sc_net_slider_icon {
    position: absolute;
    left: 0;
    top: 5px;
    height: 37px;
    text-align: center;
    border-radius: 3px;
    border: #808080 1px solid;
    width: 37px;
    line-height: 37px;
    cursor: pointer;
    background: white;
}

    .sc-captcha .sc_net_slider_icon:hover {
        color: #fff;
        background: #2b883b;
        border: none;
    }

.sc-captcha .sc_net_slider_text {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    width: 280px;
    color: #45494c;
    border: #808080 1px solid;
    border-radius: 3px;
    line-height: 35px;
    height: 37px;
    cursor: default;
    margin-top: 5px;
}

.sc-captcha .sc_net_slider_area {
    position: absolute;
    left: 0;
    top: 0;
    height: 37px;
}
