
#twoco-inline-form {
  position: fixed;
   z-index: 33;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background: rgba(0, 0, 0, 0.79);
	
}
.check_out_btn {
	width: 9%;
    position: relative;
    margin: 18% auto;
    background: #fff;
}

#btn-inline-form {
	padding: 13px;
	border: 1px solid;
	border-radius: 0px;
}