﻿.slidercaptcha {
    margin: 0 auto;
    width: 314px;
    height: 286px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    margin-top: 40px;
    position: fixed;
    top: 20%;
    left: 40%;
    background-color: #fff;
    z-index: 1050;
}

    .slidercaptcha .card-body {
        padding: 1rem;
    }

    .slidercaptcha canvas:first-child {
        border-radius: 4px;
        border: 1px solid #e6e8eb;
    }

    .slidercaptcha.card .card-header {
        background-image: none;
        background-color: rgba(0, 0, 0, 0.03);
        padding: 14px 20px;
        font-size: 15px;
    }

.refreshIcon {
    top: -54px;
}
