#btnSmt{float: right;}
    @media screen and (max-width:900px){
		#btnSmt{float: none; margin-left: 6px;}
    .form-popup {
  display: none;
  position: fixed;
  bottom: 0px;/*30*/
  right: 10px;
  border: 3px solid #f1f1f1;
   z-index: 9;
  background-color: #000;
  
}
.open-button {
  background-color: #555;
  color: rgb(213, 243, 106);
  font-size: 10px;
  padding: 3px;
  /*padding-bottom: 15px;*/
  border: none;
  cursor: pointer;
  opacity: 0.5;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 17%;
  text-align: center;
	height: 30px;
  
}
 
.form-container {display: block;
  max-width: 250px;
  height: 100%; 
  padding: 10px;
  background: white;
  margin-left: 10px;
  border-left: 18px solid #000;
  }
.form-container h1{font-size: 13px;}

.form-container textarea{
	resize: none;}

/*Full-width input fields */
.form-container input[type=text], .form-container input[type=list], .form-container input[type=email] {
  width: 60%;
  height: 10px;
  padding: 15px;
  margin: /*5px 0 22px 0;*/3px 0 10px 0;
  border: none;
  background: #eee0e0; 
}
.form-container label{
  font-size: 10px;
  font-style: normal;
}
  
/* Set a style for the submit/login button */
.form-container #btnSmt {
  background-color: #234237; 
  padding: 5px 5px;
  width: 32%;
  border-radius: 1em;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: #234237; 
  width: 32%; 
  margin-left: 20px;
  padding: 5px 5px;
	border-radius: 1em;
}

/* Add some hover effects to buttons */
.form-container #btnSmt:hover, .btn:hover, .open-button:hover {
  opacity: 1;
}
.form-container .hney{
	display:none;
	visibility: hidden;
}
#status{width: 60%; margin-left: auto;
		margin-right: auto;
		text-align: center;
		border-radius: 8px;
		margin-bottom: 10px;
    background-color: #20EDBD;
		}
#status.success{background-color: rgb(211, 250, 153);
				animation: status 4s ease fowards;
				}	
}
