.slideToUnlock {
    position:relative;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
}

.progressBar {
    position: absolute;
    left:0;
    top:0;
    width: 0;
    height: 100%;
    border-radius: 25px;
}
.locked .text ,
.slideToUnlock .text {
    position: absolute;
    left:0;
    top:0;
    font-size: 15px;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background-color:transparent;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.drag {
    position: absolute;
    width:50px;
    height: 50px;
    left:0%;
    display: inline-block;
    line-height: 50px;
    border-radius: 25px;
    cursor: pointer;
    border: 1px solid #32383e;
    background: #828a8f;
    color: #692003;
    text-align: center;
}

