body, html {
    height: 100%;
    width: 100%;
    overflow: auto;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    background: linear-gradient(1.72deg, rgba(194, 133, 255, 0.18) -4.01%, rgba(255, 186, 123, 0) 61.71%), #FFFFFF;
}

.bg-right {
    width: 150px;
	height: 1000px;
	margin-left: 300px;
    background-image: url('../../images/bg-right.svg');
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
}

.bg-left {
    width: 180px;
	height: 300px;
    background-image: url('../../images/bg-left.svg');
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
}

.canvas-mobile {
    position: absolute;
    top: 25%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    display: block;
    justify-content: center;
}

.canvas-web {
    position: absolute;
    top: 40%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    display: block;
    justify-content: center;
}

.logo-pointx {
	width: 250px;
	height: 50px;
    margin-top: 30px;
    background-image: url('../../images/pointx_onboard.svg');
    background-size: 250px 50px;
    background-color: transparent;
    background-repeat: no-repeat;
}

.qr-pointx {
	width: 250px;
	height: 250px;
    margin-top: 30px;
   /* background-image: url('../../images/qr-code.svg');*/
   background-image: url('../../images/get_qr_code.png');
    background-size: 250px 250px;
    background-color: transparent;
    background-repeat: no-repeat;
}

.deeplink-header {
	width: 250px;
	height: 30px;
    background-image: url('../../images/text-header-app.svg');
    background-size: 250px 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
}

.deeplink-description {
	width: 250px;
	height: 50px;
    margin-top: 20px;
    background-image: url('../../images/text-desc-app.svg');
    background-size: 240px 40px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.scanqr-header {
    padding-top: 200px;
	width: 250px;
	height: 30px;
    background-image: url('../../images/text-header-web.svg');
    background-size: 250px 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    position: absolute;
}

.scanqr-description {
	width: 250px;
	height: 50px;
    margin-top: 20px;
    background-image: url('../../images/text-desc-web.svg');
    background-size: 240px 40px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

