/* CSS Document */

.cardlogin{
	position:fixed;
	left:0;
	top:0;
	right:0;
	bottom:0;
	display: grid;
    align-content: center;
    justify-content: center;
    z-index: -1;
}
.cardlogin>canvas{
	position: absolute;
    width: 100%;
    height: 100%;
}
.cardloginbox{
	position: relative;
    width: 600px;
	height: 340px;
    background: #d0d;	
}
.criclebox{
	width: 200px;
    height: 200px;
    position: absolute;
    right: 0;
    top: 0;
}
.criclebox canvas{
	width:100%;
	height:100%;	
}
.cardloginbox-formlogin{
position: absolute;
    width: 80%;
    left: 15%;
    height: 30%;
    background: #d00;
    top: 35%;
}
.cardball{
    position: absolute;
    overflow: hidden;
    width: 200vw;
    height: 200vw;
    left: -100vw;
    top: -100vw;
}
.cardball>.card-body{
	transform-style: preserve-3d;
	perspective: 10vw;
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    overflow: visible !important;	
	
}
.cardball-item{
	box-shadow: -8px 0px 12px 1px #fff;
	background: #dedede;width: 10px;height: 10px;position: absolute;border-radius: 50%;}