
.form-popup {
    display: none;
    position: fixed;
    bottom: 0;
    right: 38px;
    z-index: 100 !important;
    bottom: 40;
    top:38%;
  transition: 0.5s;
}
.form-container {
  max-width: 300px;
  padding: 10px;
  background-color: rgb(205 167 47);
}
/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password],.form-container input[type=email] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}
/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}
/* Set a style for the submit/login button */
.form-container .btn {
  background-color:#673284;
  color: white;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom:10px;
  margin-top: 12px;
}
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
  opacity: 1;
}
