.common {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
}

.slide-to-unlock-bg {
    text-align: center;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
}

.slide-to-unlock-bg span {
    position: relative;
    z-index: 5;
    color: #333;
}

.slide-to-unlock-progress {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    left: 1px;
    top: 1px;
    padding-bottom: 3px;
}

.slide-to-unlock-handle {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 20px;
    border: 1px solid #ccc;
    z-index: 6;
    cursor:pointer;
}
