<!-- this page dedicated server for only product-->	
.form-box{
	width:100%;
	height:100%;
    left:0px;
    background:white;
	position:relative;
    margin-top:-400px;
    z-index:1;
    padding:.1px;
    overflow:hidden;
    box-shadow: 10px 10px 10px 0px white;
 
}
.button-box{
	width:220px;
    height:50px;
	margin:35px auto;
	position:relative;
	box-shadow:0 0 20px 9px #ff61241f;
	border-radius: 30px;
}
.toggle-btn{
	padding:15px 30px;
	cursor:pointer;
	background:transparent;
	position: relative;
    font-weight: 900;
	outline:none;
	border: 0;
}
#btn{
	top:0;
	left:0;
	position:absolute;
	width:110px;
	height:100%;
	background:linear-gradient(to right,#D53724,#1078CE);
	border-radius: 30px;
	outline:none;
	transition: 0.3s;
}

	

.wor{
	top:-30px;
	position:relative;
	width:;
	transition: 0.3s;
	margin-left:50px;
   animation-name: example;
   animation-duration: 0.1s;
	
}
@keyframes example {
    0%   { opacity:-5; left:0px; top:0px;}
  25%  { left:100%; top:0px;}
   75%  { left:0px; top:0px;}
}
.dis{display:none;}
.dis{display:none;}
.ena{display:block;}


