.slidercaptcha {
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
    height: 246px;
    border-radius: 4px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.125); */
    margin-top: 0px;
    display: block;
    flex-direction: unset;
    padding: 0;
    position: relative;
    
}

.slidercaptcha .card-body {
    padding: 1.2rem;
}

.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);
}

.refreshIcon {
    top: -54px;
}

.sliderText {
    padding-left: 20px;
}