::-webkit-scrollbar{
         
            width: 10px;
			
    }

    ::-webkit-scrollbar-track{
            width: 8px;
    z-index: auto;
    background:#F2184F;
    cursor: default;
    position: fixed;
    top: 0px;
    height: 100%;
    right: 0px;
    opacity: 1;
    touch-action: none;
    display: block;
       
    
    }
    
    ::-webkit-scrollbar-thumb{
       position: relative;
    top: 275px;
    float: right;
    width: 8px;
    height: 77px;
    background-color: rgb(0, 0, 102);
    border: 0px;
    background-clip: padding-box;
    border-radius: 0px;
    touch-action: none;
    }
    ::-webkit-scrollbar-thumb:hover{
        background:#000066;
    }
.box{
		margin-top:-430px;
		z-index:101;
		margin-left:900px;
		background:#337ab7;
		height:340px;
		width:300px;
		border-radius:10px;
		
	}
	input[type=text],input[type=number],input[type=email]
	{
		width:270px;
		margin-left:15px;
		margin-top:15px;
		border-radius:10px;
		background:#337ab7;

		
	}
	p{
		margin-top:10px;
		margin-left:40px;
		font-size:20px;
	}
	
	
	input[type=submit]
	{
		margin-left:100px;
		margin-top:10px;
	}
	h6{
		margin-left:50px;
	}
	@media only screen and (max-width: 768px) {
		.box{
			display:none;
		}
	}
	