.slide-submit {
    color: #929292;
    /* border-radius: 30px; */
    /* box-shadow: 0 0 0 1px #ccc; */
    text-align: right;
    padding: 1.9em 1em;
    font-size: .85em;
    position: relative;
    overflow:hidden;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    transition: .2s;
    top:77px;
}

.slide-submit-text {
    color: #FFFFFF;
    display: inline-block
}

.slide-submit-thumb {
    position: absolute;
    top: 0;
    left: 0px;
    width: 50px;
    height: 100%;
    border-radius: 30px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    font-family: serif;
    color: #fff
}

.slide-submit-thumb:hover,
.draggable {
    background: #808080;
    cursor: -webkit-grab;
    cursor: grab
}

.slide-submit-thumb:active {
    background: #808080;
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.slide-success {
    text-align: left;
    color: #fff;
}

.slide-success .slide-submit-thumb {
    color: #1BA5FD;
    pointer-events: none
}


/*# sourceMappingURL=slide-to-submit.css.map */
