.sweep {
    position  : relative;
    width     : 100px;
    font-size : 14px;
    cursor    : pointer;
    color     : white;
    background: #007aff;
    border    : 1px solid #007aff;
    overflow  : hidden;
}

.sweep input {
    position : absolute;
    font-size: 100px;
    opacity  : 0;
}

 .canvas {
    display   : none;
    box-sizing: border-box;
    top       : 0;
    right     : 0;
    bottom    : 0;
    left      : 0;
    width     : 280px;
    height    : 260px;
}