﻿.cc-row .btn_box {
    width: 250px;
    display: inline-block;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #ffae72;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9445), to(#f06601));
    background: -webkit-linear-gradient(top, #ff9445, #f06601);
    background: -o-linear-gradient(top, #ff9445, #f06601);
    background: linear-gradient(to bottom, #ff9445, #f06601);
}

    .cc-row .btn_box:hover {
        text-decoration: none;
    }

    .cc-row .btn_box span {
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }

    
    .cc-row .error_red {
        color: #f61732;
        font-size: 18px;
        margin: 15px auto 40px;
        line-height: 26px;
    }

        .cc-row .error_img {
        width: 100px;
        height: 100px;
        background-size: 100px 100px;
        margin: 0 auto;
    }

        .cc-row{
            padding:0px;
        }


@media screen and (max-width: 960px) {
    .cc-row .btn_box {
        width: 80%;
        display: inline-block;
        padding: 12px 0;
        text-align: center;
        border-radius: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        border: none;
        margin: 0 10%;
        background: #fea81a;
    }

        .cc-row .btn_box:hover {
            text-decoration: none;
        }

        .cc-row .btn_box span {
            color: #fff;
            font-weight: 500;
            font-size: 16px;
        }
}

@media screen and (max-width: 768px) {
    .cc-row .btn_box {
        width: 90%;
        display: inline-block;
        padding: 12px 0;
        text-align: center;
        border-radius: 20px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        margin: 0 5%;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        background: #fea81a;
    }

        .cc-row .btn_box:hover {
            text-decoration: none;
        }

        .cc-row .btn_box span {
            color: #fff;
            font-weight: 500;
            font-size: 16px;
        }
}


