#techworms-panel{
position:fixed;
top:0;
right:-380px;
width:350px;
height:100%;
background:#f7f7f7;
box-shadow:-2px 0 10px rgba(0,0,0,0.2);
padding:30px;
transition:0.5s;
z-index:9999;
}

#techworms-panel.active{
right:0;
}

.techworms-close{
position:absolute;
left:-40px;
top:120px;
background:#fff;
width:35px;
height:35px;
line-height:35px;
text-align:center;
cursor:pointer;
font-size:20px;
box-shadow:0 0 5px rgba(0,0,0,0.2);
}

#techworms-form input{

width:100%;
padding:10px;
margin-bottom:12px;
border:1px solid #ddd;
}

#techworms-form button{

width:100%;
padding:12px;
background:#2f7ae5;
color:white;
border:none;
cursor:pointer;

}